lance_file::v2::reader

Trait EncodedBatchReaderExt

Source
pub trait EncodedBatchReaderExt {
    // Required methods
    fn try_from_mini_lance(
        bytes: Bytes,
        schema: &Schema,
        version: LanceFileVersion,
    ) -> 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, version: LanceFileVersion, ) -> 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, file_version: LanceFileVersion, ) -> Result<Self>
where Self: Sized,

Source§

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

Implementors§