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

ParameterTypeDescription
filtersCollection<? extends Filter>

The filters to apply. Must not reference the "constituent" column.

Returns

A new PartitionedTable with the supplied filters applied.

Examples