| Class | 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. |
| MutableRels |
Utilities for dealing with
MutableRels. |
| 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. |
| Enum | Description |
|---|---|
| MutableRelType |
Type of
MutableRel. |
org.apache.calcite.rel.core
contains core relational expressions
org.apache.calcite.rex
defines the relational expression API
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.