| 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 | Method and Description |
|---|---|
static WinAggImplementor.SeekType |
WinAggImplementor.SeekType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WinAggImplementor.SeekType[] |
WinAggImplementor.SeekType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
WinAggFrameResultContext.computeIndex(Expression offset,
WinAggImplementor.SeekType seekType)
Converts absolute index position of the given relative position.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
WinAggResultContextImpl.computeIndex(Expression offset,
WinAggImplementor.SeekType seekType) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.