Apache.Arrow.Types.NestedType public abstract class NestedType : ArrowType Documentation public IReadOnlyList<Field> Children { get; } public IReadOnlyList<Field> Fields { get; } protected NestedType(IReadOnlyList<Field> fields) protected NestedType(Field field)