Function mz_sql::plan::query::plan_array
source ยท fn plan_array(
ecx: &ExprContext<'_>,
exprs: &[Expr<Aug>],
type_hint: Option<&ScalarType>,
) -> Result<CoercibleScalarExpr, PlanError>
Expand description
Plans an ARRAY
expression.