Class Int64Array
public class Int64Array : PrimitiveArray<long>, IArrowArray, IDisposable, IReadOnlyList<long?>, IReadOnlyCollection<long?>, ICollection<long?>, IEnumerable<long?>, IEnumerable
- Inheritance
-
Int64Array
- Implements
- Inherited Members
Constructors
Int64Array(ArrayData)
public Int64Array(ArrayData data)
Parameters
dataArrayData
Int64Array(ArrowBuffer, ArrowBuffer, int, int, int)
public Int64Array(ArrowBuffer valueBuffer, ArrowBuffer nullBitmapBuffer, int length, int nullCount, int offset)
Parameters
valueBufferArrowBuffernullBitmapBufferArrowBufferlengthintnullCountintoffsetint
Methods
Accept(IArrowArrayVisitor)
public override void Accept(IArrowArrayVisitor visitor)
Parameters
visitorIArrowArrayVisitor