|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationServiceFactoryDesc | |
---|---|
com.espertech.esper.core.context.subselect | Subselect implementation. |
com.espertech.esper.epl.agg.service | Aggregation services. |
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.view.window | Window views are in this package |
Uses of AggregationServiceFactoryDesc in com.espertech.esper.core.context.subselect |
---|
Methods in com.espertech.esper.core.context.subselect that return AggregationServiceFactoryDesc | |
---|---|
AggregationServiceFactoryDesc |
SubSelectStrategyFactoryDesc.getAggregationServiceFactoryDesc()
|
Constructors in com.espertech.esper.core.context.subselect with parameters of type AggregationServiceFactoryDesc | |
---|---|
SubSelectStrategyFactoryDesc(SubSelectActivationHolder subSelectActivationHolder,
SubSelectStrategyFactory factory,
AggregationServiceFactoryDesc aggregationServiceFactoryDesc,
java.util.List<ExprPriorNode> priorNodesList,
java.util.List<ExprPreviousNode> prevNodesList)
|
|
SubSelectStrategyFactoryIndexShare(java.lang.String statementName,
java.lang.String statementId,
int subqueryNum,
EventType[] outerEventTypesSelect,
NamedWindowProcessor optionalNamedWindowProcessor,
TableMetadata optionalTableMetadata,
boolean fullTableScan,
IndexHint optionalIndexHint,
SubordPropPlan joinedPropPlan,
ExprEvaluator filterExprEval,
AggregationServiceFactoryDesc aggregationServiceFactory,
ExprEvaluator[] groupByKeys,
TableService tableService,
java.lang.annotation.Annotation[] annotations,
StatementStopService statementStopService)
|
|
SubSelectStrategyFactoryLocalViewPreloaded(int subqueryNumber,
SubSelectActivationHolder subSelectHolder,
Pair<EventTableFactory,SubordTableLookupStrategyFactory> pair,
ExprNode filterExprNode,
ExprEvaluator filterExprEval,
boolean correlatedSubquery,
AggregationServiceFactoryDesc aggregationServiceFactory,
ViewResourceDelegateVerified viewResourceDelegate,
ExprEvaluator[] groupKeys)
|
Uses of AggregationServiceFactoryDesc in com.espertech.esper.epl.agg.service |
---|
Methods in com.espertech.esper.epl.agg.service that return AggregationServiceFactoryDesc | |
---|---|
static AggregationServiceFactoryDesc |
AggregationServiceFactoryFactory.getService(java.util.List<ExprAggregateNode> selectAggregateExprNodes,
java.util.Map<ExprNode,java.lang.String> selectClauseNamedNodes,
java.util.List<ExprDeclaredNode> declaredExpressions,
ExprNode[] groupByNodes,
java.util.List<ExprAggregateNode> havingAggregateExprNodes,
java.util.List<ExprAggregateNode> orderByAggregateExprNodes,
java.util.List<ExprAggregateNodeGroupKey> groupKeyExpressions,
boolean hasGroupByClause,
java.lang.annotation.Annotation[] annotations,
VariableService variableService,
boolean isJoin,
boolean isDisallowNoReclaim,
ExprNode whereClause,
ExprNode havingClause,
AggregationServiceFactoryService factoryService,
EventType[] typesPerStream,
MethodResolutionService methodResolutionService,
AggregationGroupByRollupDesc groupByRollupDesc,
java.lang.String optionalContextName,
IntoTableSpec intoTableSpec,
TableService tableService)
Returns an instance to handle the aggregation required by the aggregation expression nodes, depending on whether there are any group-by nodes. |
Uses of AggregationServiceFactoryDesc in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core that return AggregationServiceFactoryDesc | |
---|---|
AggregationServiceFactoryDesc |
ResultSetProcessorFactoryDesc.getAggregationServiceFactoryDesc()
|
Constructors in com.espertech.esper.epl.core with parameters of type AggregationServiceFactoryDesc | |
---|---|
ResultSetProcessorFactoryDesc(ResultSetProcessorFactory resultSetProcessorFactory,
OrderByProcessorFactory orderByProcessorFactory,
AggregationServiceFactoryDesc aggregationServiceFactoryDesc)
|
Uses of AggregationServiceFactoryDesc in com.espertech.esper.view.window |
---|
Fields in com.espertech.esper.view.window declared as AggregationServiceFactoryDesc | |
---|---|
protected AggregationServiceFactoryDesc |
ExpressionViewFactoryBase.aggregationServiceFactoryDesc
|
Constructors in com.espertech.esper.view.window with parameters of type AggregationServiceFactoryDesc | |
---|---|
ExpressionBatchView(ExpressionBatchViewFactory dataWindowViewFactory,
ViewUpdatedCollection viewUpdatedCollection,
ExprEvaluator expiryExpression,
AggregationServiceFactoryDesc aggregationServiceFactoryDesc,
ObjectArrayEventBean builtinEventProps,
java.util.Set<java.lang.String> variableNames,
AgentInstanceViewFactoryChainContext agentInstanceContext)
Constructor creates a moving window extending the specified number of elements into the past. |
|
ExpressionViewBase(ViewUpdatedCollection viewUpdatedCollection,
ExprEvaluator expiryExpression,
AggregationServiceFactoryDesc aggregationServiceFactoryDesc,
ObjectArrayEventBean builtinEventProps,
java.util.Set<java.lang.String> variableNames,
AgentInstanceViewFactoryChainContext agentInstanceContext)
|
|
ExpressionWindowView(ExpressionWindowViewFactory dataWindowViewFactory,
ViewUpdatedCollection viewUpdatedCollection,
ExprEvaluator expiryExpression,
AggregationServiceFactoryDesc aggregationServiceFactoryDesc,
ObjectArrayEventBean builtinEventProps,
java.util.Set<java.lang.String> variableNames,
AgentInstanceViewFactoryChainContext agentInstanceContext)
Constructor creates a moving window extending the specified number of elements into the past. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |