Module datafusion_python::datafusion_common::arrow::compute::kernels::take
source · Expand description
Defines take kernel for Array
Structs§
- Options that define how
takeshould behave
Functions§
- Take rows by index from
RecordBatchand returns a newRecordBatchfrom those indexes.