blob: d680b650ea34c8af54d88e3528d072344fed991a [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.interpreter (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.interpreter (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.interpreter</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">Provides an implementation of relational expressions using an interpreter.
<p>The implementation is not efficient compared to generated code, but
preparation time is less, and so the total prepare + execute time is
competitive for queries over small data sets.</div>
</section>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateNode.Accumulator.html" title="interface in org.apache.calcite.interpreter">AggregateNode.Accumulator</a></th>
<td class="colLast">
<div class="block">Defines function implementation for
things like <code>count()</code> and <code>sum()</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.AccumulatorFactory.html" title="interface in org.apache.calcite.interpreter">AggregateNode.AccumulatorFactory</a></th>
<td class="colLast">
<div class="block">Creates an <a href="AggregateNode.Accumulator.html" title="interface in org.apache.calcite.interpreter"><code>AggregateNode.Accumulator</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BindableRel.html" title="interface in org.apache.calcite.interpreter">BindableRel</a></th>
<td class="colLast">
<div class="block">Relational expression that can implement itself in Bindable
convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Compiler.html" title="interface in org.apache.calcite.interpreter">Compiler</a></th>
<td class="colLast">
<div class="block">Context while converting a tree of <a href="../rel/RelNode.html" title="interface in org.apache.calcite.rel"><code>RelNode</code></a> to a program
that can be run by an <a href="Interpreter.html" title="class in org.apache.calcite.interpreter"><code>Interpreter</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="InterpretableRel.html" title="interface in org.apache.calcite.interpreter">InterpretableRel</a></th>
<td class="colLast">
<div class="block">Relational expression that can implement itself using an interpreter.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Interpreter.ScalarCompiler.html" title="interface in org.apache.calcite.interpreter">Interpreter.ScalarCompiler</a></th>
<td class="colLast">
<div class="block">Converts a list of expressions to a scalar that can compute their
values.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Node.html" title="interface in org.apache.calcite.interpreter">Node</a></th>
<td class="colLast">
<div class="block">Relational expression that can be executed using an interpreter.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Scalar.html" title="interface in org.apache.calcite.interpreter">Scalar</a></th>
<td class="colLast">
<div class="block">Compiled scalar expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Sink.html" title="interface in org.apache.calcite.interpreter">Sink</a></th>
<td class="colLast">
<div class="block">Sink to which to send rows.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Source.html" title="interface in org.apache.calcite.interpreter">Source</a></th>
<td class="colLast">
<div class="block">Source of rows.</div>
</td>
</tr>
</tbody>
</table>
</li>
<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="AbstractSingleNode.html" title="class in org.apache.calcite.interpreter">AbstractSingleNode</a>&lt;T extends <a href="../rel/SingleRel.html" title="class in org.apache.calcite.rel">SingleRel</a>&gt;</th>
<td class="colLast">
<div class="block">An interpreter that takes expects one incoming source relational expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.html" title="class in org.apache.calcite.interpreter">AggregateNode</a></th>
<td class="colLast">
<div class="block">Interpreter node that implements an
<a href="../rel/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="AggregateNode.AccumulatorList.html" title="class in org.apache.calcite.interpreter">AggregateNode.AccumulatorList</a></th>
<td class="colLast">
<div class="block">A list of accumulators used during grouping.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.CountAccumulator.html" title="class in org.apache.calcite.interpreter">AggregateNode.CountAccumulator</a></th>
<td class="colLast">
<div class="block">Accumulator for calls to the COUNT function.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateNode.DoubleSum.html" title="class in org.apache.calcite.interpreter">AggregateNode.DoubleSum</a></th>
<td class="colLast">
<div class="block">Implementation of <code>SUM</code> over DOUBLE values as a user-defined
aggregate.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.FilterAccumulator.html" title="class in org.apache.calcite.interpreter">AggregateNode.FilterAccumulator</a></th>
<td class="colLast">
<div class="block">Accumulator that applies a filter to another accumulator.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateNode.IntSum.html" title="class in org.apache.calcite.interpreter">AggregateNode.IntSum</a></th>
<td class="colLast">
<div class="block">Implementation of <code>SUM</code> over INTEGER values as a user-defined
aggregate.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.LongSum.html" title="class in org.apache.calcite.interpreter">AggregateNode.LongSum</a></th>
<td class="colLast">
<div class="block">Implementation of <code>SUM</code> over BIGINT values as a user-defined
aggregate.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateNode.MaxDouble.html" title="class in org.apache.calcite.interpreter">AggregateNode.MaxDouble</a></th>
<td class="colLast">
<div class="block">Implementation of <code>MAX</code> function to calculate the minimum of
<code>double</code> and <code>real</code> values as a user-defined aggregate.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.MaxFloat.html" title="class in org.apache.calcite.interpreter">AggregateNode.MaxFloat</a></th>
<td class="colLast">
<div class="block">Implementation of <code>MAX</code> function to calculate the minimum of
<code>float</code> values as a user-defined aggregate.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateNode.MaxInt.html" title="class in org.apache.calcite.interpreter">AggregateNode.MaxInt</a></th>
<td class="colLast">
<div class="block">Implementation of <code>MAX</code> function to calculate the minimum of
<code>integer</code> values as a user-defined aggregate.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.MaxLong.html" title="class in org.apache.calcite.interpreter">AggregateNode.MaxLong</a></th>
<td class="colLast">
<div class="block">Implementation of <code>MAX</code> function to calculate the minimum of
<code>long</code> values as a user-defined aggregate.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateNode.MinDouble.html" title="class in org.apache.calcite.interpreter">AggregateNode.MinDouble</a></th>
<td class="colLast">
<div class="block">Implementation of <code>MIN</code> function to calculate the minimum of
<code>double</code> and <code>real</code> values as a user-defined aggregate.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.MinFloat.html" title="class in org.apache.calcite.interpreter">AggregateNode.MinFloat</a></th>
<td class="colLast">
<div class="block">Implementation of <code>MIN</code> function to calculate the minimum of
<code>float</code> values as a user-defined aggregate.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateNode.MinInt.html" title="class in org.apache.calcite.interpreter">AggregateNode.MinInt</a></th>
<td class="colLast">
<div class="block">Implementation of <code>MIN</code> function to calculate the minimum of
<code>integer</code> values as a user-defined aggregate.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.MinLong.html" title="class in org.apache.calcite.interpreter">AggregateNode.MinLong</a></th>
<td class="colLast">
<div class="block">Implementation of <code>MIN</code> function to calculate the minimum of
<code>long</code> values as a user-defined aggregate.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateNode.NumericComparison.html" title="class in org.apache.calcite.interpreter">AggregateNode.NumericComparison</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Common implementation of comparison aggregate methods over numeric
values as a user-defined aggregate.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.ScalarAccumulator.html" title="class in org.apache.calcite.interpreter">AggregateNode.ScalarAccumulator</a></th>
<td class="colLast">
<div class="block">Accumulator powered by <a href="Scalar.html" title="interface in org.apache.calcite.interpreter"><code>Scalar</code></a> code fragments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateNode.ScalarAccumulatorDef.html" title="class in org.apache.calcite.interpreter">AggregateNode.ScalarAccumulatorDef</a></th>
<td class="colLast">
<div class="block">Accumulator powered by <a href="Scalar.html" title="interface in org.apache.calcite.interpreter"><code>Scalar</code></a> code fragments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggregateNode.UdaAccumulator.html" title="class in org.apache.calcite.interpreter">AggregateNode.UdaAccumulator</a></th>
<td class="colLast">
<div class="block">Accumulator based upon a user-defined aggregate.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateNode.UdaAccumulatorFactory.html" title="class in org.apache.calcite.interpreter">AggregateNode.UdaAccumulatorFactory</a></th>
<td class="colLast">
<div class="block">Accumulator factory based on a user-defined aggregate function.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.html" title="class in org.apache.calcite.interpreter">Bindables</a></th>
<td class="colLast">
<div class="block">Utilities pertaining to <a href="BindableRel.html" title="interface in org.apache.calcite.interpreter"><code>BindableRel</code></a> and <a href="BindableConvention.html" title="enum in org.apache.calcite.interpreter"><code>BindableConvention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableAggregate.html" title="class in org.apache.calcite.interpreter">Bindables.BindableAggregate</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../rel/core/Aggregate.html" title="class in org.apache.calcite.rel.core"><code>Aggregate</code></a>
in bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableAggregateRule.html" title="class in org.apache.calcite.interpreter">Bindables.BindableAggregateRule</a></th>
<td class="colLast">
<div class="block">Rule that converts an <a href="../rel/core/Aggregate.html" title="class in org.apache.calcite.rel.core"><code>Aggregate</code></a> to bindable convention.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableFilter.html" title="class in org.apache.calcite.interpreter">Bindables.BindableFilter</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../rel/core/Filter.html" title="class in org.apache.calcite.rel.core"><code>Filter</code></a>
in bindable convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableFilterRule.html" title="class in org.apache.calcite.interpreter">Bindables.BindableFilterRule</a></th>
<td class="colLast">
<div class="block">Rule that converts a <a href="../rel/core/Filter.html" title="class in org.apache.calcite.rel.core"><code>Filter</code></a> to bindable convention.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableJoin.html" title="class in org.apache.calcite.interpreter">Bindables.BindableJoin</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../rel/core/Join.html" title="class in org.apache.calcite.rel.core"><code>Join</code></a> in
bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableJoinRule.html" title="class in org.apache.calcite.interpreter">Bindables.BindableJoinRule</a></th>
<td class="colLast">
<div class="block">Rule to convert a <a href="../rel/logical/LogicalJoin.html" title="class in org.apache.calcite.rel.logical"><code>LogicalJoin</code></a>
to a <a href="Bindables.BindableJoin.html" title="class in org.apache.calcite.interpreter"><code>Bindables.BindableJoin</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableMatch.html" title="class in org.apache.calcite.interpreter">Bindables.BindableMatch</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../rel/core/Match.html" title="class in org.apache.calcite.rel.core"><code>Match</code></a>
in bindable convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableMatchRule.html" title="class in org.apache.calcite.interpreter">Bindables.BindableMatchRule</a></th>
<td class="colLast">
<div class="block">Rule to convert a <a href="../rel/logical/LogicalMatch.html" title="class in org.apache.calcite.rel.logical"><code>LogicalMatch</code></a>
to a <a href="Bindables.BindableMatch.html" title="class in org.apache.calcite.interpreter"><code>Bindables.BindableMatch</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableProject.html" title="class in org.apache.calcite.interpreter">Bindables.BindableProject</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../rel/core/Project.html" title="class in org.apache.calcite.rel.core"><code>Project</code></a> in
bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableProjectRule.html" title="class in org.apache.calcite.interpreter">Bindables.BindableProjectRule</a></th>
<td class="colLast">
<div class="block">Rule to convert a <a href="../rel/logical/LogicalProject.html" title="class in org.apache.calcite.rel.logical"><code>LogicalProject</code></a>
to a <a href="Bindables.BindableProject.html" title="class in org.apache.calcite.interpreter"><code>Bindables.BindableProject</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableSort.html" title="class in org.apache.calcite.interpreter">Bindables.BindableSort</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../rel/core/Sort.html" title="class in org.apache.calcite.rel.core"><code>Sort</code></a>
bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableSortRule.html" title="class in org.apache.calcite.interpreter">Bindables.BindableSortRule</a></th>
<td class="colLast">
<div class="block">Rule to convert an <a href="../rel/core/Sort.html" title="class in org.apache.calcite.rel.core"><code>Sort</code></a> to a
<a href="Bindables.BindableSort.html" title="class in org.apache.calcite.interpreter"><code>Bindables.BindableSort</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableTableScan.html" title="class in org.apache.calcite.interpreter">Bindables.BindableTableScan</a></th>
<td class="colLast">
<div class="block">Scan of a table that implements <a href="../schema/ScannableTable.html" title="interface in org.apache.calcite.schema"><code>ScannableTable</code></a> and therefore can
be converted into an <a href="../linq4j/Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableTableScanRule.html" title="class in org.apache.calcite.interpreter">Bindables.BindableTableScanRule</a></th>
<td class="colLast">
<div class="block">Rule that converts a <a href="../rel/core/TableScan.html" title="class in org.apache.calcite.rel.core"><code>TableScan</code></a>
to bindable convention.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableUnion.html" title="class in org.apache.calcite.interpreter">Bindables.BindableUnion</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../rel/core/Union.html" title="class in org.apache.calcite.rel.core"><code>Union</code></a> in
bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableUnionRule.html" title="class in org.apache.calcite.interpreter">Bindables.BindableUnionRule</a></th>
<td class="colLast">
<div class="block">Rule to convert an <a href="../rel/logical/LogicalUnion.html" title="class in org.apache.calcite.rel.logical"><code>LogicalUnion</code></a>
to a <a href="Bindables.BindableUnion.html" title="class in org.apache.calcite.interpreter"><code>Bindables.BindableUnion</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableValues.html" title="class in org.apache.calcite.interpreter">Bindables.BindableValues</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../rel/core/Values.html" title="class in org.apache.calcite.rel.core"><code>Values</code></a>
in bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableValuesRule.html" title="class in org.apache.calcite.interpreter">Bindables.BindableValuesRule</a></th>
<td class="colLast">
<div class="block">Rule that converts a <a href="../rel/core/Values.html" title="class in org.apache.calcite.rel.core"><code>Values</code></a> to bindable convention.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableWindow.html" title="class in org.apache.calcite.interpreter">Bindables.BindableWindow</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../rel/core/Window.html" title="class in org.apache.calcite.rel.core"><code>Window</code></a>
in bindable convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindables.BindableWindowRule.html" title="class in org.apache.calcite.interpreter">Bindables.BindableWindowRule</a></th>
<td class="colLast">
<div class="block">Rule to convert a <a href="../rel/logical/LogicalWindow.html" title="class in org.apache.calcite.rel.logical"><code>LogicalWindow</code></a>
to a <a href="Bindables.BindableWindow.html" title="class in org.apache.calcite.interpreter"><code>Bindables.BindableWindow</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Context.html" title="class in org.apache.calcite.interpreter">Context</a></th>
<td class="colLast">
<div class="block">Context for executing a scalar expression in an interpreter.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FilterNode.html" title="class in org.apache.calcite.interpreter">FilterNode</a></th>
<td class="colLast">
<div class="block">Interpreter node that implements a
<a href="../rel/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="InterpretableConverter.html" title="class in org.apache.calcite.interpreter">InterpretableConverter</a></th>
<td class="colLast">
<div class="block">Relational expression that converts any relational expression input to
<a href="InterpretableConvention.html" title="enum in org.apache.calcite.interpreter"><code>InterpretableConvention</code></a>, by wrapping
it in an interpreter.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="InterpretableRel.InterpreterImplementor.html" title="class in org.apache.calcite.interpreter">InterpretableRel.InterpreterImplementor</a></th>
<td class="colLast">
<div class="block">Context when a <a href="../rel/RelNode.html" title="interface in org.apache.calcite.rel"><code>RelNode</code></a> is being converted to an interpreter
<a href="Node.html" title="interface in org.apache.calcite.interpreter"><code>Node</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Interpreter.html" title="class in org.apache.calcite.interpreter">Interpreter</a></th>
<td class="colLast">
<div class="block">Interpreter.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Interpreter.CompilerImpl.html" title="class in org.apache.calcite.interpreter">Interpreter.CompilerImpl</a></th>
<td class="colLast">
<div class="block">Walks over a tree of <a href="../rel/RelNode.html" title="interface in org.apache.calcite.rel"><code>RelNode</code></a> and, for each,
creates a <a href="Node.html" title="interface in org.apache.calcite.interpreter"><code>Node</code></a> that can be
executed in the interpreter.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Interpreter.DuplicatingSink.html" title="class in org.apache.calcite.interpreter">Interpreter.DuplicatingSink</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="Sink.html" title="interface in org.apache.calcite.interpreter"><code>Sink</code></a> using a <code>ArrayDeque</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Interpreter.Edge.html" title="class in org.apache.calcite.interpreter">Interpreter.Edge</a></th>
<td class="colLast">
<div class="block">Edge between a <a href="../rel/RelNode.html" title="interface in org.apache.calcite.rel"><code>RelNode</code></a> and one of its inputs.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Interpreter.EnumeratorSource.html" title="class in org.apache.calcite.interpreter">Interpreter.EnumeratorSource</a></th>
<td class="colLast">
<div class="block">A <a href="Source.html" title="interface in org.apache.calcite.interpreter"><code>Source</code></a> that is just backed by an <a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j"><code>Enumerator</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Interpreter.ListSink.html" title="class in org.apache.calcite.interpreter">Interpreter.ListSink</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="Sink.html" title="interface in org.apache.calcite.interpreter"><code>Sink</code></a> using a <code>ArrayDeque</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Interpreter.ListSource.html" title="class in org.apache.calcite.interpreter">Interpreter.ListSource</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="Source.html" title="interface in org.apache.calcite.interpreter"><code>Source</code></a> using a <code>ArrayDeque</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Interpreter.NodeInfo.html" title="class in org.apache.calcite.interpreter">Interpreter.NodeInfo</a></th>
<td class="colLast">
<div class="block">Information about a node registered in the data flow graph.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Interpreters.html" title="class in org.apache.calcite.interpreter">Interpreters</a></th>
<td class="colLast">
<div class="block">Utilities relating to <a href="Interpreter.html" title="class in org.apache.calcite.interpreter"><code>Interpreter</code></a>
and <a href="InterpretableConvention.html" title="enum in org.apache.calcite.interpreter"><code>InterpretableConvention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JaninoRexCompiler.html" title="class in org.apache.calcite.interpreter">JaninoRexCompiler</a></th>
<td class="colLast">
<div class="block">Compiles a scalar expression (<a href="../rex/RexNode.html" title="class in org.apache.calcite.rex"><code>RexNode</code></a>) to an expression that
can be evaluated (<a href="Scalar.html" title="interface in org.apache.calcite.interpreter"><code>Scalar</code></a>) by generating a Java AST and compiling it
to a class using Janino.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JoinNode.html" title="class in org.apache.calcite.interpreter">JoinNode</a></th>
<td class="colLast">
<div class="block">Interpreter node that implements a
<a href="../rel/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="MatchNode.html" title="class in org.apache.calcite.interpreter">MatchNode</a></th>
<td class="colLast">
<div class="block">Interpreter node that implements a
<a href="../rel/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="Nodes.html" title="class in org.apache.calcite.interpreter">Nodes</a></th>
<td class="colLast">
<div class="block">Helper methods for <a href="Node.html" title="interface in org.apache.calcite.interpreter"><code>Node</code></a> and implementations for core relational
expressions.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Nodes.CoreCompiler.html" title="class in org.apache.calcite.interpreter">Nodes.CoreCompiler</a></th>
<td class="colLast">
<div class="block">Extension to
<a href="Interpreter.CompilerImpl.html" title="class in org.apache.calcite.interpreter"><code>Interpreter.CompilerImpl</code></a>
that knows how to handle the core logical
<a href="../rel/RelNode.html" title="interface in org.apache.calcite.rel"><code>RelNode</code></a>s.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="NoneToBindableConverterRule.html" title="class in org.apache.calcite.interpreter">NoneToBindableConverterRule</a></th>
<td class="colLast">
<div class="block">Rule to convert a relational expression from
<a href="../plan/Convention.html#NONE"><code>Convention.NONE</code></a>
to <a href="BindableConvention.html" title="enum in org.apache.calcite.interpreter"><code>BindableConvention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ProjectNode.html" title="class in org.apache.calcite.interpreter">ProjectNode</a></th>
<td class="colLast">
<div class="block">Interpreter node that implements a
<a href="../rel/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="Row.html" title="class in org.apache.calcite.interpreter">Row</a></th>
<td class="colLast">
<div class="block">Row.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Row.RowBuilder.html" title="class in org.apache.calcite.interpreter">Row.RowBuilder</a></th>
<td class="colLast">
<div class="block">Utility class to build row objects.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SortNode.html" title="class in org.apache.calcite.interpreter">SortNode</a></th>
<td class="colLast">
<div class="block">Interpreter node that implements a
<a href="../rel/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="TableScanNode.html" title="class in org.apache.calcite.interpreter">TableScanNode</a></th>
<td class="colLast">
<div class="block">Interpreter node that implements a
<a href="../rel/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="UnionNode.html" title="class in org.apache.calcite.interpreter">UnionNode</a></th>
<td class="colLast">
<div class="block">Interpreter node that implements a
<a href="../rel/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="ValuesNode.html" title="class in org.apache.calcite.interpreter">ValuesNode</a></th>
<td class="colLast">
<div class="block">Interpreter node that implements a
<a href="../rel/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="WindowNode.html" title="class in org.apache.calcite.interpreter">WindowNode</a></th>
<td class="colLast">
<div class="block">Interpreter node that implements a
<a href="../rel/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="BindableConvention.html" title="enum in org.apache.calcite.interpreter">BindableConvention</a></th>
<td class="colLast">
<div class="block">Calling convention that returns results as an
<a href="../linq4j/Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a> of object arrays.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="InterpretableConvention.html" title="enum in org.apache.calcite.interpreter">InterpretableConvention</a></th>
<td class="colLast">
<div class="block">Calling convention that returns results as an
<a href="../linq4j/Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a> of object arrays.</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>