|
sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <cstdint>#include "sparrow/layout/primitive_array_impl.hpp"#include "sparrow/types/data_type.hpp"Go to the source code of this file.
Namespaces | |
| namespace | sparrow |
| namespace | sparrow::detail |
Concepts | |
| concept | sparrow::primitive_type |
Typedefs | |
| template<primitive_type T, typename Ext = empty_extension, trivial_copyable_type T2 = T> | |
| using | sparrow::primitive_array = primitive_array_impl<T, Ext, T2> |
| Array of values of whose type has fixed binary size. | |
Variables | |
| template<class T> | |
| constexpr bool | sparrow::is_primitive_array_v = is_primitive_array<T>::value |
| Checkes whether T is a primitive_array type. | |