| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.adapter.enumerable.impl |
Calcite-specific classes for implementation of regular and window aggregates.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggAddContext
Information for a call to
AggImplementor.implementAdd(AggContext, AggAddContext). |
interface |
WinAggAddContext
Information for a call to
AggImplementor.implementAdd(AggContext, AggAddContext). |
interface |
WinAggResultContext
Information for a call to
AggImplementor.implementResult(AggContext, AggResultContext). |
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
StrictAggImplementor.implementNotNullResult(AggContext info,
AggResultContext result) |
protected Expression |
StrictWinAggImplementor.implementNotNullResult(AggContext info,
AggResultContext result) |
protected Expression |
RexImpTable.UserDefinedAggReflectiveImplementor.implementNotNullResult(AggContext info,
AggResultContext result) |
Expression |
StrictAggImplementor.implementResult(AggContext info,
AggResultContext result) |
Expression |
AggImplementor.implementResult(AggContext info,
AggResultContext result)
Calculates the resulting value based on the intermediate variables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggAddContextImpl
Implementation of
AggAddContext. |
class |
AggResultContextImpl
Implementation of
AggResultContext |
class |
WinAggAddContextImpl
Implementation of
WinAggAddContext. |
class |
WinAggResultContextImpl
Implementation of
WinAggResultContext. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.