sparrow ..
Loading...
Searching...
No Matches
record_batch.hpp File Reference
#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"
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
 

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