Class UInt64Array
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
dataArrayData
UInt64Array(ArrowBuffer, ArrowBuffer, int, int, int)
public UInt64Array(ArrowBuffer valueBuffer, ArrowBuffer nullBitmapBuffer, int length, int nullCount, int offset)
Parameters
valueBufferArrowBuffernullBitmapBufferArrowBufferlengthintnullCountintoffsetint
Methods
Accept(IArrowArrayVisitor)
public override void Accept(IArrowArrayVisitor visitor)
Parameters
visitorIArrowArrayVisitor