AliasedExpression class

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:

exportdeclareclassAliasedExpressionimplementsSelectable

Implements:Selectable

Constructors

ConstructorModifiersDescription
(constructor)(expr, alias, _methodName)(Public Preview) Constructs a new instance of theAliasedExpression class

Properties

PropertyModifiersTypeDescription
aliasstring(Public Preview)
exprExpression(Public Preview)
exprTypeExpressionType(Public Preview)
selectabletrue(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

ParameterTypeDescription
exprExpression
aliasstring
_methodNamestring | 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.