| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
RexImpTable.CollectImplementor
Implementor for the
COLLECT aggregate function. |
(package private) static class |
RexImpTable.CountImplementor
Implementor for the
COUNT aggregate function. |
(package private) static class |
RexImpTable.CountWinImplementor
Implementor for the
COUNT windowed aggregate function. |
(package private) static class |
RexImpTable.DenseRankImplementor
Implementor for the
DENSE_RANK windowed aggregate function. |
(package private) static class |
RexImpTable.MinMaxImplementor
Implementor for the
MIN and MAX aggregate functions. |
(package private) static class |
RexImpTable.RankImplementor
Implementor for the
RANK windowed aggregate function. |
(package private) static class |
RexImpTable.RowNumberImplementor
Implementor for the
ROW_NUMBER windowed aggregate function. |
(package private) static class |
RexImpTable.SumImplementor
Implementor for the
SUM windowed aggregate function. |
static class |
RexImpTable.UserDefinedAggReflectiveImplementor
Implementor for user-defined aggregate functions.
|
class |
StrictWinAggImplementor
The base implementation of strict window aggregate function.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.