Table of Contents

Class NestedType

Namespace
Apache.Arrow.Types
Assembly
Apache.Arrow.dll
public abstract class NestedType : ArrowType, IArrowType
Inheritance
NestedType
Implements
Derived
Inherited Members
Extension Methods

Constructors

NestedType(Field)

protected NestedType(Field field)

Parameters

field Field

NestedType(IReadOnlyList<Field>)

protected NestedType(IReadOnlyList<Field> fields)

Parameters

fields IReadOnlyList<Field>

Properties

Children

[Obsolete("Use `Fields` instead")]
public IReadOnlyList<Field> Children { get; }

Property Value

IReadOnlyList<Field>

Fields

public IReadOnlyList<Field> Fields { get; }

Property Value

IReadOnlyList<Field>