Constructor
ArrowDenseUnionScalarnew
Declaration [src]
GArrowDenseUnionScalar*
garrow_dense_union_scalar_new (
GArrowDenseUnionDataType* data_type,
gint8 type_code,
GArrowScalar* value
)
Parameters
data_type |
GArrowDenseUnionDataType |
A |
|
The data is owned by the caller of the function. | |
type_code |
gint8 |
The type code of this scalar. |
|
value |
GArrowScalar |
The value of this scalar. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowDenseUnionScalar |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |