sparrow 0.3.0
|
#include "sparrow/array_api.hpp"
#include "sparrow/array_factory.hpp"
#include "sparrow/config/config.hpp"
#include "sparrow/layout/array_access.hpp"
#include "sparrow/layout/array_helper.hpp"
#include "sparrow/layout/array_wrapper.hpp"
#include "sparrow/layout/layout_utils.hpp"
#include "sparrow/layout/nested_value_types.hpp"
#include "sparrow/utils/crtp_base.hpp"
#include "sparrow/utils/functor_index_iterator.hpp"
#include "sparrow/utils/memory.hpp"
#include "sparrow/utils/mp_utils.hpp"
Go to the source code of this file.
Namespaces | |
namespace | sparrow |
namespace | sparrow::detail |
Functions | |
template<class D> | |
bool | sparrow::operator== (const union_array_crtp_base< D > &lhs, const union_array_crtp_base< D > &rhs) |
Variables | |
template<class T> | |
constexpr bool | sparrow::is_dense_union_array_v = std::same_as<T, dense_union_array> |
Checks whether T is a dense_union_array type. | |
template<class T> | |
constexpr bool | sparrow::is_sparse_union_array_v = std::same_as<T, sparse_union_array> |
Checks whether T is a sparse_union_array type. | |