lance_encoding::decoder

Trait DecodePageTask

Source
pub trait DecodePageTask: Send + Debug {
    // Required method
    fn decode(self: Box<Self>) -> Result<DecodedPage>;
}

Required Methods§

Source

fn decode(self: Box<Self>) -> Result<DecodedPage>

Decodes the data into an Arrow array

Implementors§