Home
last modified time | relevance | path

Searched refs:hasSemiJoin (Results 1 – 4 of 4) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/include/distributed/
H A Ddistributed_planner.h74 bool hasSemiJoin; member
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/planner/
H A Drelation_restriction_equivalence.c2203 filtererdJoinRestrictionContext->hasSemiJoin = joinRestrictionContext->hasSemiJoin; in FilterJoinRestrictionContext()
H A Ddistributed_planner.c1729 joinRestrictionContext->hasSemiJoin = joinRestrictionContext->hasSemiJoin || in multi_join_restriction_hook()
H A Dquery_pushdown_planning.c151 if (joinRestrictionContext->hasSemiJoin) in ShouldUseSubqueryPushDown()