Uses of Class
relop.Predicate

Packages that use Predicate
relop   
 

Uses of Predicate in relop
 

Constructors in relop with parameters of type Predicate
Selection(Iterator iter, Predicate... preds)
          Constructs a selection, given the underlying iterator and predicates.
SimpleJoin(Iterator left, Iterator right, Predicate... preds)
          Constructs a join, given the left and right iterators and join predicates (relative to the combined schema).