|
sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <algorithm>#include <initializer_list>#include <optional>#include <ranges>#include <string>#include <unordered_map>#include <vector>#include "sparrow/array.hpp"#include "sparrow/struct_array.hpp"#include "sparrow/utils/contracts.hpp"Go to the source code of this file.
Classes | |
| class | sparrow::record_batch |
Namespaces | |
| namespace | sparrow |
| namespace | sparrow::detail |
Functions | |
| SPARROW_API bool | sparrow::operator== (const record_batch &lhs, const record_batch &rhs) |
| Compares two record_batch objects for equality. | |
| SPARROW_API std::pair< ArrowArray, ArrowSchema > | sparrow::extract_arrow_structures (sparrow::record_batch &&rb) |
| std::vector< record_batch::name_type > | sparrow::detail::get_names (const std::vector< array > &array_list) |