public abstract class AggAddContextImpl extends AggResultContextImpl implements AggAddContext
AggAddContext.| Modifier | Constructor and Description |
|---|---|
protected |
AggAddContextImpl(org.apache.calcite.linq4j.tree.BlockBuilder block,
List<org.apache.calcite.linq4j.tree.Expression> accumulator) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.calcite.linq4j.tree.Expression> |
arguments()
Returns Linq4j form of arguments.
|
call, key, keyFieldaccumulatorcurrentBlock, exitBlock, nestBlock, nestBlockclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrexArguments, rexFilterArgument, rowTranslatorcall, key, keyFieldaccumulatorcurrentBlock, exitBlock, nestBlock, nestBlockprotected AggAddContextImpl(org.apache.calcite.linq4j.tree.BlockBuilder block,
List<org.apache.calcite.linq4j.tree.Expression> accumulator)
public final List<org.apache.calcite.linq4j.tree.Expression> arguments()
AggAddContextrowTranslator().translateList(rexArguments()).
This is handy if you need just operate on argument.arguments in interface AggAddContextCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.