Function datafusion_expr::expr_rewriter::coerce_plan_expr_for_schema
source ยท pub fn coerce_plan_expr_for_schema(
plan: &LogicalPlan,
schema: &DFSchema,
) -> Result<LogicalPlan>
Expand description
Returns plan with expressions coerced to types compatible with schema types