Package | Description |
---|---|
org.apache.flink.table.api | |
org.apache.flink.table.api.internal |
Modifier and Type | Method and Description |
---|---|
AggregatedTable |
Table.aggregate(Expression aggregateFunction)
Performs a global aggregate operation with an aggregate function.
|
AggregatedTable |
GroupedTable.aggregate(Expression aggregateFunction)
Performs an aggregate operation with an aggregate function.
|
AggregatedTable |
WindowGroupedTable.aggregate(Expression aggregateFunction)
Performs an aggregate operation on a window grouped table.
|
Modifier and Type | Method and Description |
---|---|
AggregatedTable |
TableImpl.aggregate(Expression aggregateFunction) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.