Struct arrow_ipc::gen::Schema::DictionaryEncodingArgs
source · pub struct DictionaryEncodingArgs<'a> {
pub id: i64,
pub indexType: Option<WIPOffset<Int<'a>>>,
pub isOrdered: bool,
pub dictionaryKind: DictionaryKind,
}
Fields
id: i64
indexType: Option<WIPOffset<Int<'a>>>
isOrdered: bool
dictionaryKind: DictionaryKind
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DictionaryEncodingArgs<'a>
impl<'a> Send for DictionaryEncodingArgs<'a>
impl<'a> Sync for DictionaryEncodingArgs<'a>
impl<'a> Unpin for DictionaryEncodingArgs<'a>
impl<'a> UnwindSafe for DictionaryEncodingArgs<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more