Namespace Apache.Arrow.Types
Classes
- RunEndEncodedType
Represents a run-end encoded array type. Contains two child arrays: run_ends and values. The run_ends child array must be a 16/32/64-bit signed integer array which encodes the indices at which the run with the value in each corresponding index in the values child array ends.