datafusion_physical_expr::utils

Function get_indices_of_exprs_strict

Source
pub fn get_indices_of_exprs_strict<T: Borrow<Arc<dyn PhysicalExpr>>>(
    targets: impl IntoIterator<Item = T>,
    items: &[Arc<dyn PhysicalExpr>],
) -> Vec<usize>
Expand description

This function finds the indices of targets within items using strict equality.