Drizzled Public API Documentation

order_node_struct Struct Reference

#include <pars0pars.h>

List of all members.

Public Attributes

que_common_t common
sym_node_tcolumn
ibool asc

Detailed Description

An order-by node in a select

Definition at line 660 of file pars0pars.h.


Member Data Documentation

ibool order_node_struct::asc

TRUE if ascending, FALSE if descending

Definition at line 663 of file pars0pars.h.

Referenced by opt_search_plan(), and pars_order_by().

sym_node_t* order_node_struct::column

order-by column

Definition at line 662 of file pars0pars.h.

Referenced by pars_order_by(), and pars_select_statement().

que_common_t order_node_struct::common

type: QUE_NODE_ORDER

Definition at line 661 of file pars0pars.h.

Referenced by pars_order_by().


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