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

Function plan_join_identity

src/sql/src/plan/query.rs:2220–2225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2218}
2219
2220fn plan_join_identity() -> (HirRelationExpr, Scope) {
2221 let typ = SqlRelationType::new(vec![]);
2222 let expr = HirRelationExpr::constant(vec![vec![]], typ);
2223 let scope = Scope::empty();
2224 (expr, scope)
2225}
2226
2227/// Describes how to execute a SELECT query.
2228///

Callers 2

plan_select_from_whereFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected