sparrow 0.3.0
|
#include "sparrow/array_api.hpp"
#include "sparrow/array_factory.hpp"
#include "sparrow/arrow_array_schema_proxy.hpp"
#include "sparrow/layout/array_access.hpp"
#include "sparrow/layout/array_base.hpp"
#include "sparrow/layout/array_helper.hpp"
#include "sparrow/layout/array_wrapper.hpp"
#include "sparrow/layout/nested_value_types.hpp"
#include "sparrow/layout/primitive_array.hpp"
#include "sparrow/types/data_traits.hpp"
#include "sparrow/utils/contracts.hpp"
#include "sparrow/utils/functor_index_iterator.hpp"
#include "sparrow/utils/memory.hpp"
Go to the source code of this file.
Namespaces | |
namespace | sparrow |
namespace | sparrow::detail |
Functions | |
template<class IT> | |
bool | sparrow::operator== (const dictionary_encoded_array< IT > &lhs, const dictionary_encoded_array< IT > &rhs) |
Variables | |
template<class T> | |
constexpr bool | sparrow::is_dictionary_encoded_array_v = detail::is_dictionary_encoded_array<T>::get() |
Checks whether T is a dictionary_encoded_array type. | |