[][src]Function arrow::compute::kernels::take::take

pub fn take(
    values: &ArrayRef,
    indices: &UInt32Array,
    options: Option<TakeOptions>
) -> Result<ArrayRef>

Take elements from ArrayRef by supplying an array of indices.

Supports:

  • null indices, returning a null value for the index
  • checking for overflowing indices