sparrow 0.3.0
Loading...
Searching...
No Matches
record_batch.hpp File Reference
#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"
Include dependency graph for record_batch.hpp:
This graph shows which files directly or indirectly include this file:

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_typesparrow::detail::get_names (const std::vector< array > &array_list)