public class AggregationStateMinMaxByEverForge extends Object implements AggregationStateFactoryForge
Modifier and Type | Field and Description |
---|---|
protected AggregationForgeFactoryAccessSorted |
factory |
Constructor and Description |
---|
AggregationStateMinMaxByEverForge(AggregationForgeFactoryAccessSorted factory) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
codegenGetAccessTableState(int column,
CodegenMethodScope parent,
CodegenClassScope classScope) |
AggregatorAccess |
getAggregator() |
ExprNode |
getExpression() |
SortedAggregationStateDesc |
getSpec() |
protected final AggregationForgeFactoryAccessSorted factory
public AggregationStateMinMaxByEverForge(AggregationForgeFactoryAccessSorted factory)
public AggregatorAccess getAggregator()
getAggregator
in interface AggregationStateFactoryForge
public SortedAggregationStateDesc getSpec()
public CodegenExpression codegenGetAccessTableState(int column, CodegenMethodScope parent, CodegenClassScope classScope)
codegenGetAccessTableState
in interface AggregationStateFactoryForge
public ExprNode getExpression()
getExpression
in interface AggregationStateFactoryForge
Copyright © 2005–2021. All rights reserved.