Apache.Arrow.Types.RunEndEncodedType public sealed class RunEndEncodedType : NestedType Documentation Code public IArrowType RunEndsDataType { get; } public Field RunEndsField { get; } public IArrowType ValuesDataType { get; } public Field ValuesField { get; } public RunEndEncodedType(Field runEndsField, Field valuesField) public RunEndEncodedType(IArrowType runEndsDataType, IArrowType valuesDataType)