public class AggregationForgeFactoryAccessSorted extends AggregationForgeFactoryAccessBase
Constructor and Description |
---|
AggregationForgeFactoryAccessSorted(ExprAggMultiFunctionSortedMinMaxByNode parent,
AggregationAccessorForge accessor,
EPTypeClass accessorResultType,
EventType containedEventType,
AggregationMultiFunctionStateKey optionalStateKey,
SortedAggregationStateDesc optionalSortedStateDesc,
AggregationAgentForge optionalAgent) |
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
getAccessorForge() |
ExprAggregateNodeBase |
getAggregationExpression() |
AggregationPortableValidation |
getAggregationPortableValidation() |
AggregationAgentForge |
getAggregationStateAgent(ClasspathImportService classpathImportService,
String statementName) |
AggregationStateFactoryForge |
getAggregationStateFactory(boolean isMatchRecognize) |
AggregationMultiFunctionStateKey |
getAggregationStateKey(boolean isMatchRecognize) |
EventType |
getContainedEventType() |
SortedAggregationStateDesc |
getOptionalSortedStateDesc() |
ExprAggMultiFunctionSortedMinMaxByNode |
getParent() |
EPType |
getResultType() |
void |
initMethodForge(int col,
CodegenCtor rowCtor,
CodegenMemberCol membersColumnized,
CodegenClassScope classScope) |
getAggregator, getMethodAggregationForge, isAccessAggregation
public AggregationForgeFactoryAccessSorted(ExprAggMultiFunctionSortedMinMaxByNode parent, AggregationAccessorForge accessor, EPTypeClass accessorResultType, EventType containedEventType, AggregationMultiFunctionStateKey optionalStateKey, SortedAggregationStateDesc optionalSortedStateDesc, AggregationAgentForge optionalAgent)
public void initMethodForge(int col, CodegenCtor rowCtor, CodegenMemberCol membersColumnized, CodegenClassScope classScope)
initMethodForge
in interface AggregationForgeFactory
initMethodForge
in class AggregationForgeFactoryAccessBase
public EPType getResultType()
public AggregationMultiFunctionStateKey getAggregationStateKey(boolean isMatchRecognize)
public AggregationStateFactoryForge getAggregationStateFactory(boolean isMatchRecognize)
public AggregationAccessorForge getAccessorForge()
public ExprAggregateNodeBase getAggregationExpression()
public AggregationPortableValidation getAggregationPortableValidation()
public AggregationAgentForge getAggregationStateAgent(ClasspathImportService classpathImportService, String statementName)
public EventType getContainedEventType()
public ExprAggMultiFunctionSortedMinMaxByNode getParent()
public SortedAggregationStateDesc getOptionalSortedStateDesc()
Copyright © 2005–2020. All rights reserved.