Struct lance_io::encodings::dictionary::DictionaryDecoder
source · pub struct DictionaryDecoder<'a> { /* private fields */ }Expand description
Decoder for Dictionary encoding.
Implementations§
Trait Implementations§
source§impl<'a> AsyncIndex<ReadBatchParams> for DictionaryDecoder<'a>
impl<'a> AsyncIndex<ReadBatchParams> for DictionaryDecoder<'a>
source§impl<'a> AsyncIndex<usize> for DictionaryDecoder<'a>
impl<'a> AsyncIndex<usize> for DictionaryDecoder<'a>
source§impl Debug for DictionaryDecoder<'_>
impl Debug for DictionaryDecoder<'_>
Auto Trait Implementations§
impl<'a> Freeze for DictionaryDecoder<'a>
impl<'a> !RefUnwindSafe for DictionaryDecoder<'a>
impl<'a> Send for DictionaryDecoder<'a>
impl<'a> Sync for DictionaryDecoder<'a>
impl<'a> Unpin for DictionaryDecoder<'a>
impl<'a> !UnwindSafe for DictionaryDecoder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more