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