@Internal public class WindowAggregateQueryOperation extends Object implements QueryOperation
AggregateQueryOperation
by the group window.Modifier and Type | Class and Description |
---|---|
static class |
WindowAggregateQueryOperation.ResolvedGroupWindow
Wrapper for resolved expressions of a
GroupWindow . |
Constructor and Description |
---|
WindowAggregateQueryOperation(List<org.apache.flink.table.expressions.ResolvedExpression> groupingExpressions,
List<org.apache.flink.table.expressions.ResolvedExpression> aggregateExpressions,
List<org.apache.flink.table.expressions.ResolvedExpression> windowPropertiesExpressions,
WindowAggregateQueryOperation.ResolvedGroupWindow groupWindow,
QueryOperation child,
org.apache.flink.table.catalog.ResolvedSchema resolvedSchema) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(QueryOperationVisitor<T> visitor) |
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
List<org.apache.flink.table.expressions.ResolvedExpression> |
getAggregateExpressions() |
List<QueryOperation> |
getChildren() |
List<org.apache.flink.table.expressions.ResolvedExpression> |
getGroupingExpressions() |
WindowAggregateQueryOperation.ResolvedGroupWindow |
getGroupWindow() |
org.apache.flink.table.catalog.ResolvedSchema |
getResolvedSchema()
Resolved schema of this operation.
|
List<org.apache.flink.table.expressions.ResolvedExpression> |
getWindowPropertiesExpressions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSerializableString
public WindowAggregateQueryOperation(List<org.apache.flink.table.expressions.ResolvedExpression> groupingExpressions, List<org.apache.flink.table.expressions.ResolvedExpression> aggregateExpressions, List<org.apache.flink.table.expressions.ResolvedExpression> windowPropertiesExpressions, WindowAggregateQueryOperation.ResolvedGroupWindow groupWindow, QueryOperation child, org.apache.flink.table.catalog.ResolvedSchema resolvedSchema)
public org.apache.flink.table.catalog.ResolvedSchema getResolvedSchema()
QueryOperation
getResolvedSchema
in interface QueryOperation
public String asSummaryString()
Operation
asSummaryString
in interface Operation
public List<org.apache.flink.table.expressions.ResolvedExpression> getGroupingExpressions()
public List<org.apache.flink.table.expressions.ResolvedExpression> getAggregateExpressions()
public List<org.apache.flink.table.expressions.ResolvedExpression> getWindowPropertiesExpressions()
public WindowAggregateQueryOperation.ResolvedGroupWindow getGroupWindow()
public List<QueryOperation> getChildren()
getChildren
in interface QueryOperation
public <T> T accept(QueryOperationVisitor<T> visitor)
accept
in interface QueryOperation
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.