构造函数
ArrowDenseUnionScalarnew
自:5.0.0 起可用
声明 [源代码]
GArrowDenseUnionScalar*
garrow_dense_union_scalar_new (
GArrowDenseUnionDataType* data_type,
gint8 type_code,
GArrowScalar* value
)
参数
data_type
-
此标量的
GArrowDenseUnionDataType
。数据由函数调用者拥有。 type_code
-
类型:
gint8
此标量的类型代码。
value
-
类型:
GArrowScalar
此标量的值。
数据由函数调用者拥有。