MySQL 8.3.0
Source Code Documentation
SortingIterator::IteratorHolder Union Reference

Public Member Functions

 IteratorHolder ()
 
 ~IteratorHolder ()
 

Public Attributes

SortBufferIterator< true > sort_buffer_packed_addons
 
SortBufferIterator< false > sort_buffer
 
SortBufferIndirectIterator sort_buffer_indirect
 
SortFileIterator< true > sort_file_packed_addons
 
SortFileIterator< false > sort_file
 
SortFileIndirectIterator sort_file_indirect
 

Constructor & Destructor Documentation

◆ IteratorHolder()

SortingIterator::IteratorHolder::IteratorHolder ( )
inline

◆ ~IteratorHolder()

SortingIterator::IteratorHolder::~IteratorHolder ( )
inline

Member Data Documentation

◆ sort_buffer

SortBufferIterator<false> SortingIterator::IteratorHolder::sort_buffer

◆ sort_buffer_indirect

SortBufferIndirectIterator SortingIterator::IteratorHolder::sort_buffer_indirect

◆ sort_buffer_packed_addons

SortBufferIterator<true> SortingIterator::IteratorHolder::sort_buffer_packed_addons

◆ sort_file

SortFileIterator<false> SortingIterator::IteratorHolder::sort_file

◆ sort_file_indirect

SortFileIndirectIterator SortingIterator::IteratorHolder::sort_file_indirect

◆ sort_file_packed_addons

SortFileIterator<true> SortingIterator::IteratorHolder::sort_file_packed_addons

The documentation for this union was generated from the following file: