MySQL 8.4.0
Source Code Documentation
row_iterator.h File Reference
#include <assert.h>
#include <string>

Go to the source code of this file.

Classes

class  IteratorProfiler
 Profiling data for an iterator, needed by 'EXPLAIN ANALYZE'. More...
 
class  RowIterator
 A context for reading through a single table using a chosen access method: index read, scan, etc, use of cache, etc. More...
 
class  TableRowIterator