MySQL 9.0.0
Source Code Documentation
QueryLevel Struct Reference

#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}
 

Constructor & Destructor Documentation

◆ QueryLevel()

QueryLevel::QueryLevel ( MEM_ROOT mem_root,
Surrounding_context  sc,
bool  has_order = false 
)
inline

Member Data Documentation

◆ m_elts

mem_root_deque<Query_term *> QueryLevel::m_elts

◆ m_has_order

bool QueryLevel::m_has_order {false}

◆ m_type

Surrounding_context QueryLevel::m_type

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