sparrow 0.3.0
|
#include <chrono>
#include <concepts>
#include "sparrow/layout/temporal/date_array.hpp"
#include "sparrow/layout/temporal/interval_types.hpp"
#include "sparrow/layout/temporal/time_types.hpp"
#include "sparrow/types/data_type.hpp"
#include "sparrow/utils/nullable.hpp"
#include "sparrow/utils/vector_view.hpp"
Go to the source code of this file.
Namespaces | |
namespace | sparrow |
namespace | sparrow::detail |
namespace | sparrow::predicate |
Typedefs | |
template<class T> | |
using | sparrow::detail::array_inner_value_type_t = typename arrow_traits<T>::value_type |
template<class T> | |
using | sparrow::detail::array_inner_const_reference_t = typename arrow_traits<T>::const_reference |
template<class T> | |
using | sparrow::detail::array_value_type_t = nullable<array_inner_value_type_t<T>> |
template<class T> | |
using | sparrow::detail::array_const_reference_t = nullable<array_inner_const_reference_t<T>> |
Variables | ||
struct { | ||
} | sparrow::predicate::is_arrow_base_type | |
struct { | ||
} | sparrow::predicate::has_arrow_traits | |