Function datafusion_expr::expr_rewriter::normalize_sorts
source ยท pub fn normalize_sorts(
sorts: impl IntoIterator<Item = impl Into<Sort>>,
plan: &LogicalPlan,
) -> Result<Vec<Sort>>pub fn normalize_sorts(
sorts: impl IntoIterator<Item = impl Into<Sort>>,
plan: &LogicalPlan,
) -> Result<Vec<Sort>>