Package | Description |
---|---|
org.apache.flink.table.api | |
org.apache.flink.table.api.internal |
Modifier and Type | Method and Description |
---|---|
GroupedTable |
Table.groupBy(Expression... fields)
Groups the elements on some grouping keys.
|
GroupedTable |
Table.groupBy(String fields)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GroupedTable |
TableImpl.groupBy(Expression... fields) |
GroupedTable |
TableImpl.groupBy(String fields) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.