| 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). |
interface |
WinAggResultContext
Information for a call to
AggImplementor.implementResult(AggContext, AggResultContext). |
| Modifier and Type | Class and Description |
|---|---|
class |
WinAggAddContextImpl
Implementation of
WinAggAddContext. |
class |
WinAggResultContextImpl
Implementation of
WinAggResultContext. |
| Constructor and Description |
|---|
WinAggAddContextImpl(BlockBuilder block,
List<Expression> accumulator,
com.google.common.base.Function<BlockBuilder,WinAggFrameResultContext> frame) |
WinAggResultContextImpl(BlockBuilder block,
List<Expression> accumulator,
com.google.common.base.Function<BlockBuilder,WinAggFrameResultContext> frameContextBuilder)
Creates window aggregate result context.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.