| 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 |
AggResetContext
Information for a call to
AggImplementor.implementReset(AggContext, AggResetContext). |
interface |
AggResultContext
Information for a call to
AggImplementor.implementResult(AggContext, AggResultContext) |
interface |
WinAggAddContext
Information for a call to
AggImplementor.implementAdd(AggContext, AggAddContext). |
interface |
WinAggResetContext
Information for a call to
AggImplementor.implementReset(AggContext, AggResetContext). |
interface |
WinAggResultContext
Information for a call to
AggImplementor.implementResult(AggContext, AggResultContext). |
| Modifier and Type | Class and Description |
|---|---|
class |
NestedBlockBuilderImpl
Allows to build nested code blocks with tracking of current context and the
nullability of particular
RexNode expressions. |
| Modifier and Type | Class and Description |
|---|---|
class |
AggAddContextImpl
Implementation of
AggAddContext. |
class |
AggResetContextImpl
Implementation of
AggResetContext |
class |
AggResultContextImpl
Implementation of
AggResultContext |
class |
WinAggAddContextImpl
Implementation of
WinAggAddContext. |
class |
WinAggResetContextImpl
Implementation of
WinAggResetContext. |
class |
WinAggResultContextImpl
Implementation of
WinAggResultContext. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.