Trait arrow::datatypes::RunEndIndexType
source · pub trait RunEndIndexType: ArrowPrimitiveType { }
Expand description
A subtype of primitive type that is used as run-ends index
in RunArray
.
See https://arrow.apache.org/docs/format/Columnar.html
Object Safety§
This trait is not object safe.