|
sparrow 1.3.0
|
#include <memory>#include <variant>#include "sparrow/arrow_interface/arrow_array_schema_proxy.hpp"#include "sparrow/layout/array_access.hpp"#include "sparrow/utils/memory.hpp"#include "sparrow/utils/mp_utils.hpp"Go to the source code of this file.
Classes | |
| struct | sparrow::detail::is_dictionary_encoded_array< ARRAY > |
| class | sparrow::array_wrapper |
| Base class for array type erasure. More... | |
| class | sparrow::array_wrapper_impl< T > |
Namespaces | |
| namespace | sparrow |
| namespace | sparrow::detail |
Functions | |
| template<class T> | |
| T & | sparrow::unwrap_array (array_wrapper &) |
| template<class T> | |
| const T & | sparrow::unwrap_array (const array_wrapper &) |