DenseUnionArrayBuilder


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "12.0.0" ) ]
public DenseUnionArrayBuilder (DenseUnionDataType? data_type) throws Error

Parameters:

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.

Returns:

A newly created DenseUnionArrayBuilder on success, null on error.