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;
}

Required Methods§

source

fn try_from_mini_lance(bytes: Bytes, schema: &Schema) -> Result<Self>
where Self: Sized,

source

fn try_from_self_described_lance(bytes: Bytes) -> Result<Self>
where Self: Sized,

Implementations on Foreign Types§

source§

impl EncodedBatchReaderExt for EncodedBatch

source§

fn try_from_mini_lance(bytes: Bytes, schema: &Schema) -> Result<Self>
where Self: Sized,

source§

fn try_from_self_described_lance(bytes: Bytes) -> Result<Self>
where Self: Sized,

Implementors§