MySQL 9.1.0
Source Code Documentation
|
For scanning the temporary file. More...
#include "ddl0impl-buffer.h"
Go to the source code of this file.
Classes | |
struct | ddl::File_reader |
Read rows from the temporary file. More... | |
Namespaces | |
namespace | ddl |
The general architecture is that the work is done in two phases, roughly the read and write phase. | |
Typedefs | |
using | ddl::Range = std::pair< os_offset_t, os_offset_t > |
Represents the chunk in bytes : first element represents the beginning offset of the chunk and, second element represents the length of the chunk. More... | |
For scanning the temporary file.
Created 2020-11-01 by Sunny Bains.