Uses of Class
org.apache.flink.table.runtime.operators.python.aggregate.arrow.stream.AbstractStreamArrowPythonBoundedRangeOperator
Packages that use AbstractStreamArrowPythonBoundedRangeOperator
-
Uses of AbstractStreamArrowPythonBoundedRangeOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.stream
Subclasses of AbstractStreamArrowPythonBoundedRangeOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.streamModifier and TypeClassDescriptionclassThe Stream Arrow PythonAggregateFunctionOperator for ROWS clause proc-time bounded OVER window.classThe Stream Arrow PythonAggregateFunctionOperator for RANGE clause event-time bounded OVER window.