| Package | Description |
|---|---|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateNode
Interpreter node that implements an
Aggregate. |
class |
FilterNode
Interpreter node that implements a
Filter. |
class |
ProjectNode
Interpreter node that implements a
Project. |
class |
SortNode
Interpreter node that implements a
Sort. |
class |
WindowNode
Interpreter node that implements a
Window. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.