| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.rel.mutable |
Defines mutable relational expressions.
|
| Class and Description |
|---|
| Holder
Implementation of
MutableRel whose only purpose is to have a
child. |
| MutableAggregate
Mutable equivalent of
Aggregate. |
| MutableFilter
Mutable equivalent of
Filter. |
| MutableProject
Mutable equivalent of
Project. |
| MutableRel
Mutable equivalent of
RelNode. |
| Class and Description |
|---|
| Holder
Implementation of
MutableRel whose only purpose is to have a
child. |
| MutableAggregate
Mutable equivalent of
Aggregate. |
| MutableBiRel
Mutable equivalent of
BiRel. |
| MutableCalc
Mutable equivalent of
Calc. |
| MutableCollect
Mutable equivalent of
Collect. |
| MutableCorrelate
Mutable equivalent of
Correlate. |
| MutableExchange
Mutable equivalent of
Exchange. |
| MutableFilter
Mutable equivalent of
Filter. |
| MutableIntersect
Mutable equivalent of
Intersect. |
| MutableJoin
Mutable equivalent of
Join. |
| MutableLeafRel
Abstract base class for implementations of
MutableRel that have
no inputs. |
| MutableMinus
Mutable equivalent of
Minus. |
| MutableMultiRel
Base Class for relations with three or more inputs
|
| MutableProject
Mutable equivalent of
Project. |
| MutableRel
Mutable equivalent of
RelNode. |
| MutableRelType
Type of
MutableRel. |
| MutableRelVisitor
Visitor over
MutableRel. |
| MutableSample
Mutable equivalent of
Sample. |
| MutableScan
Mutable equivalent of
TableScan. |
| MutableSemiJoin
Mutable equivalent of
SemiJoin. |
| MutableSetOp
Mutable equivalent of
SetOp. |
| MutableSingleRel
Mutable equivalent of
SingleRel. |
| MutableSort
Mutable equivalent of
Sort. |
| MutableTableFunctionScan
Mutable equivalent of
TableFunctionScan. |
| MutableTableModify
Mutable equivalent of
TableModify. |
| MutableUncollect
Mutable equivalent of
Uncollect. |
| MutableUnion
Mutable equivalent of
Union. |
| MutableValues
Mutable equivalent of
Values. |
| MutableWindow
Mutable equivalent of
Window. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.