Trait arrow::datatypes::ArrowDictionaryKeyType
source · 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
Object Safety§
This trait is not object safe.