Table of Contents

Class FloatArray

Namespace
Apache.Arrow
Assembly
Apache.Arrow.dll
public class FloatArray : PrimitiveArray<float>, IArrowArray, IDisposable, IReadOnlyList<float?>, IReadOnlyCollection<float?>, ICollection<float?>, IEnumerable<float?>, IEnumerable
Inheritance
FloatArray
Implements
Inherited Members

Constructors

FloatArray(ArrayData)

public FloatArray(ArrayData data)

Parameters

data ArrayData

FloatArray(ArrowBuffer, ArrowBuffer, int, int, int)

public FloatArray(ArrowBuffer valueBuffer, ArrowBuffer nullBitmapBuffer, int length, int nullCount, int offset)

Parameters

valueBuffer ArrowBuffer
nullBitmapBuffer ArrowBuffer
length int
nullCount int
offset int

Methods

Accept(IArrowArrayVisitor)

public override void Accept(IArrowArrayVisitor visitor)

Parameters

visitor IArrowArrayVisitor