Class AndPredicate

  • All Implemented Interfaces:
    Predicate

    public class AndPredicate
    extends java.lang.Object
    implements Predicate
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(org.apache.avro.generic.GenericRecord genericRecord)  
      java.util.List<Predicate> getChildPredicates()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • evaluate

        public boolean evaluate​(org.apache.avro.generic.GenericRecord genericRecord)
        Specified by:
        evaluate in interface Predicate
      • getChildPredicates

        public java.util.List<Predicate> getChildPredicates()