public class AggregationForgeFactoryMinMax extends AggregationForgeFactoryBase
Modifier and Type | Field and Description |
---|---|
protected DataInputOutputSerdeForge |
distinctSerde |
protected boolean |
hasDataWindows |
protected ExprMinMaxAggrNode |
parent |
protected DataInputOutputSerdeForge |
serde |
protected Class |
type |
Constructor and Description |
---|
AggregationForgeFactoryMinMax(ExprMinMaxAggrNode parent,
Class type,
boolean hasDataWindows,
DataInputOutputSerdeForge serde,
DataInputOutputSerdeForge distinctSerde) |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
getAggregationExpression() |
AggregationPortableValidation |
getAggregationPortableValidation() |
AggregatorMethod |
getAggregator() |
ExprForge[] |
getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
ExprMinMaxAggrNode |
getParent() |
Class |
getResultType() |
void |
initMethodForge(int col,
CodegenCtor rowCtor,
CodegenMemberCol membersColumnized,
CodegenClassScope classScope) |
getAccessorForge, getAggregationStateAgent, getAggregationStateFactory, getAggregationStateKey, isAccessAggregation
protected final ExprMinMaxAggrNode parent
protected final Class type
protected final boolean hasDataWindows
protected final DataInputOutputSerdeForge serde
protected final DataInputOutputSerdeForge distinctSerde
public AggregationForgeFactoryMinMax(ExprMinMaxAggrNode parent, Class type, boolean hasDataWindows, DataInputOutputSerdeForge serde, DataInputOutputSerdeForge distinctSerde)
public Class getResultType()
public ExprAggregateNodeBase getAggregationExpression()
public void initMethodForge(int col, CodegenCtor rowCtor, CodegenMemberCol membersColumnized, CodegenClassScope classScope)
public AggregatorMethod getAggregator()
public AggregationPortableValidation getAggregationPortableValidation()
public ExprForge[] getMethodAggregationForge(boolean join, EventType[] typesPerStream) throws ExprValidationException
ExprValidationException
public ExprMinMaxAggrNode getParent()
Copyright © 2005–2019. All rights reserved.