Class JavaUserDefinedUntypedAggregation


  • public final class JavaUserDefinedUntypedAggregation
    extends java.lang.Object
    Java SparkSQL example: User-defined Untyped Aggregation.

    This code has been copied from the Apache Spark (https://github.com/apache/spark) to demonstrate a spark example.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main function.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main function.
        Parameters:
        args - arguments.