pub trait RunEndIndexType: ArrowPrimitiveType + RunEndTypeSealed { }
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

Note: The implementation of this trait is sealed to avoid accidental misuse.

Implementors§