64 template <
interval_type T>
consteval bool contains()
Checks if a typelist contains a specific type.
constexpr bool is_interval_array_v
Checks whether T is a interval_array type.
primitive_array_impl< T > interval_array
Array of interval values.
interval_array< month_day_nanoseconds_interval > month_day_nanoseconds_interval_array
An interval array for month_day_nanoseconds_interval values.
interval_array< days_time_interval > days_time_interval_array
An interval array for days_time_interval values.
mpl::typelist< chrono::months, days_time_interval, month_day_nanoseconds_interval > interval_types_t
interval_array< chrono::months > months_interval_array
An interval array for std::chrono::months values.
data_type
Runtime identifier of arrow data types, usually associated with raw bytes with the associated value.
@ INTERVAL_MONTHS_DAYS_NANOSECONDS
static constexpr sparrow::data_type type_id
static constexpr sparrow::data_type type_id
static constexpr sparrow::data_type type_id
A sequence of types used for metaprogramming operations.