filter
The filter method creates a new PartitionedTable from the result of applying filters to the underlying partitioned table.
Note
Filters must not reference the "constituent" column.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| filters | Collection<? extends Filter> | The filters to apply. Must not reference the "constituent" column. |
Returns
A new PartitionedTable with the supplied filters applied.