take_chunked_array


Description:

[ Version ( since = "0.16.0" ) ]
public Table? take_chunked_array (ChunkedArray indices, TakeOptions? options) throws Error

Parameters:

this

A Table.

indices

The indices of values to take.

options

A TakeOptions.

Returns:

The Table taken from an array of values at indices in chunked array or null on error.