|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectExprElementNamedSpec | |
---|---|
net.esper.eql.core | Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of SelectExprElementNamedSpec in net.esper.eql.core |
---|
Method parameters in net.esper.eql.core with type arguments of type SelectExprElementNamedSpec | |
---|---|
static SelectExprProcessor |
SelectExprProcessorFactory.getProcessor(java.util.List<SelectExprElementNamedSpec> selectionList,
InsertIntoDesc insertIntoDesc,
StreamTypeService typeService,
EventAdapterService eventAdapterService)
Returns the processor to use for a given select-clause. |
static OrderByProcessor |
OrderByProcessorFactory.getProcessor(java.util.List<SelectExprElementNamedSpec> selectionList,
java.util.List<ExprNode> groupByNodes,
java.util.List<Pair<ExprNode,java.lang.Boolean>> orderByList,
AggregationService aggregationService,
EventAdapterService eventAdapterService)
Returns processor for order-by clauses. |
protected static void |
SelectExprProcessorFactory.verifyNameUniqueness(java.util.List<SelectExprElementNamedSpec> selectionList)
Verify that each given name occurs exactly one. |
Constructor parameters in net.esper.eql.core with type arguments of type SelectExprElementNamedSpec | |
---|---|
SelectExprEvalProcessor(java.util.List<SelectExprElementNamedSpec> selectionList,
InsertIntoDesc insertIntoDesc,
EventAdapterService eventAdapterService)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |