This repository was archived by the owner on May 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments