#include <plannodes.h>
Data Fields | |
Plan | plan |
int | numCols |
AttrNumber * | sortColIdx |
Oid * | sortOperators |
Oid * | collations |
bool * | nullsFirst |
Definition at line 583 of file plannodes.h.
Definition at line 589 of file plannodes.h.
Referenced by ExecSort(), and make_sort().
Definition at line 590 of file plannodes.h.
Referenced by ExecSort(), and make_sort().
int Sort::numCols |
Definition at line 586 of file plannodes.h.
Referenced by ExecSort(), grouping_planner(), make_sort(), and show_sort_keys().
Definition at line 585 of file plannodes.h.
Referenced by make_sort().
Definition at line 587 of file plannodes.h.
Referenced by ExecSort(), grouping_planner(), make_sort(), and show_sort_keys().
Definition at line 588 of file plannodes.h.
Referenced by ExecSort(), and make_sort().