Class SparkRuntime.CalciteFlatMapFunction<T,​R>

  • Type Parameters:
    T - argument type
    R - result type
    All Implemented Interfaces:
    java.io.Serializable, Function, org.apache.spark.api.java.function.FlatMapFunction<T,​R>
    Enclosing class:
    SparkRuntime

    public abstract static class SparkRuntime.CalciteFlatMapFunction<T,​R>
    extends java.lang.Object
    implements org.apache.spark.api.java.function.FlatMapFunction<T,​R>, Function
    Combines linq4j Function and Spark FlatMapFunction.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.spark.api.java.function.FlatMapFunction

        call
    • Constructor Detail

      • CalciteFlatMapFunction

        public CalciteFlatMapFunction()