| 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.CountAccumulator
Accumulator for calls to the COUNT function.
|
private static class |
AggregateNode.FilterAccumulator
Accumulator that applies a filter to another accumulator.
|
private static class |
AggregateNode.ScalarAccumulator
Accumulator powered by
Scalar code fragments. |
private static class |
AggregateNode.UdaAccumulator
Accumulator based upon a user-defined aggregate.
|
| Modifier and Type | Field and Description |
|---|---|
private AggregateNode.Accumulator |
AggregateNode.FilterAccumulator.accumulator |
| Modifier and Type | Method and Description |
|---|---|
AggregateNode.Accumulator |
AggregateNode.ScalarAccumulatorDef.get() |
AggregateNode.Accumulator |
AggregateNode.UdaAccumulatorFactory.get() |
| Constructor and Description |
|---|
FilterAccumulator(AggregateNode.Accumulator accumulator,
int filterArg) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.