|
sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <ranges>#include <string_view>#include <version>#include "sparrow/utils/mp_utils.hpp"#include "sparrow/array_api.hpp"#include "sparrow/arrow_interface/arrow_array_schema_proxy.hpp"#include "sparrow/buffer/dynamic_bitset/dynamic_bitset.hpp"#include "sparrow/layout/array_bitmap_base.hpp"#include "sparrow/layout/array_factory.hpp"#include "sparrow/layout/array_wrapper.hpp"#include "sparrow/layout/layout_utils.hpp"#include "sparrow/layout/nested_value_types.hpp"#include "sparrow/utils/functor_index_iterator.hpp"#include "sparrow/utils/memory.hpp"#include "sparrow/utils/nullable.hpp"Go to the source code of this file.
Classes | |
| struct | sparrow::detail::get_data_type_from_array< struct_array > |
| struct | sparrow::array_inner_types< struct_array > |
| class | sparrow::struct_array |
Namespaces | |
| namespace | sparrow |
| namespace | sparrow::detail |
Variables | |
| template<class T> | |
| constexpr bool | sparrow::is_struc_array_v = std::same_as<T, struct_array> |
| Type trait to check if a type is a struct_array. | |