Package org.apache.flink.table.runtime.operators.python
-
Class Summary Class Description AbstractEmbeddedStatelessFunctionOperator Base class for all stream operators to execute Python Stateless Functions in embedded Python environment.AbstractOneInputPythonFunctionOperator<IN,OUT> Base class for all one input stream operators to execute Python functions.AbstractStatelessFunctionOperator<IN,OUT,UDFIN> Base class for all stream operators to execute Python Stateless Functions.