- All Implemented Interfaces:
- Predicate<Fact>
public class PgPostQueryMatcher
extends Object
implements Predicate<Fact>
Predicate to filter Facts selected by the database query.
For PG, we can safely assume that only those rows are returned from the DB,
that match the queryable criteria. The only untested thing is the
script-match which can be skipped, if no FactSpec has a scripted filter.
- Author:
- uwe.schaefer@mercateo.com