public interface AggResetContext extends NestedBlockBuilder
AggImplementor.implementReset(AggContext, AggResetContext).
AggResetContext provides access to the accumulator variables
that should be reset.| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
accumulator()
Returns accumulator variables that should be reset.
|
currentBlock, currentNullables, exitBlock, nestBlock, nestBlock, nestBlockList<Expression> accumulator()
AggImplementor.getStateType(org.apache.calcite.adapter.enumerable.AggContext)Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.