public class AggregationFactoryMethodFirstLastUnbound extends AggregationFactoryMethodBase
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasFilter |
protected ExprAggMultiFunctionLinearAccessNode |
parent |
Constructor and Description |
---|
AggregationFactoryMethodFirstLastUnbound(ExprAggMultiFunctionLinearAccessNode parent,
EventType collectionEventType,
Class resultType,
int streamNum,
boolean hasFilter) |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
getAggregationExpression() |
AggregationPortableValidation |
getAggregationPortableValidation() |
AggregatorMethod |
getAggregator() |
ExprForge[] |
getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Class |
getResultType() |
void |
initMethodForge(int col,
CodegenCtor rowCtor,
CodegenMemberCol membersColumnized,
CodegenClassScope classScope) |
getAccessorForge, getAggregationStateAgent, getAggregationStateFactory, getAggregationStateKey, isAccessAggregation
protected final ExprAggMultiFunctionLinearAccessNode parent
protected final boolean hasFilter
public AggregationFactoryMethodFirstLastUnbound(ExprAggMultiFunctionLinearAccessNode parent, EventType collectionEventType, Class resultType, int streamNum, boolean hasFilter)
public Class getResultType()
public void initMethodForge(int col, CodegenCtor rowCtor, CodegenMemberCol membersColumnized, CodegenClassScope classScope)
public AggregatorMethod getAggregator()
public ExprAggregateNodeBase getAggregationExpression()
public AggregationPortableValidation getAggregationPortableValidation()
public ExprForge[] getMethodAggregationForge(boolean join, EventType[] typesPerStream) throws ExprValidationException
ExprValidationException
Copyright © 2005–2018. All rights reserved.