org.apache.flinkx.api.function.util
Members list
Type members
Classlikes
A wrapper function that exposes a Scala Function3 as a Java AllWindowFunction.
A wrapper function that exposes a Scala Function3 as a Java AllWindowFunction.
Attributes
- Supertypes
-
trait AllWindowFunction[IN, OUT, W]trait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
The Scala and Java Window functions differ in their type of "Iterable":
- Scala WindowFunction: scala.Iterable
- Java WindowFunction: java.lang.Iterable
Attributes
- Supertypes
-
trait AllWindowFunction[IN, OUT, W]class AbstractRichFunctiontrait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
A wrapper function that exposes a Scala ProcessWindowFunction as a ProcessWindowFunction function.
A wrapper function that exposes a Scala ProcessWindowFunction as a ProcessWindowFunction function.
The Scala and Java Window functions differ in their type of "Iterable":
- Scala WindowFunction: scala.Iterable
- Java WindowFunction: java.lang.Iterable
Attributes
- Supertypes
-
class ProcessAllWindowFunction[IN, OUT, W]class AbstractRichFunctiontrait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
A wrapper function that exposes a Scala ProcessWindowFunction as a ProcessWindowFunction function.
A wrapper function that exposes a Scala ProcessWindowFunction as a ProcessWindowFunction function.
The Scala and Java Window functions differ in their type of "Iterable":
- Scala WindowFunction: scala.Iterable
- Java WindowFunction: java.lang.Iterable
Attributes
- Supertypes
-
class ProcessWindowFunction[IN, OUT, KEY, W]class AbstractRichFunctiontrait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
A wrapper function that exposes a Scala Function2 as a ReduceFunction.
A wrapper function that exposes a Scala Function2 as a ReduceFunction.
Attributes
- Supertypes
-
trait ReduceFunction[T]trait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
A wrapper function that exposes a Scala Function4 as a Java WindowFunction.
A wrapper function that exposes a Scala Function4 as a Java WindowFunction.
Attributes
- Supertypes
-
trait WindowFunction[IN, OUT, KEY, W]trait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
The Scala and Java Window functions differ in their type of "Iterable":
- Scala WindowFunction: scala.Iterable
- Java WindowFunction: java.lang.Iterable
Attributes
- Supertypes
-
trait WindowFunction[IN, OUT, KEY, W]class AbstractRichFunctiontrait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all