Assigns an alias to this group key. Used to assign field names in the group operation.
(@Nullable String alias)
| 4425 | * |
| 4426 | * <p>Used to assign field names in the {@code group} operation. */ |
| 4427 | GroupKey alias(@Nullable String alias); |
| 4428 | |
| 4429 | /** Returns the number of columns in the group key. */ |
| 4430 | int groupKeyCount(); |
no outgoing calls