AliasedExpression class Stay organized with collections Save and categorize content based on your preferences.
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
exportdeclareclassAliasedExpressionimplementsSelectableImplements:Selectable
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(expr, alias, _methodName) | (Public Preview) Constructs a new instance of theAliasedExpression class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| alias | string | (Public Preview) | |
| expr | Expression | (Public Preview) | |
| exprType | ExpressionType | (Public Preview) | |
| selectable | true | (Public Preview) |
AliasedExpression.(constructor)
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Constructs a new instance of theAliasedExpression class
Signature:
constructor(expr:Expression,alias:string,_methodName:string|undefined);Parameters
| Parameter | Type | Description |
|---|---|---|
| expr | Expression | |
| alias | string | |
| _methodName | string | undefined |
AliasedExpression.alias
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
readonlyalias:string;AliasedExpression.expr
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
readonlyexpr:Expression;AliasedExpression.exprType
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
exprType:ExpressionType;AliasedExpression.selectable
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
selectable:true;Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-15 UTC.