MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / derived_query_context

Method derived_query_context

src/sql/src/plan/query.rs:6738–6742  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

6736 }
6737
6738 fn derived_query_context(&self) -> QueryContext<'_> {
6739 let mut scope = self.scope.clone();
6740 scope.lateral_barrier = true;
6741 self.qcx.derived_context(scope, self.relation_type.clone())
6742 }
6743
6744 pub fn require_feature_flag(&self, flag: &'static FeatureFlag) -> Result<(), PlanError> {
6745 self.qcx.scx.require_feature_flag(flag)

Callers 5

inventFunction · 0.80
plan_existsFunction · 0.80
plan_subqueryFunction · 0.80
plan_map_subqueryFunction · 0.80

Calls 2

derived_contextMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected