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

Method ExpressionReturnsSet

src/backend/gpopt/gpdbwrappers.cpp:2530–2538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2528}
2529
2530bool
2531gpdb::ExpressionReturnsSet(Node *clause)
2532{
2533 GP_WRAP_START;
2534 {
2535 return expression_returns_set(clause);
2536 }
2537 GP_WRAP_END;
2538}
2539
2540List *
2541gpdb::GetRelChildIndexes(Oid reloid)

Callers

nothing calls this directly

Calls 1

expression_returns_setFunction · 0.85

Tested by

no test coverage detected