| Package | Description |
|---|---|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AggregateNode.ScalarAccumulatorDef
Accumulator powered by
Scalar code fragments. |
private static class |
AggregateNode.UdaAccumulatorFactory
Accumulator factory based on a user-defined aggregate function.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableList<AggregateNode.AccumulatorFactory> |
AggregateNode.accumulatorFactories |
| Modifier and Type | Method and Description |
|---|---|
private AggregateNode.AccumulatorFactory |
AggregateNode.getAccumulator(AggregateCall call,
boolean ignoreFilter) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.