PostgreSQL Source Code
git master
|
#include <primnodes.h>
Public Member Functions | |
Oid opfuncid | pg_node_attr (equal_ignore_if_zero) |
Data Fields | |
Expr | xpr |
Oid | opno |
Oid | opresulttype |
bool | opretset |
Oid | opcollid |
Oid | inputcollid |
List * | args |
int | location |
Definition at line 699 of file primnodes.h.
Oid opfuncid OpExpr::pg_node_attr | ( | equal_ignore_if_zero | ) |
List* OpExpr::args |
Definition at line 722 of file primnodes.h.
Referenced by check_and_push_window_quals(), clause_selectivity_ext(), clauselist_selectivity_ext(), commute_restrictinfo(), CommuteOpExpr(), compute_semijoin_info(), convert_EXISTS_to_ANY(), create_hashjoin_plan(), deparseDistinctExpr(), deparseOpExpr(), dependency_is_compatible_clause(), dependency_is_compatible_expression(), eval_const_expressions_mutator(), exec_check_rw_parameter(), ExecInitExprRec(), ExecInitFunctionResultSet(), ExecInitSubPlan(), expression_tree_mutator_impl(), expression_tree_walker_impl(), exprLocation(), exprTypmod(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), find_window_run_conditions(), fix_indexqual_clause(), foreign_expr_walker(), get_leftop(), get_oper_expr(), get_rightop(), get_rule_expr(), get_simple_binary_op_name(), get_sublink_expr(), get_switched_clauses(), gincost_opexpr(), hash_ok_operator(), have_partkey_equi_join(), index_other_operands_eval_cost(), IsBinaryTidClause(), JumbleExpr(), like_regex_support(), make_op(), make_opclause(), match_clause_to_ordering_op(), match_foreign_keys_to_quals(), match_opclause_to_indexcol(), mcv_get_match_bitmap(), MJExamineQuals(), negate_clause(), network_subset_support(), operator_predicate_proof(), paraminfo_get_equal_hashops(), predicate_implied_by_simple_clause(), statext_is_compatible_clause_internal(), test_opexpr_is_hashable(), and transformAExprNullIf().
Oid OpExpr::inputcollid |
Definition at line 719 of file primnodes.h.
Referenced by clause_selectivity_ext(), convert_EXISTS_to_ANY(), create_hashjoin_plan(), eval_const_expressions_mutator(), ExecInitExprRec(), ExecInitFunctionResultSet(), ExecInitSubPlan(), find_window_run_conditions(), foreign_expr_walker(), get_switched_clauses(), like_regex_support(), make_opclause(), match_clause_to_partition_key(), match_opclause_to_indexcol(), negate_clause(), and operator_predicate_proof().
int OpExpr::location |
Definition at line 725 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), exprLocation(), get_switched_clauses(), make_op(), make_opclause(), and negate_clause().
Oid OpExpr::opcollid |
Definition at line 716 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), find_window_run_conditions(), foreign_expr_walker(), get_switched_clauses(), make_opclause(), and negate_clause().
Oid OpExpr::opno |
Definition at line 704 of file primnodes.h.
Referenced by btcostestimate(), clause_selectivity_ext(), clauselist_selectivity_ext(), commute_restrictinfo(), CommuteOpExpr(), compute_semijoin_info(), convert_EXISTS_to_ANY(), create_hashjoin_plan(), deparseOpExpr(), dependency_is_compatible_clause(), dependency_is_compatible_expression(), eval_const_expressions_mutator(), ExecInitSubPlan(), find_expr_references_walker(), find_window_run_conditions(), foreign_expr_walker(), get_oper_expr(), get_simple_binary_op_name(), get_sublink_expr(), get_switched_clauses(), gincost_opexpr(), hash_ok_operator(), have_partkey_equi_join(), JumbleExpr(), make_op(), make_opclause(), MakeTidOpExpr(), match_clause_to_ordering_op(), match_clause_to_partition_key(), match_foreign_keys_to_quals(), match_opclause_to_indexcol(), mcv_get_match_bitmap(), MJExamineQuals(), negate_clause(), operator_predicate_proof(), set_opfuncid(), and statext_is_compatible_clause_internal().
Oid OpExpr::opresulttype |
Definition at line 710 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), find_window_run_conditions(), get_switched_clauses(), make_op(), make_opclause(), negate_clause(), and transformAExprNullIf().
bool OpExpr::opretset |
Definition at line 713 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), expression_returns_set_rows(), expression_returns_set_walker(), find_window_run_conditions(), get_switched_clauses(), make_op(), make_opclause(), negate_clause(), and transformAExprNullIf().
Expr OpExpr::xpr |
Definition at line 701 of file primnodes.h.