Class EqualsRelationalOperator

  • All Implemented Interfaces:
    Predicate

    public class EqualsRelationalOperator
    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 dataRecord)  
      java.lang.Object getExpectedValue()  
      java.lang.String getFieldName()  
      • 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 dataRecord)
        Specified by:
        evaluate in interface Predicate
      • getFieldName

        @Experimental
        public java.lang.String getFieldName()
      • getExpectedValue

        @Experimental
        public java.lang.Object getExpectedValue()