MySQL 8.4.0
Source Code Documentation
Row_bunch< Column_type > Member List

This is the complete list of members for Row_bunch< Column_type >, including all inherited members.

get_column(size_t row_offset, size_t col_index)Row_bunch< Column_type >inline
get_next_row_offset(size_t &offset) constRow_bunch< Column_type >inline
get_num_cols() constRow_bunch< Column_type >inline
get_num_rows() constRow_bunch< Column_type >inline
get_row_offset(size_t row_index) constRow_bunch< Column_type >inline
m_columnsRow_bunch< Column_type >private
m_num_columnsRow_bunch< Column_type >private
m_num_rowsRow_bunch< Column_type >private
process_columns(size_t row_index, F &&cbk)Row_bunch< Column_type >inline
process_columns_by_offset(size_t row_offset, F &&cbk)Row_bunch< Column_type >inline
read_column(size_t row_offset, size_t col_index) constRow_bunch< Column_type >inline
Row_bunch(size_t n_cols)Row_bunch< Column_type >inline
S_MAX_TOTAL_COLSRow_bunch< Column_type >static
set_num_rows(size_t n_rows)Row_bunch< Column_type >inline