sparrow 2.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
date_array.hpp File Reference
Include dependency graph for date_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sparrow::detail::primitive_data_traits< sparrow::date_days >
struct  sparrow::detail::primitive_data_traits< sparrow::date_milliseconds >
struct  sparrow::is_date_array< T >
struct  sparrow::is_date_array< date_array< T > >

Namespaces

namespace  sparrow
namespace  sparrow::detail

Concepts

concept  sparrow::date_type

Typedefs

using sparrow::date_types_t = mpl::typelist<date_days, date_milliseconds>
template<date_type T>
using sparrow::date_array = primitive_array_impl<T>
 Array of std::chrono::duration values.
using sparrow::date_days_array = date_array<date_days>
 A date array for date_days values.
using sparrow::date_milliseconds_array = date_array<date_milliseconds>
 A date array for date_milliseconds values.

Variables

template<class T>
constexpr bool sparrow::is_date_array_v = is_date_array<T>::value
 Checks whether T is a date_array type.