|
sparrow 1.3.0
|
#include "sparrow/array_api.hpp"#include "sparrow/config/config.hpp"#include "sparrow/layout/array_access.hpp"#include "sparrow/layout/array_wrapper.hpp"#include "sparrow/layout/run_end_encoded_iterator.hpp"#include "sparrow/utils/memory.hpp"Go to the source code of this file.
Classes | |
| struct | sparrow::detail::get_data_type_from_array< run_end_encoded_array > |
| class | sparrow::run_end_encoded_array |
| A run-end encoded array. More... | |
Namespaces | |
| namespace | sparrow |
| namespace | sparrow::detail |
Functions | |
| SPARROW_API bool | sparrow::operator== (const run_end_encoded_array &lhs, const run_end_encoded_array &rhs) |
Variables | |
| template<class T> | |
| constexpr bool | sparrow::is_run_end_encoded_array_v = std::same_as<T, run_end_encoded_array> |
| Checks whether T is a run_end_encoded_array type. | |