DenseUnionArrayBuilder

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.dense_union_data_type.DenseUnionDataType dataType)

Members

Functions

self
DenseUnionArrayBuilder self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
DenseUnionArrayBuilderGidBuilder builder()

Get builder for arrow.dense_union_array_builder.DenseUnionArrayBuilder

Inherited Members

From UnionArrayBuilder

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
UnionArrayBuilder self()

Returns this, for use in with statements.

builder
UnionArrayBuilderGidBuilder builder()

Get builder for arrow.union_array_builder.UnionArrayBuilder

appendChild
byte appendChild(arrow.array_builder.ArrayBuilder child, string fieldName)
appendValue
bool appendValue(byte value)

Append an element to the union array.