Skip to main content

indices_without_nulls

Function indices_without_nulls 

Source
fn indices_without_nulls<IndexType: ArrowPrimitiveType>(
    indices: &PrimitiveArray<IndexType>,
) -> PrimitiveArray<IndexType>
Expand description

Replaces null take indices with 0 and drops the null bitmap.