|
sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include "sparrow/arrow_interface/arrow_array_schema_proxy.hpp"#include "sparrow/layout/mutable_array_base.hpp"Go to the source code of this file.
Classes | |
| class | sparrow::array_bitmap_base_impl< D, is_mutable > |
Namespaces | |
| namespace | sparrow |
Typedefs | |
| template<class D> | |
| using | sparrow::array_bitmap_base = array_bitmap_base_impl<D, false> |
| Convenient alias for arrays with immutable validity bitmaps. | |
| template<class D> | |
| using | sparrow::mutable_array_bitmap_base = array_bitmap_base_impl<D, true> |
| Convenient alias for arrays with mutable validity bitmaps. | |