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

Implementors§