Enumeration

ArrowIntervalType

Declaration

enum Arrow.IntervalType

Description [src]

They are corresponding to arrow::IntervalType::type values.

Since 7.0.0.

Members

GARROW_INTERVAL_TYPE_MONTH

A number of months.

  • Value: 0
  • Available since: 24.0
GARROW_INTERVAL_TYPE_DAY_TIME

A number of days and milliseconds (fraction of day).

  • Value: 1
  • Available since: 24.0
GARROW_INTERVAL_TYPE_MONTH_DAY_NANO

A number of months, days and nanoseconds between two dates.

  • Value: 2
  • Available since: 24.0