fn take_fixed_size_binary<IndexType: ArrowPrimitiveType>(
values: &FixedSizeBinaryArray,
indices: &PrimitiveArray<IndexType>,
size: i32,
) -> Result<FixedSizeBinaryArray, ArrowError>Expand description
The take kernel implementation for FixedSizeBinaryArray.
The computation is done in two steps:
- Compute the values buffer
- Compute the null buffer