MySQL 8.3.0
Source Code Documentation
basic_row_iterators.cc File Reference

Implementations of basic iterators, ie. More...

#include "sql/iterators/basic_row_iterators.h"
#include <assert.h>
#include <atomic>
#include <string>
#include <utility>
#include <vector>
#include "my_base.h"
#include "my_inttypes.h"
#include "my_sys.h"
#include "mysqld_error.h"
#include "sql/debug_sync.h"
#include "sql/handler.h"
#include "sql/iterators/row_iterator.h"
#include "sql/mem_root_array.h"
#include "sql/range_optimizer/range_optimizer.h"
#include "sql/sql_bitmap.h"
#include "sql/sql_class.h"
#include "sql/sql_executor.h"
#include "sql/sql_tmp_table.h"
#include "sql/system_variables.h"
#include "sql/table.h"

Detailed Description

Implementations of basic iterators, ie.

those that have no children and don't take any refs (they typically read directly from a table in some way). See row_iterator.h.