MySQL 8.3.0
Source Code Documentation
order_node_t Struct Reference

An order-by node in a select. More...

#include <pars0pars.h>

Public Attributes

que_common_t common
 type: QUE_NODE_ORDER More...
 
sym_node_tcolumn
 order-by column More...
 
bool asc
 true if ascending, false if descending More...
 

Detailed Description

An order-by node in a select.

Member Data Documentation

◆ asc

bool order_node_t::asc

true if ascending, false if descending

◆ column

sym_node_t* order_node_t::column

order-by column

◆ common

que_common_t order_node_t::common

type: QUE_NODE_ORDER


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