is_in_chunked_array


Description:

[ Version ( since = "0.15.0" ) ]
public BooleanArray? is_in_chunked_array (ChunkedArray right) throws Error

Parameters:

this

A left hand side Array.

right

A right hand side ChunkedArray.

Returns:

The BooleanArray showing whether each element in the left array is contained in right chunked array.