#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Index | tleSortGroupRef |
Oid | eqop |
Oid | sortop |
bool | nulls_first |
bool | hashable |
Definition at line 838 of file parsenodes.h.
Definition at line 842 of file parsenodes.h.
Referenced by addTargetToGroupList(), addTargetToSortList(), build_minmax_path(), create_unique_plan(), ExecInitAgg(), extract_grouping_ops(), find_expr_references_walker(), get_column_info_for_window(), JumbleExpr(), make_recursive_union(), make_setop(), make_unique(), query_is_distinct_for(), and transformSetOperationTree().
Definition at line 845 of file parsenodes.h.
Referenced by addTargetToGroupList(), addTargetToSortList(), build_minmax_path(), create_unique_plan(), grouping_is_hashable(), and transformSetOperationTree().
Definition at line 844 of file parsenodes.h.
Referenced by addTargetToGroupList(), addTargetToSortList(), build_minmax_path(), create_unique_plan(), ExecInitAgg(), get_rule_orderby(), JumbleExpr(), make_pathkeys_for_sortclauses(), make_sort_from_groupcols(), make_sort_from_sortclauses(), and transformSetOperationTree().
Definition at line 843 of file parsenodes.h.
Referenced by addTargetToGroupList(), addTargetToSortList(), build_minmax_path(), create_unique_plan(), ExecInitAgg(), find_expr_references_walker(), get_rule_orderby(), grouping_is_sortable(), JumbleExpr(), make_pathkeys_for_sortclauses(), make_sort_from_groupcols(), make_sort_from_sortclauses(), preprocess_groupclause(), targetIsInSortList(), transformAggregateCall(), and transformSetOperationTree().
Definition at line 841 of file parsenodes.h.
Referenced by addTargetToGroupList(), addTargetToSortList(), build_minmax_path(), create_unique_plan(), generate_setop_grouplist(), get_grouping_column_index(), get_sortgroupclause_tle(), JumbleExpr(), make_pathkeys_for_sortclauses(), make_windowInputTargetList(), targetIsInSortList(), transformDistinctOnClause(), transformGroupClause(), and transformSetOperationTree().
Definition at line 840 of file parsenodes.h.