Class FunctionCompiler.Reducer<Type>

    • Constructor Summary

      Constructors 
      Constructor Description
      Reducer​(java.util.function.BinaryOperator<Type> impl)  
    • Constructor Detail

      • Reducer

        public Reducer​(java.util.function.BinaryOperator<Type> impl)
    • Method Detail

      • call

        public Type call​(Type i0,
                         Type i1)
                  throws java.lang.Exception
        Specified by:
        call in interface org.apache.spark.api.java.function.Function2<Type,​Type,​Type>
        Throws:
        java.lang.Exception