Package org.apache.calcite.rel.mutable
package org.apache.calcite.rel.mutable
Defines mutable relational expressions.
Related packages and classes
- Package
org.apache.calcite.rel.core
contains core relational expressions - Package
org.apache.calcite.rex
defines the relational expression API
-
ClassDescriptionImplementation of
MutableRel
whose only purpose is to have a child.Mutable equivalent ofAggregate
.Mutable equivalent ofCalc
.Mutable equivalent ofCollect
.Mutable equivalent ofCorrelate
.Mutable equivalent ofExchange
.Mutable equivalent ofFilter
.Mutable equivalent ofIntersect
.Mutable equivalent ofJoin
.Mutable equivalent ofMatch
.Mutable equivalent ofMinus
.Mutable equivalent ofProject
.Mutable equivalent ofRelNode
.Utilities for dealing withMutableRel
s.Visitor overMutableRel
.Mutable equivalent ofSample
.Mutable equivalent ofTableScan
.Mutable equivalent ofSetOp
.Mutable equivalent ofSort
.Mutable equivalent ofTableFunctionScan
.Mutable equivalent ofTableModify
.Mutable equivalent ofUncollect
.Mutable equivalent ofUnion
.Mutable equivalent ofValues
.Mutable equivalent ofWindow
.