| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| org.apache.calcite.rel.core |
Defines core relational expressions.
|
| org.apache.calcite.rel.logical |
Defines logical relational expressions.
|
| org.apache.calcite.rel.metadata |
Defines metadata interfaces and utilities for relational
expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumerableWindow
Implementation of
Window in
enumerable calling convention. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Bindables.BindableWindow
Implementation of
Window
in bindable convention. |
| Modifier and Type | Method and Description |
|---|---|
void |
Nodes.CoreCompiler.visit(Window window) |
| Modifier and Type | Method and Description |
|---|---|
List<AggregateCall> |
Window.Group.getAggregateCalls(Window windowRel)
Presents a view of the
Window.RexWinAggCall list as a list of
AggregateCall. |
| Modifier and Type | Class and Description |
|---|---|
class |
LogicalWindow
Sub-class of
Window
not targeted at any particular engine or calling convention. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<RelCollation> |
RelMdCollation.collations(Window rel) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.