get_semi_indices

Function get_semi_indices 

Source
pub(crate) fn get_semi_indices<T: ArrowPrimitiveType>(
    range: Range<usize>,
    input_indices: &PrimitiveArray<T>,
) -> PrimitiveArray<T>
where NativeAdapter<T>: From<<T as ArrowPrimitiveType>::Native>,
Expand description

Returns intersection of range and input_indices omitting duplicates