|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.SelectExprElementCompiledSpec
public class SelectExprElementCompiledSpec
Represents a single item in a SELECT-clause, with a name assigned either by the engine or by the user specifying an "as" tag name.
Constructor Summary | |
---|---|
SelectExprElementCompiledSpec(ExprNode selectExpression,
String assignedName)
Ctor. |
Method Summary | |
---|---|
String |
getAssignedName()
Returns the name of the item in the select clause. |
ExprNode |
getSelectExpression()
Returns the expression node representing the item in the select clause. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectExprElementCompiledSpec(ExprNode selectExpression, String assignedName)
selectExpression
- - the expression node to evaluate for matching eventsassignedName
- - cannot be null as a name is always assigned or
system-determinedMethod Detail |
---|
public ExprNode getSelectExpression()
public String getAssignedName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |