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