Trait lance_file::v2::reader::EncodedBatchReaderExt
source · pub trait EncodedBatchReaderExt {
// Required methods
fn try_from_mini_lance(bytes: Bytes, schema: &Schema) -> Result<Self>
where Self: Sized;
fn try_from_self_described_lance(bytes: Bytes) -> Result<Self>
where Self: Sized;
}