[ Version ( since = "0.15.0" ) ]
public ChunkedArray? filter_chunked_array (ChunkedArray filter, FilterOptions? options) throws Error
| this |
A ChunkedArray. |
| filter |
The values indicates which values should be filtered out. |
| options |
|
The ChunkedArray filtered with a chunked array filter. Nulls in the filter will result in nulls in the output. |