Documentation
Dlang.org
DenseUnionArrayBuilder
arrow
dense_union_array_builder
class
DenseUnionArrayBuilder :
UnionArrayBuilder
{
this
(arrow.dense_union_data_type.DenseUnionDataType dataType);
}
Constructors
this
this
(arrow.dense_union_data_type.DenseUnionDataType dataType)
Inherited Members
From UnionArrayBuilder
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