Package org.apache.flink.table.api
Class OverWindow
java.lang.Object
org.apache.flink.table.api.OverWindow
An over window specification.
Similar to SQL, over window aggregates compute an aggregate for each input row over a range of its neighboring rows.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.expressions.ExpressiongetAlias()Optional<org.apache.flink.table.expressions.Expression>org.apache.flink.table.expressions.ExpressiongetOrder()List<org.apache.flink.table.expressions.Expression>Optional<org.apache.flink.table.expressions.Expression>
-
Method Details
-
getAlias
public org.apache.flink.table.expressions.Expression getAlias() -
getPartitioning
-
getOrder
public org.apache.flink.table.expressions.Expression getOrder() -
getPreceding
-
getFollowing
-