Uses of Class
org.apache.flink.table.runtime.operators.python.AbstractStatelessFunctionOperator
Packages that use AbstractStatelessFunctionOperator
Package
Description
-
Uses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow
Subclasses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrowModifier and TypeClassDescriptionclassThe Abstract class of Arrow Aggregate Operator for PandasAggregateFunction. -
Uses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.batch
Subclasses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.batchModifier and TypeClassDescriptionclassThe Batch Arrow PythonAggregateFunctionOperator for Group Aggregation.classThe Batch Arrow PythonAggregateFunctionOperator for Group Window Aggregation.classThe Batch Arrow PythonAggregateFunctionOperator for Over Window Aggregation. -
Uses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.stream
Subclasses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.streamModifier and TypeClassDescriptionclassThe Abstract class of Stream Arrow PythonAggregateFunctionOperator for RANGE clause bounded Over Window Aggregation.classThe Abstract class of Stream Arrow PythonAggregateFunctionOperator for ROWS clause bounded Over Window Aggregation.classThe Abstract class of Stream Arrow PythonAggregateFunctionOperator for Over Window Aggregation.classStreamArrowPythonGroupWindowAggregateFunctionOperator<K,W extends org.apache.flink.table.runtime.operators.window.Window> The Stream Arrow PythonAggregateFunctionOperator for Group Window Aggregation.classThe Stream Arrow PythonAggregateFunctionOperator for ROWS clause proc-time bounded OVER window.classThe Stream Arrow PythonAggregateFunctionOperator for ROWS clause proc-time bounded OVER window.classThe Stream Arrow PythonAggregateFunctionOperator for RANGE clause event-time bounded OVER window.classThe Stream Arrow PythonAggregateFunctionOperator for RANGE clause event-time bounded OVER window. -
Uses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar
Subclasses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.scalarModifier and TypeClassDescriptionclassBase class for all stream operators to execute PythonScalarFunctions.classThe PythonScalarFunctionoperator. -
Uses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar.arrow
Subclasses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar.arrowModifier and TypeClassDescriptionclassArrow PythonScalarFunctionoperator. -
Uses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.table
Subclasses of AbstractStatelessFunctionOperator in org.apache.flink.table.runtime.operators.python.tableModifier and TypeClassDescriptionclassThe PythonTableFunctionoperator.