Documentation
Dlang.org
DenseUnionArrayBuilder
arrow
dense_union_array_builder
class
DenseUnionArrayBuilder :
UnionArrayBuilder
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
DenseUnionArrayBuilder
self
();
this
(arrow.dense_union_data_type.DenseUnionDataType dataType);
}
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.
arrow
dense_union_array_builder
classes
DenseUnionArrayBuilder