Uses of Class
org.apache.flink.table.runtime.operators.python.AbstractEmbeddedStatelessFunctionOperator
-
Packages that use AbstractEmbeddedStatelessFunctionOperator Package Description org.apache.flink.table.runtime.operators.python.scalar org.apache.flink.table.runtime.operators.python.table -
-
Uses of AbstractEmbeddedStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar
Subclasses of AbstractEmbeddedStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar Modifier and Type Class Description classEmbeddedPythonScalarFunctionOperatorThe PythonScalarFunctionoperator in embedded Python environment. -
Uses of AbstractEmbeddedStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.table
Subclasses of AbstractEmbeddedStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.table Modifier and Type Class Description classEmbeddedPythonTableFunctionOperatorThe PythonTableFunctionoperator in embedded Python environment.
-