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

Method require_feature_flag

src/sql/src/plan/query.rs:6744–6746  ·  view source on GitHub ↗
(&self, flag: &'static FeatureFlag)

Source from the content-addressed store, hash-verified

6742 }
6743
6744 pub fn require_feature_flag(&self, flag: &'static FeatureFlag) -> Result<(), PlanError> {
6745 self.qcx.scx.require_feature_flag(flag)
6746 }
6747
6748 pub fn param_types(&self) -> &RefCell<BTreeMap<usize, SqlScalarType>> {
6749 &self.qcx.scx.param_types

Callers 15

plan_query_innerFunction · 0.45
plan_validate_connectionFunction · 0.45
plan_create_tableFunction · 0.45
plan_create_sourceFunction · 0.45
plan_sinkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected