Class ProjectPredicate

    • Constructor Detail

      • ProjectPredicate

        public ProjectPredicate​(String id)
    • Method Detail

      • getCost

        public int getCost()
        Specified by:
        getCost in interface Matchable<ChangeData>
        Returns:
        a cost estimate to run this predicate, higher figures cost more.
      • getCardinality

        public int getCardinality()
        Specified by:
        getCardinality in interface HasCardinality
        Returns:
        an estimate of the number of results a source can return.