| Package | Description |
|---|---|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.rel |
Defines relational expressions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Interpreter.Compiler
|
static class |
Nodes.CoreCompiler
Extension to
Interpreter.Compiler
that knows how to handle the core logical
RelNodes. |
| Modifier and Type | Class and Description |
|---|---|
class |
RelTraitPropagationVisitor
RelTraitPropagationVisitor traverses a RelNode and its unregistered
children, making sure that each has a full complement of traits.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RelOptUtil.go(RelVisitor visitor,
RelNode p)
Sets a
RelVisitor going on a given relational expression, and
returns the result. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRelNode.childrenAccept(RelVisitor visitor) |
void |
SingleRel.childrenAccept(RelVisitor visitor) |
void |
BiRel.childrenAccept(RelVisitor visitor) |
void |
RelNode.childrenAccept(RelVisitor visitor)
Interacts with the
RelVisitor in a
visitor pattern to
traverse the tree of relational expressions. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.