Class GorSparkRowInferFunction

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.BiFunction<org.gorpipe.gor.model.Row,​org.gorpipe.gor.model.Row,​org.gorpipe.gor.model.Row>, java.util.function.BinaryOperator<org.gorpipe.gor.model.Row>, org.apache.spark.api.java.function.ReduceFunction<org.gorpipe.gor.model.Row>

    public class GorSparkRowInferFunction
    extends org.gorpipe.gor.function.GorRowInferFunction
    implements org.apache.spark.api.java.function.ReduceFunction<org.gorpipe.gor.model.Row>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.gorpipe.gor.model.Row call​(org.gorpipe.gor.model.Row row, org.gorpipe.gor.model.Row t1)  
      • Methods inherited from class org.gorpipe.gor.function.GorRowInferFunction

        apply, infer, inferBoth, inferOther
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiFunction

        andThen
    • Constructor Detail

      • GorSparkRowInferFunction

        public GorSparkRowInferFunction()
    • Method Detail

      • call

        public org.gorpipe.gor.model.Row call​(org.gorpipe.gor.model.Row row,
                                              org.gorpipe.gor.model.Row t1)
        Specified by:
        call in interface org.apache.spark.api.java.function.ReduceFunction<org.gorpipe.gor.model.Row>