Function plan_list

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