public class AggResultContextImpl extends AggResetContextImpl implements AggResultContext
AggResultContext| Constructor and Description |
|---|
AggResultContextImpl(BlockBuilder block,
List<Expression> accumulator)
Creates aggregate result context
|
accumulatorcurrentBlock, currentNullables, exitBlock, nestBlock, nestBlock, nestBlockclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccumulatorcurrentBlock, currentNullables, exitBlock, nestBlock, nestBlock, nestBlockpublic AggResultContextImpl(BlockBuilder block, List<Expression> accumulator)
block - code block that will contain the result calculation statementsaccumulator - accumulator variables that store the intermediate
aggregate stateCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.