MySQL 9.1.0
Source Code Documentation
|
#include <parse_tree_node_base.h>
Public Member Functions | |
QueryLevel (MEM_ROOT *mem_root, Surrounding_context sc, bool has_order=false) | |
Public Attributes | |
Surrounding_context | m_type |
mem_root_deque< Query_term * > | m_elts |
bool | m_has_order {false} |
|
inline |
mem_root_deque<Query_term *> QueryLevel::m_elts |
bool QueryLevel::m_has_order {false} |
Surrounding_context QueryLevel::m_type |