sparrow 0.3.0
|
#include <string_view>
#include <version>
#include <ranges>
#include "sparrow/array_api.hpp"
#include "sparrow/array_factory.hpp"
#include "sparrow/arrow_array_schema_proxy.hpp"
#include "sparrow/buffer/dynamic_bitset/dynamic_bitset.hpp"
#include "sparrow/layout/array_bitmap_base.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/iterator.hpp"
#include "sparrow/utils/memory.hpp"
#include "sparrow/utils/nullable.hpp"
Go to the source code of this file.
Classes | |
struct | sparrow::array_inner_types< struct_array > |
class | sparrow::struct_array |
Namespaces | |
namespace | sparrow |
Variables | |
template<class T> | |
constexpr bool | sparrow::is_struc_array_v = std::same_as<T, struct_array> |
Checks whether T is a struct_array type. | |