filter

Generic Filter interface and filtering operations.

Classes

AndFilter

Composite filters with an 'and' behaviour.

ColumnFilter

Generic interface of a filter applying constraints over column values.

ComposeFilter

Generic interface for filter composition.

Filter

Generic interface of a filter.

NotFilter

Negate a filter.

OrFilter

Composite filters with an 'or' behaviour.

RangeFilter

Filter rows containing column values in a certain range.

ValueFilter

Filter the rows having certain values in the chosen column.