Table of Contents

Class UInt64Array

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

Constructors

UInt64Array(ArrayData)

public UInt64Array(ArrayData data)

Parameters

data ArrayData

UInt64Array(ArrowBuffer, ArrowBuffer, int, int, int)

public UInt64Array(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