Uses of Class
org.apache.flink.table.runtime.operators.over.AbstractNonTimeUnboundedPrecedingOver
-
Packages that use AbstractNonTimeUnboundedPrecedingOver Package Description org.apache.flink.table.runtime.operators.over -
-
Uses of AbstractNonTimeUnboundedPrecedingOver in org.apache.flink.table.runtime.operators.over
Subclasses of AbstractNonTimeUnboundedPrecedingOver in org.apache.flink.table.runtime.operators.over Modifier and Type Class Description classNonTimeRangeUnboundedPrecedingFunction<K>The NonTimeRangeUnboundedPrecedingFunction class is a specialized implementation for processing unbounded OVER window aggregations, particularly for non-time-based range queries in Apache Flink.classNonTimeRowsUnboundedPrecedingFunction<K>The NonTimeRowsUnboundedPrecedingFunction class is a specialized implementation for processing unbounded OVER window aggregations, particularly for non-time-based rows queries in Apache Flink.
-