Class CountOperator

    • Constructor Summary

      Constructors 
      Constructor Description
      CountOperator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean allowFieldValueToBeNull()
      Whether the extracted value of the field in the read value record is allowed to be null.
      void compute​(ComputeOperation op, org.apache.avro.Schema.Field operatorInputField, org.apache.avro.Schema.Field resultField, org.apache.avro.generic.GenericRecord inputValueRecord, org.apache.avro.generic.GenericRecord resultRecord, java.util.Map<java.lang.String,​java.lang.String> computationErrorMap, java.util.Map<java.lang.String,​java.lang.Object> context)  
      java.lang.String getOperatorFieldName​(ComputeOperation op)  
      java.lang.String getResultFieldName​(ComputeOperation op)  
      void putDefaultResult​(org.apache.avro.generic.GenericRecord record, org.apache.avro.Schema.Field field)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CountOperator

        public CountOperator()
    • Method Detail

      • compute

        public void compute​(ComputeOperation op,
                            org.apache.avro.Schema.Field operatorInputField,
                            org.apache.avro.Schema.Field resultField,
                            org.apache.avro.generic.GenericRecord inputValueRecord,
                            org.apache.avro.generic.GenericRecord resultRecord,
                            java.util.Map<java.lang.String,​java.lang.String> computationErrorMap,
                            java.util.Map<java.lang.String,​java.lang.Object> context)
        Specified by:
        compute in interface ReadComputeOperator
      • putDefaultResult

        public void putDefaultResult​(org.apache.avro.generic.GenericRecord record,
                                     org.apache.avro.Schema.Field field)
        Specified by:
        putDefaultResult in interface ReadComputeOperator
      • allowFieldValueToBeNull

        public boolean allowFieldValueToBeNull()
        Description copied from interface: ReadComputeOperator
        Whether the extracted value of the field in the read value record is allowed to be null.
        Specified by:
        allowFieldValueToBeNull in interface ReadComputeOperator
        Returns:
        True if the extracted value is nullable and vice versa
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object