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

Function plan_expr

src/sql/src/plan/query.rs:4047–4052  ·  view source on GitHub ↗
(
    ecx: &'a ExprContext,
    e: &Expr<Aug>,
)

Source from the content-addressed store, hash-verified

4045}
4046
4047pub fn plan_expr<'a>(
4048 ecx: &'a ExprContext,
4049 e: &Expr<Aug>,
4050) -> Result<CoercibleScalarExpr, PlanError> {
4051 ecx.checked_recur(|ecx| plan_expr_inner(ecx, e))
4052}
4053
4054fn plan_expr_inner<'a>(
4055 ecx: &'a ExprContext,

Callers 15

sql_implFunction · 0.85
extract_sef_callFunction · 0.85
plan_insert_queryFunction · 0.85
plan_as_of_or_up_toFunction · 0.85
plan_secret_asFunction · 0.85
plan_default_exprFunction · 0.85
plan_paramsFunction · 0.85
plan_expr_or_col_indexFunction · 0.85
plan_query_innerFunction · 0.85

Calls 2

plan_expr_innerFunction · 0.85
checked_recurMethod · 0.80

Tested by

no test coverage detected