fn indices_without_nulls<IndexType: ArrowPrimitiveType>(
indices: &PrimitiveArray<IndexType>,
) -> PrimitiveArray<IndexType>Expand description
Replaces null take indices with 0 and drops the null bitmap.
fn indices_without_nulls<IndexType: ArrowPrimitiveType>(
indices: &PrimitiveArray<IndexType>,
) -> PrimitiveArray<IndexType>Replaces null take indices with 0 and drops the null bitmap.