get_indices_of_exprs_strict

Function get_indices_of_exprs_strict 

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

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