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