Trait arrow::datatypes::ArrowDictionaryKeyType[][src]

pub trait ArrowDictionaryKeyType: ArrowPrimitiveType { }
Expand description

A subtype of primitive type that represents legal dictionary keys. See https://arrow.apache.org/docs/format/Columnar.html

Implementors