Constructor
ArrowStructScalarnew
Declaration [src]
GArrowStructScalar*
garrow_struct_scalar_new (
GArrowStructDataType* data_type,
GList* value
)
Parameters
data_type |
GArrowStructDataType |
A |
|
The data is owned by the caller of the function. | |
value |
A list of None |
The value of this scalar. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowStructScalar |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |