public class AggregationStateSortedForge extends Object implements AggregationStateFactoryForge
Modifier and Type | Field and Description |
---|---|
protected AggregationForgeFactoryAccessSorted |
factory |
Constructor and Description |
---|
AggregationStateSortedForge(AggregationForgeFactoryAccessSorted factory,
boolean join) |
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 AggregationStateSortedForge(AggregationForgeFactoryAccessSorted factory, boolean join)
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–2022. All rights reserved.