take


Description:

[ Version ( since = "0.16.0" ) ]
public RecordBatch? take (Array indices, TakeOptions? options) throws Error

Parameters:

this

A RecordBatch.

indices

The indices of values to take.

options

A TakeOptions.

Returns:

The ChunkedArray taken from an array of values at indices in input array or null on error.