| DistinctRowPropertyFilter |
This filter removes rows where not all entries have different values for a given property.
|
| EqualRowPropertyFilter |
This filter removes rows where not all entries have the same value for a given property.
|
| JexlRowFilter |
|
| RequirePropertyRowFilter |
This filter removes rows where none of the entries have a certain given property with a certain given value.
|
| RequireTagRowFilter |
This filter removes rows where none of the entries have a certain given tag.
|
| SelfCombineFilter |
This filter removes rows in which a distinct value appears more than once.
|
| TableRowFilter |
This is an adapter class for TableFilters that operate only on single rows.
|