sparrow 0.3.0
|
#include <algorithm>
#include <initializer_list>
#include <ranges>
#include <string>
#include <unordered_map>
#include <vector>
#include "sparrow/array.hpp"
#include "sparrow/layout/struct_layout/struct_array.hpp"
#include "sparrow/utils/contracts.hpp"
Go to the source code of this file.
Classes | |
class | sparrow::record_batch |
Table-like data structure. More... | |
Namespaces | |
namespace | sparrow |
namespace | sparrow::detail |
Functions | |
SPARROW_API bool | sparrow::operator== (const record_batch &lhs, const record_batch &rhs) |
Compares the content of two record_batch objects. | |
std::vector< record_batch::name_type > | sparrow::detail::get_names (const std::vector< array > &array_list) |