arrow.union_array

Module for [UnionArray] class

Types 3

Methods
GType _gType() @property
UnionArray self()Returns `this`, for use in `with` statements.
UnionArrayGidBuilder builder()Get builder for [arrow.union_array.UnionArray] Returns: New builder object
int getChildId(long i)
byte getTypeCode(long i)
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrow.union_array.UnionArray]

Methods