|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewResourceDelegateUnverified | |
---|---|
com.espertech.esper.core.start | Classes related to start and stop of statements |
com.espertech.esper.epl.core | 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. |
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 |
Uses of ViewResourceDelegateUnverified in com.espertech.esper.core.start |
---|
Methods in com.espertech.esper.core.start that return ViewResourceDelegateUnverified | |
---|---|
ViewResourceDelegateUnverified |
EPStatementStartMethodSelectDesc.getViewResourceDelegateUnverified()
|
Methods in com.espertech.esper.core.start with parameters of type ViewResourceDelegateUnverified | |
---|---|
protected static void |
EPStatementStartMethodHelperValidate.validateNodes(StatementSpecCompiled statementSpec,
StatementContext statementContext,
StreamTypeService typeService,
ViewResourceDelegateUnverified viewResourceDelegate)
Validate filter and join expression nodes. |
protected static UniformPair<java.lang.Integer> |
EPStatementStartMethodHelperValidate.validateOuterJoinPropertyPair(StatementContext statementContext,
ExprIdentNode leftNode,
ExprIdentNode rightNode,
int outerJoinCount,
StreamTypeService typeService,
ViewResourceDelegateUnverified viewResourceDelegate)
|
static ViewResourceDelegateVerified |
EPStatementStartMethodHelperViewResources.verifyPreviousAndPriorRequirements(ViewFactoryChain[] unmaterializedViewChain,
ViewResourceDelegateUnverified delegate)
|
Constructors in com.espertech.esper.core.start with parameters of type ViewResourceDelegateUnverified | |
---|---|
EPStatementStartMethodSelectDesc(StatementAgentInstanceFactorySelect statementAgentInstanceFactorySelect,
SubSelectStrategyCollection subSelectStrategyCollection,
ViewResourceDelegateUnverified viewResourceDelegateUnverified,
ResultSetProcessorFactoryDesc resultSetProcessorPrototypeDesc,
EPStatementStopMethod stopMethod)
|
Uses of ViewResourceDelegateUnverified in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core with parameters of type ViewResourceDelegateUnverified | |
---|---|
static ResultSetProcessorFactoryDesc |
ResultSetProcessorFactoryFactory.getProcessorPrototype(StatementSpecCompiled statementSpec,
StatementContext stmtContext,
StreamTypeService typeService,
ViewResourceDelegateUnverified viewResourceDelegate,
boolean[] isUnidirectionalStream,
boolean allowAggregation,
ContextPropertyRegistry contextPropertyRegistry,
SelectExprProcessorDeliveryCallback selectExprProcessorCallback)
Returns the result set process for the given select expression, group-by clause and having clause given a set of types describing each stream in the from-clause. |
Uses of ViewResourceDelegateUnverified in com.espertech.esper.epl.expression |
---|
Methods in com.espertech.esper.epl.expression that return ViewResourceDelegateUnverified | |
---|---|
ViewResourceDelegateUnverified |
ExprValidationContext.getViewResourceDelegate()
|
Constructors in com.espertech.esper.epl.expression with parameters of type ViewResourceDelegateUnverified | |
---|---|
ExprValidationContext(StreamTypeService streamTypeService,
MethodResolutionService methodResolutionService,
ViewResourceDelegateUnverified viewResourceDelegate,
TimeProvider timeProvider,
VariableService variableService,
ExprEvaluatorContext exprEvaluatorContext,
EventAdapterService eventAdapterService,
java.lang.String statementName,
java.lang.String statementId,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
boolean disablePropertyExpressionEventCollCache,
boolean allowRollupFunctions)
|
|
© 2006-2014 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |