|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectClauseSpecRaw | |
---|---|
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.agg.rollup | Aggregation roll-up services. |
com.espertech.esper.epl.spec | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of SelectClauseSpecRaw in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service with parameters of type SelectClauseSpecRaw | |
---|---|
static SelectClauseSpecCompiled |
StatementLifecycleSvcImpl.compileSelectAllowSubselect(SelectClauseSpecRaw spec)
Compile a select clause allowing subselects. |
static SelectClauseSpecCompiled |
StatementLifecycleSvcUtil.compileSelectClause(SelectClauseSpecRaw spec)
|
Uses of SelectClauseSpecRaw in com.espertech.esper.epl.agg.rollup |
---|
Methods in com.espertech.esper.epl.agg.rollup with parameters of type SelectClauseSpecRaw | |
---|---|
static GroupByClauseExpressions |
GroupByExpressionHelper.getGroupByRollupExpressions(java.util.List<GroupByClauseElement> groupByElements,
SelectClauseSpecRaw selectClauseSpec,
ExprNode optionalHavingNode,
java.util.List<OrderByItem> orderByList,
ExprNodeSubselectDeclaredDotVisitor visitor)
|
Uses of SelectClauseSpecRaw in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return SelectClauseSpecRaw | |
---|---|
SelectClauseSpecRaw |
PropertyEvalAtom.getOptionalSelectClause()
Returns the select clause if specified. |
SelectClauseSpecRaw |
OnTriggerSplitStream.getSelectClause()
Returns the select clause. |
SelectClauseSpecRaw |
StatementSpecRaw.getSelectClauseSpec()
Returns SELECT-clause list of expressions. |
Methods in com.espertech.esper.epl.spec with parameters of type SelectClauseSpecRaw | |
---|---|
void |
StatementSpecRaw.setSelectClauseSpec(SelectClauseSpecRaw selectClauseSpec)
Sets the select clause. |
Constructors in com.espertech.esper.epl.spec with parameters of type SelectClauseSpecRaw | |
---|---|
OnTriggerSplitStream(InsertIntoDesc insertInto,
SelectClauseSpecRaw selectClause,
ExprNode whereClause)
Ctor. |
|
PropertyEvalAtom(ExprNode splitterExpression,
java.lang.String optionalResultEventType,
java.lang.String optionalAsName,
SelectClauseSpecRaw optionalSelectClause,
ExprNode optionalWhereClause)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |