| 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 |
WinAggAddContext
Information for a call to
AggImplementor.implementAdd(AggContext, AggAddContext). |
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
StrictWinAggImplementor.implementNotNullResult(WinAggContext info,
WinAggResultContext result) |
| Modifier and Type | Class and Description |
|---|---|
class |
WinAggAddContextImpl
Implementation of
WinAggAddContext. |
class |
WinAggResultContextImpl
Implementation of
WinAggResultContext. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.