[ CCode ( has_construct_function = false ) ]
[ Version ( since = "12.0.0" ) ]
public DenseUnionArrayBuilder (DenseUnionDataType? data_type) throws Error
| data_type |
DenseUnionDataType for the dense union. If this is null, you start an empty children dense union. You can add children by multiple `garrow_union_array_builder_append_child()` calls. |
|
A newly created DenseUnionArrayBuilder on success, null on error. |