Function sql::plan::typeconv::plan_coerce[][src]

pub fn plan_coerce<'a>(
    ecx: &'a ExprContext<'_>,
    e: CoercibleScalarExpr,
    coerce_to: &ScalarType
) -> Result<HirScalarExpr, PlanError>