Module take
Expand description
Defines take kernel for Array
Structs§
- Options that define how
take
should behave
Functions§
- For each ArrayRef in the
Vec<ArrayRef>
, take elements by index and create a newVec<ArrayRef>
from those indices. - Take rows by index from
RecordBatch
and returns a newRecordBatch
from those indexes.