blob: a94c9dac1ae7c0baafa19bfc944b93e56e0f0386 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.rel.mutable (Apache Calcite API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.calcite.rel.mutable (Apache Calcite API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= 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-use.html">Use</a></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>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.calcite.rel.mutable</h1>
</div>
<div class="contentContainer">
<section role="region"><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>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<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="MutableBiRel.html" title="class in org.apache.calcite.rel.mutable">MutableBiRel</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../BiRel.html" title="class in org.apache.calcite.rel"><code>BiRel</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<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="altColor">
<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="rowColor">
<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="altColor">
<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="rowColor">
<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="altColor">
<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="rowColor">
<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="altColor">
<th class="colFirst" scope="row"><a href="MutableLeafRel.html" title="class in org.apache.calcite.rel.mutable">MutableLeafRel</a></th>
<td class="colLast">
<div class="block">Abstract base class for implementations of <a href="MutableRel.html" title="class in org.apache.calcite.rel.mutable"><code>MutableRel</code></a> that have
no inputs.</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="MutableMultiRel.html" title="class in org.apache.calcite.rel.mutable">MutableMultiRel</a></th>
<td class="colLast">
<div class="block">Base Class for relations with three or more inputs</div>
</td>
</tr>
<tr class="altColor">
<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="rowColor">
<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="altColor">
<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="rowColor">
<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="altColor">
<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="rowColor">
<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="altColor">
<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="rowColor">
<th class="colFirst" scope="row"><a href="MutableSingleRel.html" title="class in org.apache.calcite.rel.mutable">MutableSingleRel</a></th>
<td class="colLast">
<div class="block">Mutable equivalent of <a href="../SingleRel.html" title="class in org.apache.calcite.rel"><code>SingleRel</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>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableRelType.html" title="enum in org.apache.calcite.rel.mutable">MutableRelType</a></th>
<td class="colLast">
<div class="block">Type of <code>MutableRel</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</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-use.html">Use</a></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>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>