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