MySQL 9.1.0
Source Code Documentation
|
#include <memory>
#include <string>
#include <vector>
#include "my_alloc.h"
#include "my_base.h"
#include "my_table_map.h"
#include "sql/iterators/basic_row_iterators.h"
#include "sql/iterators/row_iterator.h"
#include "sql/sql_sort.h"
Go to the source code of this file.
Classes | |
class | SortingIterator |
An adapter that takes in another RowIterator and produces the same rows, just in sorted order. More... | |
union | SortingIterator::IteratorHolder |