Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit dfa862c

Browse files
authored
Merge branch 'main' into yvonne/arithmetic-expressions
2 parents 28acbff + 6371fd3 commit dfa862c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions

google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions/Expression.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4456,11 +4456,11 @@ public final Ordering descending() {
44564456
* names to calculated values.
44574457
*
44584458
* @param alias The alias to assign to this expression.
4459-
* @return A new {@link Selectable} (typically an {@link AliasedExpression}) that wraps this
4460-
* expression and associates it with the provided alias.
4459+
* @return A new {@link AliasedExpression} that wraps this expression and associates it with the
4460+
* provided alias.
44614461
*/
44624462
@BetaApi
4463-
public Selectable as(String alias) {
4463+
public AliasedExpression as(String alias) {
44644464
return new AliasedExpression(this, alias);
44654465
}
44664466

0 commit comments

Comments
 (0)