Table of Contents

Class StructArray

Namespace
Apache.Arrow
Assembly
Apache.Arrow.dll
public class StructArray : Array, IArrowRecord, IArrowArray, IDisposable
Inheritance
StructArray
Implements
Inherited Members

Constructors

StructArray(ArrayData)

public StructArray(ArrayData data)

Parameters

data ArrayData

StructArray(IArrowType, int, IEnumerable<IArrowArray>, ArrowBuffer, int, int)

public StructArray(IArrowType dataType, int length, IEnumerable<IArrowArray> children, ArrowBuffer nullBitmapBuffer, int nullCount = 0, int offset = 0)

Parameters

dataType IArrowType
length int
children IEnumerable<IArrowArray>
nullBitmapBuffer ArrowBuffer
nullCount int
offset int

Properties

Fields

public IReadOnlyList<IArrowArray> Fields { get; }

Property Value

IReadOnlyList<IArrowArray>

Methods

Accept(IArrowArrayVisitor)

public override void Accept(IArrowArrayVisitor visitor)

Parameters

visitor IArrowArrayVisitor