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