Function datafusion::physical_expr::utils::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.