|
sparrow-extensions 0.1.0
Extension types for the sparrow library
|
#include "sparrow/utils/extension.hpp"#include "sparrow/variable_size_binary_array.hpp"#include "sparrow/variable_size_binary_view_array.hpp"Go to the source code of this file.
Namespaces | |
| namespace | sparrow_extensions |
| namespace | sparrow |
| namespace | sparrow::detail |
Typedefs | |
| using | sparrow_extensions::json_extension = sparrow::simple_extension<"arrow.json"> |
| using | sparrow_extensions::json_array |
| JSON array with 32-bit offsets. | |
| using | sparrow_extensions::big_json_array |
| JSON array with 64-bit offsets. | |
| using | sparrow_extensions::json_view_array |
| JSON array with view-based storage. | |