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

Method relation_type

src/sql/src/plan/query.rs:6592–6594  ·  view source on GitHub ↗
(&self, expr: &HirRelationExpr)

Source from the content-addressed store, hash-verified

6590 }
6591
6592 fn relation_type(&self, expr: &HirRelationExpr) -> SqlRelationType {
6593 expr.typ(&self.outer_relation_types, &self.scx.param_types.borrow())
6594 }
6595
6596 /// Generate a new `QueryContext` appropriate to be used in subqueries of
6597 /// `self`.

Callers 14

plan_root_queryFunction · 0.80
cast_relationFunction · 0.80
plan_query_innerFunction · 0.80
plan_ctesFunction · 0.80
plan_set_exprFunction · 0.80
plan_select_from_whereFunction · 0.80
plan_scalar_table_funcsFunction · 0.80
plan_joinFunction · 0.80
plan_using_constraintFunction · 0.80
plan_subqueryFunction · 0.80

Calls 2

typMethod · 0.45
borrowMethod · 0.45

Tested by

no test coverage detected