Function plan_array

Source
fn plan_array(
    ecx: &ExprContext<'_>,
    exprs: &[Expr<Aug>],
    type_hint: Option<&SqlScalarType>,
) -> Result<CoercibleScalarExpr, PlanError>
Expand description

Plans an ARRAY expression.