|
sparrow-extensions 0.1.0
Extension types for the sparrow library
|
#include "sparrow/primitive_array.hpp"#include "sparrow/utils/extension.hpp"Go to the source code of this file.
Namespaces | |
| namespace | sparrow_extensions |
Typedefs | |
| using | sparrow_extensions::bool8_array = sparrow::primitive_array<int8_t, sparrow::simple_extension<"arrow.bool8">, bool> |
| Bool8 array using 8-bit storage for boolean values. | |