|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Public Member Functions | |
| AttrNumber *cmpColIdx | pg_node_attr (array_size(numCols)) |
| Oid *cmpOperators | pg_node_attr (array_size(numCols)) |
| Oid *cmpCollations | pg_node_attr (array_size(numCols)) |
| bool *cmpNullsFirst | pg_node_attr (array_size(numCols)) |
Data Fields | |
| Plan | plan |
| SetOpCmd | cmd |
| SetOpStrategy | strategy |
| int | numCols |
| Cardinality | numGroups |
Definition at line 1425 of file plannodes.h.
| AttrNumber *cmpColIdx SetOp::pg_node_attr | ( | array_size(numCols) | ) |
| bool *cmpNullsFirst SetOp::pg_node_attr | ( | array_size(numCols) | ) |
| SetOpCmd SetOp::cmd |
Definition at line 1430 of file plannodes.h.
Referenced by make_setop(), and set_output_count().
| int SetOp::numCols |
Definition at line 1436 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), and make_setop().
| Cardinality SetOp::numGroups |
Definition at line 1449 of file plannodes.h.
Referenced by build_hash_table(), and make_setop().
| Plan SetOp::plan |
Definition at line 1427 of file plannodes.h.
Referenced by make_setop().
| SetOpStrategy SetOp::strategy |
Definition at line 1433 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), ExecSetOp(), and make_setop().