|
sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
Go to the source code of this file.
Namespaces | |
| namespace | sparrow |
| namespace | sparrow::detail |
Concepts | |
| concept | sparrow::time_type |
Typedefs | |
| using | sparrow::time_types_t |
| template<time_type T> | |
| using | sparrow::time_array = primitive_array_impl<T> |
| Array of time values. | |
| using | sparrow::time_seconds_array = time_array<chrono::time_seconds> |
A time array for std::chrono::time_seconds values. | |
| using | sparrow::time_milliseconds_array = time_array<chrono::time_milliseconds> |
A time array for std::chrono::time_milliseconds values. | |
| using | sparrow::time_microseconds_array = time_array<chrono::time_microseconds> |
A time array for std::chrono::time_microseconds values. | |
| using | sparrow::time_nanoseconds_array = time_array<chrono::time_nanoseconds> |
A time array for std::chrono::time_nanoseconds values. | |
Variables | |
| template<class T> | |
| constexpr bool | sparrow::is_time_array_v = is_time_array<T>::value |
| Checks whether T is a time_array type. | |