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<org.apache.calcite.linq4j.tree.Expression> |
accumulator()
Returns accumulator variables that should be reset.
|
currentBlock, exitBlock, nestBlock, nestBlockList<org.apache.calcite.linq4j.tree.Expression> accumulator()
AggImplementor.getStateType(org.apache.calcite.adapter.enumerable.AggContext)Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.