MySQL 9.1.0
Source Code Documentation
|
An order-by node in a select. More...
#include <pars0pars.h>
Public Attributes | |
que_common_t | common |
type: QUE_NODE_ORDER More... | |
sym_node_t * | column |
order-by column More... | |
bool | asc |
true if ascending, false if descending More... | |
An order-by node in a select.
bool order_node_t::asc |
true if ascending, false if descending
sym_node_t* order_node_t::column |
order-by column
que_common_t order_node_t::common |
type: QUE_NODE_ORDER