filter_chunked_array


Description:

[ Version ( since = "0.15.0" ) ]
public Table? filter_chunked_array (ChunkedArray filter, FilterOptions? options) throws Error

Parameters:

this

A Table.

filter

The values indicates which values should be filtered out.

options

A FilterOptions.

Returns:

The Table filtered with a chunked array filter. Nulls in the filter will result in nulls in the output.