[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 Methods

  NameDescription
Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
SelectExprElementUnnamedSpecNew
Ctor.

Public Properties

  NameDescription
OptionalAsName
Returns the name of the item in the select clause.

SelectExpression
Returns the expression node representing the item in the select clause.