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()

Inherited Members

From UnionArrayBuilder

getGType
GType getGType()
gType
GType gType [@property getter]
self
UnionArrayBuilder self()

Returns this, for use in with statements.

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

Append an element to the union array.