Constructor
ArrowTime64DataTypenew
Declaration [src]
GArrowTime64DataType*
garrow_time64_data_type_new (
GArrowTimeUnit unit,
GError** error
)
Parameters
unit |
GArrowTimeUnit |
|
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowTime64DataType |
A newly created the number of seconds or milliseconds since midnight in 64-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 . |