Module take
Expand description
Defines take kernel for Array
Structs§
- TakeOptions 
- Options that define how takeshould 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 RecordBatchand returns a newRecordBatchfrom those indexes.