Constructor

ArrowSparseUnionScalarnew

since: 5.0.0

Declaration [src]

GArrowSparseUnionScalar*
garrow_sparse_union_scalar_new (
  GArrowSparseUnionDataType* data_type,
  gint8 type_code,
  GArrowScalar* value
)

Description

No description available.

Available since: 5.0.0

Parameters

data_type

Type: GArrowSparseUnionDataType

A GArrowSparseUnionDataType for this scalar.

The data is owned by the caller of the function.
type_code

Type: gint8

The type code of this scalar.

value

Type: GArrowScalar

The value of this scalar.

The data is owned by the caller of the function.

Return value

Type: GArrowSparseUnionScalar

A newly created GArrowSparseUnionScalar.

The caller of the function takes ownership of the data, and is responsible for freeing it.