Constructor
ArrowTime32DataTypenew
Declaration [src]
GArrowTime32DataType*
garrow_time32_data_type_new (
GArrowTimeUnit unit,
GError** error
)
Parameters
unit |
GArrowTimeUnit |
|
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowTime32DataType |
A newly created the number of seconds or milliseconds since midnight in 32-bit signed integer data type. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |