public static interface RelBuilder.GroupKey
RelBuilder.groupKey()
Modifier and Type | Method and Description |
---|---|
RelBuilder.GroupKey |
alias(@Nullable String alias)
Assigns an alias to this group key.
|
int |
groupKeyCount()
Returns the number of columns in the group key.
|
RelBuilder.GroupKey alias(@Nullable String alias)
Used to assign field names in the group
operation.
int groupKeyCount()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.