MCPcopy Create free account
hub / github.com/apache/calcite / alias

Method alias

core/src/main/java/org/apache/calcite/tools/RelBuilder.java:4427–4427  ·  view source on GitHub ↗

Assigns an alias to this group key. Used to assign field names in the group operation.

(@Nullable String alias)

Source from the content-addressed store, hash-verified

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();

Implementers 1

GroupKeyImplcore/src/main/java/org/apache/calcite/

Calls

no outgoing calls