[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents a single item in a SELECT-clause, potentially unnamed
as no "as" tag may have been supplied in the syntax.
Compare to net.esper.eql.spec.SelectExprElementNamedSpec which carries a determined name.
The following tables list the members exposed by the SelectExprElementUnnamedSpec type.
Public Properties
Name | Description | |
---|---|---|
![]() | OptionalAsName | Returns the name of the item in the select clause. |
![]() | SelectExpression | Returns the expression node representing the item in the select clause. |