datatypes::compute::kernels

Module take

Expand description

Defines take kernel for [Array]

Structs§

Functions§

  • Take elements by index from [Array], creating a new [Array] from those indexes.
  • For each [ArrayRef] in the Vec<ArrayRef>, take elements by index and create a new Vec<ArrayRef> from those indices.
  • Take rows by index from [RecordBatch] and returns a new [RecordBatch] from those indexes.