| Package | Description |
|---|---|
| org.apache.calcite.rel.mutable |
Defines mutable relational expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Holder
Implementation of
MutableRel whose only purpose is to have a
child. |
class |
MutableAggregate
Mutable equivalent of
Aggregate. |
class |
MutableCalc
Mutable equivalent of
Calc. |
class |
MutableCollect
Mutable equivalent of
Collect. |
class |
MutableExchange
Mutable equivalent of
Exchange. |
class |
MutableFilter
Mutable equivalent of
Filter. |
class |
MutableProject
Mutable equivalent of
Project. |
class |
MutableSample
Mutable equivalent of
Sample. |
class |
MutableSort
Mutable equivalent of
Sort. |
class |
MutableTableModify
Mutable equivalent of
TableModify. |
class |
MutableUncollect
Mutable equivalent of
Uncollect. |
class |
MutableWindow
Mutable equivalent of
Window. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.