Class PredicateList

All Implemented Interfaces:
Iterable<Predicate>, OptimizablePredicateList, Visitable

class PredicateList extends QueryTreeNodeVector<Predicate> implements OptimizablePredicateList
A PredicateList represents the list of top level predicates. Each top level predicate consists of an AndNode whose leftOperand is the top level predicate and whose rightOperand is true. It extends QueryTreeNodeVector.