Packages

package mapgroup

Type Members

  1. trait CompileInFn[T] extends Serializable

    Front-end of com.here.platform.data.processing.compiler.MapGroupCompiler.

    Front-end of com.here.platform.data.processing.compiler.MapGroupCompiler. Produces values of a custom type given input partitions. These values are then grouped per output partitions and further processed by the back-end.

    T

    The custom type of the values passed to the back-end

    Note

    The implementation must be scala.Serializable as this is copied to workers and run inside Spark map functions.

Ungrouped