MCPcopy Create free account
hub / github.com/apache/cloudberry / is_opclause

Function is_opclause

src/include/nodes/nodeFuncs.h:65–69  ·  view source on GitHub ↗

Is clause an OpExpr clause? */

Source from the content-addressed store, hash-verified

63
64/* Is clause an OpExpr clause? */
65static inline bool
66is_opclause(const void *clause)
67{
68 return clause != NULL && IsA(clause, OpExpr);
69}
70
71/* Extract left arg of a binary opclause, or only arg of a unary opclause */
72static inline Node *

Callers 15

mcv_get_match_bitmapFunction · 0.85
network_subset_supportFunction · 0.85
like_regex_supportFunction · 0.85
mergejoinscanselFunction · 0.85
TidExprListCreateFunction · 0.85
create_hashjoin_planFunction · 0.85
get_switched_clausesFunction · 0.85
check_mergejoinableFunction · 0.85
check_hashjoinableFunction · 0.85

Calls

no outgoing calls

Tested by 2

clause_is_strict_forFunction · 0.68
operator_predicate_proofFunction · 0.68