Trait fastfield_codecs::FastFieldCodecReader[][src]

pub trait FastFieldCodecReader: Sized {
    fn open_from_bytes(bytes: &[u8]) -> Result<Self>;
fn get_u64(&self, doc: u64, data: &[u8]) -> u64;
fn min_value(&self) -> u64;
fn max_value(&self) -> u64; }

Required methods

reads the metadata and returns the CodecReader

Implementors