MySQL 8.4.2
Source Code Documentation
|
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) const | Row_bunch< Column_type > | inline |
get_num_cols() const | Row_bunch< Column_type > | inline |
get_num_rows() const | Row_bunch< Column_type > | inline |
get_row_offset(size_t row_index) const | Row_bunch< Column_type > | inline |
m_columns | Row_bunch< Column_type > | private |
m_num_columns | Row_bunch< Column_type > | private |
m_num_rows | Row_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) const | Row_bunch< Column_type > | inline |
Row_bunch(size_t n_cols) | Row_bunch< Column_type > | inline |
S_MAX_TOTAL_COLS | Row_bunch< Column_type > | static |
set_num_rows(size_t n_rows) | Row_bunch< Column_type > | inline |