Package

org.apache.flink.api.scala.extensions.impl

acceptPartialFunctions

Permalink

package acceptPartialFunctions

Visibility
  1. Public
  2. All

Type Members

  1. class OnCoGroupDataSet[L, R] extends AnyRef

    Permalink

    Wraps a co-group data set, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps a co-group data set, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    L

    The type of the left data set items

    R

    The type of the right data set items

  2. class OnCrossDataSet[L, R] extends AnyRef

    Permalink

    Wraps a cross data set, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps a cross data set, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    L

    The type of the left data set items

    R

    The type of the right data set items

  3. class OnDataSet[T] extends AnyRef

    Permalink

    Wraps a data set, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps a data set, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    T

    The type of the data set items

  4. class OnGroupedDataSet[T] extends AnyRef

    Permalink

    Wraps a grouped data set, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps a grouped data set, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    T

    The type of the grouped data set items

  5. class OnHalfUnfinishedKeyPairOperation[L, R, O] extends AnyRef

    Permalink

    Wraps an half unfinished key pair operation, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps an half unfinished key pair operation, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    L

    The type of the left data set items

    R

    The type of the right data set items

    O

    The type of the output data set items

  6. class OnJoinFunctionAssigner[L, R] extends AnyRef

    Permalink

    Wraps a join function assigner, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps a join function assigner, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    L

    The type of the left data set items

    R

    The type of the right data set items

  7. class OnUnfinishedKeyPairOperation[L, R, O] extends AnyRef

    Permalink

    Wraps an unfinished key pair operation, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps an unfinished key pair operation, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    L

    The type of the left data set items

    R

    The type of the right data set items

    O

    The type of the output data set items

Ungrouped