|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExprDeclaredNode | |
---|---|
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.core.start | Classes related to start and stop of statements |
com.espertech.esper.epl.declexpr | Declared expression handling. |
com.espertech.esper.epl.expression | This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses |
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 ExprDeclaredNode in com.espertech.esper.core.service |
---|
Method parameters in com.espertech.esper.core.service with type arguments of type ExprDeclaredNode | |
---|---|
protected static StatementSpecCompiled |
StatementLifecycleSvcImpl.compile(StatementSpecRaw spec,
java.lang.String eplStatement,
StatementContext statementContext,
boolean isSubquery,
boolean isOnDemandQuery,
java.lang.annotation.Annotation[] annotations,
java.util.List<ExprSubselectNode> subselectNodes,
java.util.List<ExprDeclaredNode> declaredNodes,
EPServicesContext servicesContext)
Compiles a statement returning the compile (verified, non-serializable) form of a statement. |
Uses of ExprDeclaredNode in com.espertech.esper.core.start |
---|
Methods in com.espertech.esper.core.start with parameters of type ExprDeclaredNode | |
---|---|
protected static SubSelectStrategyCollection |
EPStatementStartMethodHelperSubselect.planSubSelect(EPServicesContext services,
StatementContext statementContext,
boolean queryPlanLogging,
SubSelectActivationCollection subSelectStreamDesc,
java.lang.String[] outerStreamNames,
EventType[] outerEventTypesSelect,
java.lang.String[] outerEventTypeNamees,
ExprDeclaredNode[] declaredExpressions,
ContextPropertyRegistry contextPropertyRegistry)
|
Uses of ExprDeclaredNode in com.espertech.esper.epl.declexpr |
---|
Classes in com.espertech.esper.epl.declexpr that implement ExprDeclaredNode | |
---|---|
class |
ExprDeclaredNodeImpl
Expression instance as declared elsewhere. |
Uses of ExprDeclaredNode in com.espertech.esper.epl.expression |
---|
Fields in com.espertech.esper.epl.expression declared as ExprDeclaredNode | |
---|---|
static ExprDeclaredNode[] |
ExprNodeUtility.EMPTY_DECLARED_ARR
|
Methods in com.espertech.esper.epl.expression that return ExprDeclaredNode | |
---|---|
static ExprDeclaredNode[] |
ExprNodeUtility.toArray(java.util.List<ExprDeclaredNode> declaredNodes)
|
Methods in com.espertech.esper.epl.expression that return types with arguments of type ExprDeclaredNode | |
---|---|
static java.util.Map<ExprDeclaredNode,java.util.List<ExprDeclaredNode>> |
ExprNodeUtility.getDeclaredExpressionCallHierarchy(ExprDeclaredNode[] declaredExpressions)
|
static java.util.Map<ExprDeclaredNode,java.util.List<ExprDeclaredNode>> |
ExprNodeUtility.getDeclaredExpressionCallHierarchy(ExprDeclaredNode[] declaredExpressions)
|
java.util.List<ExprDeclaredNode> |
ExprNodeSubselectDeclaredDotVisitor.getDeclaredExpressions()
|
Methods in com.espertech.esper.epl.expression with parameters of type ExprDeclaredNode | |
---|---|
static java.util.Map<ExprDeclaredNode,java.util.List<ExprDeclaredNode>> |
ExprNodeUtility.getDeclaredExpressionCallHierarchy(ExprDeclaredNode[] declaredExpressions)
|
Method parameters in com.espertech.esper.epl.expression with type arguments of type ExprDeclaredNode | |
---|---|
static ExprDeclaredNode[] |
ExprNodeUtility.toArray(java.util.List<ExprDeclaredNode> declaredNodes)
|
Constructors in com.espertech.esper.epl.expression with parameters of type ExprDeclaredNode | |
---|---|
ExprNodeSubselectDeclaredNoTraverseVisitor(ExprDeclaredNode declaration)
Ctor. |
Uses of ExprDeclaredNode in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return ExprDeclaredNode | |
---|---|
ExprDeclaredNode[] |
StatementSpecCompiled.getDeclaredExpressions()
|
Constructors in com.espertech.esper.epl.spec with parameters of type ExprDeclaredNode | |
---|---|
StatementSpecCompiled(OnTriggerDesc onTriggerDesc,
CreateWindowDesc createWindowDesc,
CreateIndexDesc createIndexDesc,
CreateVariableDesc createVariableDesc,
CreateSchemaDesc createSchemaDesc,
InsertIntoDesc insertIntoDesc,
SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum,
SelectClauseSpecCompiled selectClauseSpec,
StreamSpecCompiled[] streamSpecs,
OuterJoinDesc[] outerJoinDescList,
ExprNode filterExprRootNode,
ExprNode havingExprRootNode,
OutputLimitSpec outputLimitSpec,
OrderByItem[] orderByList,
ExprSubselectNode[] subSelectExpressions,
ExprDeclaredNode[] declaredExpressions,
java.util.Set<java.lang.String> variableReferences,
RowLimitSpec rowLimitSpec,
java.lang.String[] eventTypeReferences,
java.lang.annotation.Annotation[] annotations,
UpdateDesc updateSpec,
MatchRecognizeSpec matchRecognizeSpec,
ForClauseSpec forClauseSpec,
java.util.Map<java.lang.Integer,java.util.List<ExprNode>> sqlParameters,
CreateContextDesc contextDesc,
java.lang.String optionalContextName,
CreateDataFlowDesc createGraphDesc,
CreateExpressionDesc createExpressionDesc,
FireAndForgetSpec fireAndForgetSpec,
GroupByClauseExpressions groupByExpressions)
Ctor. |
|
© 2006-2014 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |