This is the complete list of members for sparrow::record_batch, including all inherited members.
add_column(name_type name, array column) | sparrow::record_batch | |
add_column(array column) | sparrow::record_batch | |
column_range typedef | sparrow::record_batch | |
columns() const | sparrow::record_batch | |
contains_column(const name_type &key) const | sparrow::record_batch | |
extract_struct_array() | sparrow::record_batch | |
get_column(const name_type &key) const | sparrow::record_batch | |
get_column(const name_type &key) | sparrow::record_batch | |
get_column(size_type index) const | sparrow::record_batch | |
get_column(size_type index) | sparrow::record_batch | |
get_column_name(size_type index) const | sparrow::record_batch | |
initializer_type typedef | sparrow::record_batch | |
name() const | sparrow::record_batch | |
name_range typedef | sparrow::record_batch | |
name_type typedef | sparrow::record_batch | |
names() const | sparrow::record_batch | |
nb_columns() const | sparrow::record_batch | |
nb_rows() const | sparrow::record_batch | |
operator=(const record_batch &other) | sparrow::record_batch | |
operator=(record_batch &&)=default | sparrow::record_batch | |
record_batch(NR &&names, CR &&columns, std::optional< std::string_view > name=std::nullopt, std::optional< METADATA_RANGE > metadata=std::nullopt) | sparrow::record_batch | |
record_batch(CR &&columns, std::optional< std::string_view > name=std::nullopt, std::optional< METADATA_RANGE > metadata=std::nullopt) | sparrow::record_batch | |
record_batch(initializer_type init) | sparrow::record_batch | |
record_batch(ArrowArray &&array, ArrowSchema &&schema) | sparrow::record_batch | |
record_batch(ArrowArray &&array, ArrowSchema *schema) | sparrow::record_batch | |
record_batch(ArrowArray &&array, const ArrowSchema *schema) | sparrow::record_batch | |
record_batch(ArrowArray *array, ArrowSchema *schema) | sparrow::record_batch | |
record_batch(const ArrowArray *array, const ArrowSchema *schema) | sparrow::record_batch | |
record_batch(struct_array &&ar) | sparrow::record_batch | |
record_batch(const record_batch &other) | sparrow::record_batch | |
record_batch(record_batch &&) noexcept=default | sparrow::record_batch | |
size_type typedef | sparrow::record_batch | |