public class AggregationFactoryMethodFirstLastEver extends AggregationFactoryMethodBase
Modifier and Type | Field and Description |
---|---|
protected Class |
childType |
protected ExprFirstLastEverNode |
parent |
Constructor and Description |
---|
AggregationFactoryMethodFirstLastEver(ExprFirstLastEverNode parent,
Class childType) |
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 ExprFirstLastEverNode parent
protected final Class childType
public AggregationFactoryMethodFirstLastEver(ExprFirstLastEverNode parent, Class childType)
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.