arrow.boolean_array

Module for [BooleanArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
BooleanArray self() nothrowReturns `this`, for use in `with` statements.
BooleanArrayGidBuilder builder() static nothrowGet builder for [arrow.boolean_array.BooleanArray] Returns: New builder object
bool getValue(long i) nothrow
bool[] getValues() nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)
Methods
BooleanArray build() nothrowCreate object from builder. Returns: New object