arrow.double_array
Module for [DoubleArray] class
Types 3
Methods
DoubleArray self()Returns `this`, for use in `with` statements.DoubleArrayGidBuilder builder()Get builder for [arrow.double_array.DoubleArray] Returns: New builder objectdouble getValue(long i)double[] getValues()double sum()Constructors
this(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)Fluent builder for [arrow.double_array.DoubleArray]
Methods