|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Public Member Functions | |
| AttrNumber *partColIdx | pg_node_attr (array_size(partNumCols)) |
| Oid *partOperators | pg_node_attr (array_size(partNumCols)) |
| Oid *partCollations | pg_node_attr (array_size(partNumCols)) |
| AttrNumber *ordColIdx | pg_node_attr (array_size(ordNumCols)) |
| Oid *ordOperators | pg_node_attr (array_size(ordNumCols)) |
| Oid *ordCollations | pg_node_attr (array_size(ordNumCols)) |
Definition at line 1249 of file plannodes.h.
| AttrNumber *ordColIdx WindowAgg::pg_node_attr | ( | array_size(ordNumCols) | ) |
| Oid *ordOperators WindowAgg::pg_node_attr | ( | array_size(ordNumCols) | ) |
| Oid *ordCollations WindowAgg::pg_node_attr | ( | array_size(ordNumCols) | ) |
| AttrNumber *partColIdx WindowAgg::pg_node_attr | ( | array_size(partNumCols) | ) |
| Oid *partOperators WindowAgg::pg_node_attr | ( | array_size(partNumCols) | ) |
| Oid *partCollations WindowAgg::pg_node_attr | ( | array_size(partNumCols) | ) |
| Oid WindowAgg::endInRangeFunc |
Definition at line 1304 of file plannodes.h.
Referenced by ExecInitWindowAgg(), and make_windowagg().
| Node* WindowAgg::endOffset |
Definition at line 1290 of file plannodes.h.
Referenced by ExecInitWindowAgg(), and make_windowagg().
| int WindowAgg::frameOptions |
Definition at line 1284 of file plannodes.h.
Referenced by ExecInitWindowAgg(), and make_windowagg().
| bool WindowAgg::inRangeAsc |
Definition at line 1310 of file plannodes.h.
Referenced by ExecInitWindowAgg(), and make_windowagg().
| Oid WindowAgg::inRangeColl |
Definition at line 1307 of file plannodes.h.
Referenced by ExecInitWindowAgg(), and make_windowagg().
| bool WindowAgg::inRangeNullsFirst |
Definition at line 1313 of file plannodes.h.
Referenced by ExecInitWindowAgg(), and make_windowagg().
| int WindowAgg::ordNumCols |
Definition at line 1272 of file plannodes.h.
Referenced by are_peers(), ExecInitWindowAgg(), make_windowagg(), prepare_tuplestore(), row_is_in_frame(), update_frameheadpos(), update_frametailpos(), update_grouptailpos(), and WinRowsArePeers().
| int WindowAgg::partNumCols |
Definition at line 1260 of file plannodes.h.
Referenced by ExecInitWindowAgg(), make_windowagg(), and spool_tuples().
| Plan WindowAgg::plan |
Definition at line 1251 of file plannodes.h.
Referenced by ExecInitWindowAgg(), get_windowfunc_expr_helper(), and make_windowagg().
| List* WindowAgg::runCondition |
Definition at line 1293 of file plannodes.h.
Referenced by ExecInitWindowAgg(), make_windowagg(), and set_plan_refs().
| List* WindowAgg::runConditionOrig |
Definition at line 1296 of file plannodes.h.
Referenced by make_windowagg().
| Oid WindowAgg::startInRangeFunc |
Definition at line 1301 of file plannodes.h.
Referenced by ExecInitWindowAgg(), and make_windowagg().
| Node* WindowAgg::startOffset |
Definition at line 1287 of file plannodes.h.
Referenced by ExecInitWindowAgg(), and make_windowagg().
| bool WindowAgg::topWindow |
Definition at line 1319 of file plannodes.h.
Referenced by ExecInitWindowAgg(), and make_windowagg().
| char* WindowAgg::winname |
Definition at line 1254 of file plannodes.h.
Referenced by make_windowagg().
| Index WindowAgg::winref |
Definition at line 1257 of file plannodes.h.
Referenced by ExecInitWindowAgg(), and make_windowagg().