arrow.binary_array
Module for BinaryArray class
Types 3
classBinaryArray : arrow.array.Array
Methods
BinaryArray self()Returns `this`, for use in `with` statements.BinaryArrayGidBuilder builder()Get builder for [arrow.binary_array.BinaryArray] Returns: New builder objectglib.bytes.Bytes getValue(long i)Constructors
this(long length, arrow.buffer.Buffer valueOffsets, arrow.buffer.Buffer valueData, arrow.buffer.Buffer nullBitmap, long nNulls)Fluent builder implementation template for arrow.binary_array.BinaryArray
Fluent builder for arrow.binary_array.BinaryArray
Methods
BinaryArray build()Create object from builder. Returns: New object