![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
#include <assert.h>#include <stddef.h>#include <sys/types.h>#include <iterator>#include <memory>#include "my_alloc.h"#include "my_inttypes.h"#include "my_table_map.h"#include "sql/handler.h"#include "sql/iterators/hash_join_buffer.h"#include "sql/iterators/row_iterator.h"#include "sql/join_type.h"#include "sql/mem_root_array.h"#include "sql/pack_rows.h"#include "sql_string.h"#include "template_utils.h"Go to the source code of this file.
Classes | |
| class | BKAIterator | 
| The BKA join iterator, with an arbitrary iterator tree on the outer side and a MultiRangeRowIterator on the inner side (possibly with a filter or similar in-between).  More... | |
| class | MultiRangeRowIterator | 
| The iterator actually doing the reads from the inner table during BKA.  More... | |