GArrow.IntervalType – arrow-glib Reference Manual
Packages
arrow-glib
GArrow
IntervalType
DAY_TIME
MONTH
MONTH_DAY_NANO
IntervalType
Description:
[
CCode
( cprefix =
"GARROW_INTERVAL_TYPE_"
, type_id =
"garrow_interval_type_get_type ()"
) ]
public
enum
IntervalType
They are corresponding to `arrow:
:IntervalType
::type
` values.
Since 7.0.0
Namespace:
GArrow
Package:
arrow-glib
Content:
Enum values:
DAY_TIME
-
A number of days and milliseconds (fraction of day).
MONTH
-
A number of months.
MONTH_DAY_NANO
-
A number of months, days and nanoseconds between two dates.