blob: 074019941774810fea432558287b8e7b5b26795e [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.rel.mutable (Apache Calcite calcite API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.calcite.rel.mutable">
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="package-declaration">
<script type="text/javascript">var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.calcite.rel.mutable</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">Defines mutable relational expressions.
<h2>Related packages and classes</h2>
<ul>
<li>Package <code>
<a href="../core/package-summary.html">org.apache.calcite.rel.core</a></code>
contains core relational expressions
<li>Package <code>
<a href="../package-summary.html">org.apache.calcite.rex</a></code>
defines the relational expression API
</ul></div>
</section>
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Holder.html" title="class in org.apache.calcite.rel.mutable">Holder</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="MutableRel.html" title="class in org.apache.calcite.rel.mutable"><code>MutableRel</code></a> whose only purpose is to have a
child.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableAggregate.html" title="class in org.apache.calcite.rel.mutable">MutableAggregate</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Aggregate.html" title="class in org.apache.calcite.rel.core"><code>Aggregate</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableCalc.html" title="class in org.apache.calcite.rel.mutable">MutableCalc</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Calc.html" title="class in org.apache.calcite.rel.core"><code>Calc</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableCollect.html" title="class in org.apache.calcite.rel.mutable">MutableCollect</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Collect.html" title="class in org.apache.calcite.rel.core"><code>Collect</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableCorrelate.html" title="class in org.apache.calcite.rel.mutable">MutableCorrelate</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Correlate.html" title="class in org.apache.calcite.rel.core"><code>Correlate</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableExchange.html" title="class in org.apache.calcite.rel.mutable">MutableExchange</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Exchange.html" title="class in org.apache.calcite.rel.core"><code>Exchange</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableFilter.html" title="class in org.apache.calcite.rel.mutable">MutableFilter</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Filter.html" title="class in org.apache.calcite.rel.core"><code>Filter</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableIntersect.html" title="class in org.apache.calcite.rel.mutable">MutableIntersect</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Intersect.html" title="class in org.apache.calcite.rel.core"><code>Intersect</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableJoin.html" title="class in org.apache.calcite.rel.mutable">MutableJoin</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Join.html" title="class in org.apache.calcite.rel.core"><code>Join</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableMatch.html" title="class in org.apache.calcite.rel.mutable">MutableMatch</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Match.html" title="class in org.apache.calcite.rel.core"><code>Match</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableMinus.html" title="class in org.apache.calcite.rel.mutable">MutableMinus</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Minus.html" title="class in org.apache.calcite.rel.core"><code>Minus</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableProject.html" title="class in org.apache.calcite.rel.mutable">MutableProject</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Project.html" title="class in org.apache.calcite.rel.core"><code>Project</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableRel.html" title="class in org.apache.calcite.rel.mutable">MutableRel</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../RelNode.html" title="interface in org.apache.calcite.rel"><code>RelNode</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableRels.html" title="class in org.apache.calcite.rel.mutable">MutableRels</a></th>
<td class="colLast">
<div class="block">Utilities for dealing with <a href="MutableRel.html" title="class in org.apache.calcite.rel.mutable"><code>MutableRel</code></a>s.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableRelVisitor.html" title="class in org.apache.calcite.rel.mutable">MutableRelVisitor</a></th>
<td class="colLast">
<div class="block">Visitor over <a href="MutableRel.html" title="class in org.apache.calcite.rel.mutable"><code>MutableRel</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableSample.html" title="class in org.apache.calcite.rel.mutable">MutableSample</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Sample.html" title="class in org.apache.calcite.rel.core"><code>Sample</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableScan.html" title="class in org.apache.calcite.rel.mutable">MutableScan</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/TableScan.html" title="class in org.apache.calcite.rel.core"><code>TableScan</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableSetOp.html" title="class in org.apache.calcite.rel.mutable">MutableSetOp</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/SetOp.html" title="class in org.apache.calcite.rel.core"><code>SetOp</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableSort.html" title="class in org.apache.calcite.rel.mutable">MutableSort</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Sort.html" title="class in org.apache.calcite.rel.core"><code>Sort</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableTableFunctionScan.html" title="class in org.apache.calcite.rel.mutable">MutableTableFunctionScan</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of
<a href="../core/TableFunctionScan.html" title="class in org.apache.calcite.rel.core"><code>TableFunctionScan</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableTableModify.html" title="class in org.apache.calcite.rel.mutable">MutableTableModify</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/TableModify.html" title="class in org.apache.calcite.rel.core"><code>TableModify</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableUncollect.html" title="class in org.apache.calcite.rel.mutable">MutableUncollect</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Uncollect.html" title="class in org.apache.calcite.rel.core"><code>Uncollect</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableUnion.html" title="class in org.apache.calcite.rel.mutable">MutableUnion</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Union.html" title="class in org.apache.calcite.rel.core"><code>Union</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableValues.html" title="class in org.apache.calcite.rel.mutable">MutableValues</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Values.html" title="class in org.apache.calcite.rel.core"><code>Values</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableWindow.html" title="class in org.apache.calcite.rel.mutable">MutableWindow</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../core/Window.html" title="class in org.apache.calcite.rel.core"><code>Window</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &copy; 2012-2021 Apache Software Foundation. All Rights Reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>