Package org.apache.flink.streaming.api.functions.python
-
Class Summary Class Description DataStreamPythonFunction DataStreamPythonFunction
maintains the serialized python function which will be used in BeamDataStreamPythonFunctionRunner.DataStreamPythonFunctionInfo DataStreamPythonFunctionInfo
holds a PythonFunction and its function type.KeyByKeySelector KeyByKeySelector
is responsible for extracting the first field of the input row as key.PartitionCustomKeySelector ThePartitionCustomKeySelector
will return the first field of the input row value.