Function plan_map

Source
fn plan_map(
    ecx: &ExprContext<'_>,
    entries: &[MapEntry<Aug>],
    type_hint: Option<&SqlScalarType>,
) -> Result<CoercibleScalarExpr, PlanError>