|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Public Member Functions | |
| List *opnos | pg_node_attr (query_jumble_ignore) |
| List *opfamilies | pg_node_attr (query_jumble_ignore) |
| List *inputcollids | pg_node_attr (query_jumble_ignore) |
Data Fields | |
| Expr | xpr |
| CompareType | cmptype |
| List * | largs |
| List * | rargs |
Definition at line 1488 of file primnodes.h.
| List *opnos RowCompareExpr::pg_node_attr | ( | query_jumble_ignore | ) |
| List *opfamilies RowCompareExpr::pg_node_attr | ( | query_jumble_ignore | ) |
| List *inputcollids RowCompareExpr::pg_node_attr | ( | query_jumble_ignore | ) |
| CompareType RowCompareExpr::cmptype |
Definition at line 1493 of file primnodes.h.
Referenced by ExecIndexBuildScanKeys(), and expand_indexqual_rowcompare().
| List* RowCompareExpr::largs |
Definition at line 1501 of file primnodes.h.
Referenced by assign_collations_walker(), ExecIndexBuildScanKeys(), expand_indexqual_rowcompare(), fix_indexqual_clause(), match_rowcompare_to_indexcol(), and rowcomparesel().
| List* RowCompareExpr::rargs |
Definition at line 1503 of file primnodes.h.
Referenced by assign_collations_walker(), ExecIndexBuildScanKeys(), expand_indexqual_rowcompare(), index_other_operands_eval_cost(), match_rowcompare_to_indexcol(), and rowcomparesel().
| Expr RowCompareExpr::xpr |
Definition at line 1490 of file primnodes.h.