Module re_viewer::external::arrow2::compute::take

Expand description

Defines take kernel for Array

Functions§

  • Checks if an array of type datatype can perform take operation
  • Returns a new Array with only indices at indices. Null indices are taken as nulls. The returned array has a length equal to indices.len().