|
sparrow 2.0.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <algorithm>#include <cstddef>#include <cstdint>#include <ranges>#include <utility>#include "sparrow/arrow_interface/arrow_array_schema_proxy.hpp"#include "sparrow/buffer/dynamic_bitset/dynamic_bitset_view.hpp"#include "sparrow/layout/array_access.hpp"#include "sparrow/layout/layout_iterator.hpp"#include "sparrow/utils/crtp_base.hpp"#include "sparrow/utils/iterator.hpp"#include "sparrow/utils/nullable.hpp"Go to the source code of this file.
Classes | |
| struct | sparrow::array_inner_types_base |
| Base class for array_inner_types specializations. More... | |
| class | sparrow::array_crtp_base< D > |
| struct | sparrow::array_crtp_base< D >::iterator_types |
Namespaces | |
| namespace | sparrow |
Functions | |
| template<class D> | |
| constexpr bool | sparrow::operator== (const array_crtp_base< D > &lhs, const array_crtp_base< D > &rhs) |