blob: 983361b0587d1b27fa3c3091e7a6d5780cb785a2 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.calcite.adapter.enumerable (Apache Calcite calcite API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.calcite.adapter.enumerable (Apache Calcite calcite API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li class="navBarCell1Rev">程序包</li>
<li></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/calcite/adapter/elasticsearch/package-summary.html">上一个程序包</a></li>
<li><a href="../../../../../org/apache/calcite/adapter/enumerable/impl/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/calcite/adapter/enumerable/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">所有类</a></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>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="程序包" class="title">程序包&nbsp;org.apache.calcite.adapter.enumerable</h1>
<div class="docSummary">
<div class="block">Query optimizer rules for Java calling convention.</div>
</div>
<p>请参阅:&nbsp;<a href="#package.description">说明</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="接口概要表, 列表接口和解释">
<caption><span>接口概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/AggAddContext.html" title="org.apache.calcite.adapter.enumerable中的接口">AggAddContext</a></td>
<td class="colLast">
<div class="block">Information for a call to
<a href="../../../../../org/apache/calcite/adapter/enumerable/AggImplementor.html#implementAdd-org.apache.calcite.adapter.enumerable.AggContext-org.apache.calcite.adapter.enumerable.AggAddContext-"><code>AggImplementor.implementAdd(AggContext, AggAddContext)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/AggContext.html" title="org.apache.calcite.adapter.enumerable中的接口">AggContext</a></td>
<td class="colLast">
<div class="block">Information on the aggregate calculation context.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/AggImplementor.html" title="org.apache.calcite.adapter.enumerable中的接口">AggImplementor</a></td>
<td class="colLast">
<div class="block">Implements an aggregate function by generating expressions to
initialize, add to, and get a result from, an accumulator.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/AggregateLambdaFactory.html" title="org.apache.calcite.adapter.enumerable中的接口">AggregateLambdaFactory</a>&lt;TSource,TOrigAccumulate,TAccumulate,TResult,TKey&gt;</td>
<td class="colLast">
<div class="block">Generates lambda functions used in <a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableAggregate.html" title="org.apache.calcite.adapter.enumerable中的类"><code>EnumerableAggregate</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/AggResetContext.html" title="org.apache.calcite.adapter.enumerable中的接口">AggResetContext</a></td>
<td class="colLast">
<div class="block">Information for a call to
<a href="../../../../../org/apache/calcite/adapter/enumerable/AggImplementor.html#implementReset-org.apache.calcite.adapter.enumerable.AggContext-org.apache.calcite.adapter.enumerable.AggResetContext-"><code>AggImplementor.implementReset(AggContext, AggResetContext)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/AggResultContext.html" title="org.apache.calcite.adapter.enumerable中的接口">AggResultContext</a></td>
<td class="colLast">
<div class="block">Information for a call to
<a href="../../../../../org/apache/calcite/adapter/enumerable/AggImplementor.html#implementResult-org.apache.calcite.adapter.enumerable.AggContext-org.apache.calcite.adapter.enumerable.AggResultContext-"><code>AggImplementor.implementResult(AggContext, AggResultContext)</code></a>
Typically, the aggregation implementation will convert
<a href="../../../../../org/apache/calcite/adapter/enumerable/AggResetContext.html#accumulator--"><code>AggResetContext.accumulator()</code></a> to the resulting value of the aggregation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/CallImplementor.html" title="org.apache.calcite.adapter.enumerable中的接口">CallImplementor</a></td>
<td class="colLast">
<div class="block">Implements a call via given translator.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableRel.html" title="org.apache.calcite.adapter.enumerable中的接口">EnumerableRel</a></td>
<td class="colLast">
<div class="block">A relational expression of one of the
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>EnumerableConvention</code></a> calling
conventions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/LazyAggregateLambdaFactory.LazyAccumulator.html" title="org.apache.calcite.adapter.enumerable中的接口">LazyAggregateLambdaFactory.LazyAccumulator</a>&lt;TOrigAccumulate,TSource&gt;</td>
<td class="colLast">
<div class="block">Accumulate on the cached input sources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/MatchImplementor.html" title="org.apache.calcite.adapter.enumerable中的接口">MatchImplementor</a></td>
<td class="colLast">
<div class="block">Implementor of Functions used in MATCH_RECOGNIZE Context.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/NestedBlockBuilder.html" title="org.apache.calcite.adapter.enumerable中的接口">NestedBlockBuilder</a></td>
<td class="colLast">
<div class="block">Allows to build nested code blocks with tracking of current context and the
nullability of particular <a href="../../../../../org/apache/calcite/rex/RexNode.html" title="org.apache.calcite.rex中的类"><code>RexNode</code></a> expressions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/NotNullImplementor.html" title="org.apache.calcite.adapter.enumerable中的接口">NotNullImplementor</a></td>
<td class="colLast">
<div class="block">Simplified version of
<a href="../../../../../org/apache/calcite/adapter/enumerable/CallImplementor.html" title="org.apache.calcite.adapter.enumerable中的接口"><code>CallImplementor</code></a>
that does not know about null semantics.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/PhysType.html" title="org.apache.calcite.adapter.enumerable中的接口">PhysType</a></td>
<td class="colLast">
<div class="block">Physical type of a row.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/RexToLixTranslator.InputGetter.html" title="org.apache.calcite.adapter.enumerable中的接口">RexToLixTranslator.InputGetter</a></td>
<td class="colLast">
<div class="block">Translates a field of an input to an expression.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/TableValuedFunctionCallImplementor.html" title="org.apache.calcite.adapter.enumerable中的接口">TableValuedFunctionCallImplementor</a></td>
<td class="colLast">
<div class="block">Implements a table-valued function call.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/WinAggAddContext.html" title="org.apache.calcite.adapter.enumerable中的接口">WinAggAddContext</a></td>
<td class="colLast">
<div class="block">Information for a call to
<a href="../../../../../org/apache/calcite/adapter/enumerable/AggImplementor.html#implementAdd-org.apache.calcite.adapter.enumerable.AggContext-org.apache.calcite.adapter.enumerable.AggAddContext-"><code>AggImplementor.implementAdd(AggContext, AggAddContext)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/WinAggContext.html" title="org.apache.calcite.adapter.enumerable中的接口">WinAggContext</a></td>
<td class="colLast">
<div class="block">Marker interface to allow
<a href="../../../../../org/apache/calcite/adapter/enumerable/AggImplementor.html" title="org.apache.calcite.adapter.enumerable中的接口"><code>AggImplementor</code></a>
to tell if it is used in regular or windowed context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/WinAggFrameContext.html" title="org.apache.calcite.adapter.enumerable中的接口">WinAggFrameContext</a></td>
<td class="colLast">
<div class="block">Provides information on the current window.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/WinAggFrameResultContext.html" title="org.apache.calcite.adapter.enumerable中的接口">WinAggFrameResultContext</a></td>
<td class="colLast">
<div class="block">Provides information on the current window when computing the result of
the aggregation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/WinAggImplementor.html" title="org.apache.calcite.adapter.enumerable中的接口">WinAggImplementor</a></td>
<td class="colLast">
<div class="block">Implements a windowed aggregate function by generating expressions to
initialize, add to, and get a result from, an accumulator.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/WinAggResetContext.html" title="org.apache.calcite.adapter.enumerable中的接口">WinAggResetContext</a></td>
<td class="colLast">
<div class="block">Information for a call to
<a href="../../../../../org/apache/calcite/adapter/enumerable/AggImplementor.html#implementReset-org.apache.calcite.adapter.enumerable.AggContext-org.apache.calcite.adapter.enumerable.AggResetContext-"><code>AggImplementor.implementReset(AggContext, AggResetContext)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/WinAggResultContext.html" title="org.apache.calcite.adapter.enumerable中的接口">WinAggResultContext</a></td>
<td class="colLast">
<div class="block">Information for a call to
<a href="../../../../../org/apache/calcite/adapter/enumerable/AggImplementor.html#implementResult-org.apache.calcite.adapter.enumerable.AggContext-org.apache.calcite.adapter.enumerable.AggResultContext-"><code>AggImplementor.implementResult(AggContext, AggResultContext)</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="类概要表, 列表类和解释">
<caption><span>类概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col"></th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/AggImpState.html" title="org.apache.calcite.adapter.enumerable中的类">AggImpState</a></td>
<td class="colLast">
<div class="block">Represents internal state when implementing aggregate functions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/BasicAggregateLambdaFactory.html" title="org.apache.calcite.adapter.enumerable中的类">BasicAggregateLambdaFactory</a>&lt;TSource,TAccumulate,TResult,TKey&gt;</td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/adapter/enumerable/AggregateLambdaFactory.html" title="org.apache.calcite.adapter.enumerable中的接口"><code>AggregateLambdaFactory</code></a> that applies a sequence of
accumulator adders to input source.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/BasicLazyAccumulator.html" title="org.apache.calcite.adapter.enumerable中的类">BasicLazyAccumulator</a>&lt;TAccumulate,TSource&gt;</td>
<td class="colLast">
<div class="block">Performs accumulation against a pre-collected list of input sources,
used with <a href="../../../../../org/apache/calcite/adapter/enumerable/LazyAggregateLambdaFactory.html" title="org.apache.calcite.adapter.enumerable中的类"><code>LazyAggregateLambdaFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableAggregate.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableAggregate</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类"><code>Aggregate</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableBatchNestedLoopJoin.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableBatchNestedLoopJoin</a></td>
<td class="colLast">
<div class="block">Implementation of batch nested loop join in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableBatchNestedLoopJoinRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableBatchNestedLoopJoinRule</a></td>
<td class="colLast">
<div class="block">Planner rule that converts a
<a href="../../../../../org/apache/calcite/rel/logical/LogicalJoin.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalJoin</code></a> into an
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableBatchNestedLoopJoin.html" title="org.apache.calcite.adapter.enumerable中的类"><code>EnumerableBatchNestedLoopJoin</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableBindable.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableBindable</a></td>
<td class="colLast">
<div class="block">Relational expression that converts an enumerable input to interpretable
calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableBindable.EnumerableToBindableConverterRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableBindable.EnumerableToBindableConverterRule</a></td>
<td class="colLast">
<div class="block">Rule that converts any enumerable relational expression to bindable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableCalc.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableCalc</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Calc.html" title="org.apache.calcite.rel.core中的类"><code>Calc</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableCollect.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableCollect</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Collect.html" title="org.apache.calcite.rel.core中的类"><code>Collect</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableCorrelate.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableCorrelate</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Correlate.html" title="org.apache.calcite.rel.core中的类"><code>Correlate</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableCorrelateRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableCorrelateRule</a></td>
<td class="colLast">
<div class="block">Implementation of nested loops over enumerable inputs.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableFilter.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableFilter</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Filter.html" title="org.apache.calcite.rel.core中的类"><code>Filter</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableFilterToCalcRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableFilterToCalcRule</a></td>
<td class="colLast">
<div class="block">Variant of <a href="../../../../../org/apache/calcite/rel/rules/FilterToCalcRule.html" title="org.apache.calcite.rel.rules中的类"><code>FilterToCalcRule</code></a> for
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableHashJoin.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableHashJoin</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Join.html" title="org.apache.calcite.rel.core中的类"><code>Join</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableInterpretable.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableInterpretable</a></td>
<td class="colLast">
<div class="block">Relational expression that converts an enumerable input to interpretable
calling convention.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableInterpreter.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableInterpreter</a></td>
<td class="colLast">
<div class="block">Relational expression that executes its children using an interpreter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableInterpreterRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableInterpreterRule</a></td>
<td class="colLast">
<div class="block">Planner rule that converts <a href="../../../../../org/apache/calcite/interpreter/BindableRel.html" title="org.apache.calcite.interpreter中的接口"><code>BindableRel</code></a>
to <a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableRel.html" title="org.apache.calcite.adapter.enumerable中的接口"><code>EnumerableRel</code></a> by creating
an <a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableInterpreter.html" title="org.apache.calcite.adapter.enumerable中的类"><code>EnumerableInterpreter</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableIntersect.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableIntersect</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Intersect.html" title="org.apache.calcite.rel.core中的类"><code>Intersect</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableLimit.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableLimit</a></td>
<td class="colLast">
<div class="block">Relational expression that applies a limit and/or offset to its input.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableMatch.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableMatch</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Match.html" title="org.apache.calcite.rel.core中的类"><code>Match</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableMatchRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableMatchRule</a></td>
<td class="colLast">
<div class="block">Rule to convert a <a href="../../../../../org/apache/calcite/rel/logical/LogicalMatch.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalMatch</code></a> to an
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableMatch.html" title="org.apache.calcite.adapter.enumerable中的类"><code>EnumerableMatch</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableMergeJoin.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableMergeJoin</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Join.html" title="org.apache.calcite.rel.core中的类"><code>Join</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a> using
a merge algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableMinus.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableMinus</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Minus.html" title="org.apache.calcite.rel.core中的类"><code>Minus</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableNestedLoopJoin.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableNestedLoopJoin</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Join.html" title="org.apache.calcite.rel.core中的类"><code>Join</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>
that allows conditions that are not just <code>=</code> (equals).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableProject.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableProject</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Project.html" title="org.apache.calcite.rel.core中的类"><code>Project</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableProjectToCalcRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableProjectToCalcRule</a></td>
<td class="colLast">
<div class="block">Variant of <a href="../../../../../org/apache/calcite/rel/rules/ProjectToCalcRule.html" title="org.apache.calcite.rel.rules中的类"><code>ProjectToCalcRule</code></a> for
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableRel.Result.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableRel.Result</a></td>
<td class="colLast">
<div class="block">Result of implementing an enumerable relational expression by generating
Java code.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableRelImplementor.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableRelImplementor</a></td>
<td class="colLast">
<div class="block">Subclass of <a href="../../../../../org/apache/calcite/plan/RelImplementor.html" title="org.apache.calcite.plan中的接口"><code>RelImplementor</code></a> for relational
operators of <a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>EnumerableConvention</code></a> calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableRepeatUnion.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableRepeatUnion</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/RepeatUnion.html" title="org.apache.calcite.rel.core中的类"><code>RepeatUnion</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableRepeatUnionRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableRepeatUnionRule</a></td>
<td class="colLast">
<div class="block">Rule to convert a <a href="../../../../../org/apache/calcite/rel/logical/LogicalRepeatUnion.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalRepeatUnion</code></a> into an <a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableRepeatUnion.html" title="org.apache.calcite.adapter.enumerable中的类"><code>EnumerableRepeatUnion</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableRules.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableRules</a></td>
<td class="colLast">
<div class="block">Rules and relational operators for the
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableSort.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableSort</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Sort.html" title="org.apache.calcite.rel.core中的类"><code>Sort</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableTableFunctionScan.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableTableFunctionScan</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/TableFunctionScan.html" title="org.apache.calcite.rel.core中的类"><code>TableFunctionScan</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableTableFunctionScanRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableTableFunctionScanRule</a></td>
<td class="colLast">
<div class="block">Planner rule that converts a
<a href="../../../../../org/apache/calcite/rel/logical/LogicalTableFunctionScan.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalTableFunctionScan</code></a>
relational expression
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableTableModify.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableTableModify</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/TableModify.html" title="org.apache.calcite.rel.core中的类"><code>TableModify</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableTableModifyRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableTableModifyRule</a></td>
<td class="colLast">
<div class="block">Planner rule that converts a
<a href="../../../../../org/apache/calcite/rel/logical/LogicalTableModify.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalTableModify</code></a>
relational expression
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableTableScan.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableTableScan</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/TableScan.html" title="org.apache.calcite.rel.core中的类"><code>TableScan</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableTableScanRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableTableScanRule</a></td>
<td class="colLast">
<div class="block">Planner rule that converts a
<a href="../../../../../org/apache/calcite/rel/logical/LogicalTableFunctionScan.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalTableFunctionScan</code></a>
relational expression
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableTableSpool.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableTableSpool</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/TableSpool.html" title="org.apache.calcite.rel.core中的类"><code>TableSpool</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>
that writes into a <a href="../../../../../org/apache/calcite/schema/ModifiableTable.html" title="org.apache.calcite.schema中的接口"><code>ModifiableTable</code></a> (which must exist in the current
schema).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableTableSpoolRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableTableSpoolRule</a></td>
<td class="colLast">
<div class="block">Rule to convert a <a href="../../../../../org/apache/calcite/rel/logical/LogicalTableSpool.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalTableSpool</code></a> into an
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableTableSpool.html" title="org.apache.calcite.adapter.enumerable中的类"><code>EnumerableTableSpool</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableUncollect.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableUncollect</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Uncollect.html" title="org.apache.calcite.rel.core中的类"><code>Uncollect</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableUnion.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableUnion</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Union.html" title="org.apache.calcite.rel.core中的类"><code>Union</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableValues.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableValues</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Values.html" title="org.apache.calcite.rel.core中的类"><code>Values</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableValuesRule.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableValuesRule</a></td>
<td class="colLast">
<div class="block">Planner rule that converts a
<a href="../../../../../org/apache/calcite/rel/logical/LogicalValues.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalValues</code></a>
relational expression
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableWindow.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableWindow</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/rel/core/Window.html" title="org.apache.calcite.rel.core中的类"><code>Window</code></a> in
<a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举"><code>enumerable calling convention</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumUtils.html" title="org.apache.calcite.adapter.enumerable中的类">EnumUtils</a></td>
<td class="colLast">
<div class="block">Utilities for generating programs in the Enumerable (functional)
style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/JavaRelImplementor.html" title="org.apache.calcite.adapter.enumerable中的类">JavaRelImplementor</a></td>
<td class="colLast">
<div class="block">Abstract base class for implementations of <a href="../../../../../org/apache/calcite/plan/RelImplementor.html" title="org.apache.calcite.plan中的接口"><code>RelImplementor</code></a>
that generate java code.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/LazyAggregateLambdaFactory.html" title="org.apache.calcite.adapter.enumerable中的类">LazyAggregateLambdaFactory</a>&lt;TSource,TKey,TOrigAccumulate,TResult&gt;</td>
<td class="colLast">
<div class="block">Generate aggregate lambdas that preserve the input source before calling each
aggregate adder, this implementation is generally used when we need to sort the input
before performing aggregation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/LazyAggregateLambdaFactory.LazySource.html" title="org.apache.calcite.adapter.enumerable中的类">LazyAggregateLambdaFactory.LazySource</a>&lt;TSource&gt;</td>
<td class="colLast">
<div class="block">Cache the input sources.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/MatchUtils.html" title="org.apache.calcite.adapter.enumerable中的类">MatchUtils</a></td>
<td class="colLast">
<div class="block">Class with static Helpers for MATCH_RECOGNIZE.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/NestedBlockBuilderImpl.html" title="org.apache.calcite.adapter.enumerable中的类">NestedBlockBuilderImpl</a></td>
<td class="colLast">
<div class="block">Allows to build nested code blocks with tracking of current context and the
nullability of particular <a href="../../../../../org/apache/calcite/rex/RexNode.html" title="org.apache.calcite.rex中的类"><code>RexNode</code></a> expressions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/PhysTypeImpl.html" title="org.apache.calcite.adapter.enumerable中的类">PhysTypeImpl</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/adapter/enumerable/PhysType.html" title="org.apache.calcite.adapter.enumerable中的接口"><code>PhysType</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/ReflectiveCallNotNullImplementor.html" title="org.apache.calcite.adapter.enumerable中的类">ReflectiveCallNotNullImplementor</a></td>
<td class="colLast">
<div class="block">Implementation of
<a href="../../../../../org/apache/calcite/adapter/enumerable/NotNullImplementor.html" title="org.apache.calcite.adapter.enumerable中的接口"><code>NotNullImplementor</code></a>
that calls a given <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="java.lang.reflect中的类或接口"><code>Method</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/RexImpTable.html" title="org.apache.calcite.adapter.enumerable中的类">RexImpTable</a></td>
<td class="colLast">
<div class="block">Contains implementations of Rex operators as Java code.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/RexImpTable.LagImplementor.html" title="org.apache.calcite.adapter.enumerable中的类">RexImpTable.LagImplementor</a></td>
<td class="colLast">
<div class="block">Implementor for the <code>LAG</code> windowed aggregate function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/RexImpTable.LeadImplementor.html" title="org.apache.calcite.adapter.enumerable中的类">RexImpTable.LeadImplementor</a></td>
<td class="colLast">
<div class="block">Implementor for the <code>LEAD</code> windowed aggregate function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/RexImpTable.UserDefinedAggReflectiveImplementor.html" title="org.apache.calcite.adapter.enumerable中的类">RexImpTable.UserDefinedAggReflectiveImplementor</a></td>
<td class="colLast">
<div class="block">Implementor for user-defined aggregate functions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/RexToLixTranslator.html" title="org.apache.calcite.adapter.enumerable中的类">RexToLixTranslator</a></td>
<td class="colLast">
<div class="block">Translates <a href="../../../../../org/apache/calcite/rex/RexNode.html" title="org.apache.calcite.rex中的类"><code>REX expressions</code></a> to
<a href="../../../../../org/apache/calcite/linq4j/tree/Expression.html" title="org.apache.calcite.linq4j.tree中的类"><code>linq4j expressions</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/RexToLixTranslator.InputGetterImpl.html" title="org.apache.calcite.adapter.enumerable中的类">RexToLixTranslator.InputGetterImpl</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/calcite/adapter/enumerable/RexToLixTranslator.InputGetter.html" title="org.apache.calcite.adapter.enumerable中的接口"><code>RexToLixTranslator.InputGetter</code></a> that calls
<a href="../../../../../org/apache/calcite/adapter/enumerable/PhysType.html#fieldReference-org.apache.calcite.linq4j.tree.Expression-int-"><code>PhysType.fieldReference(org.apache.calcite.linq4j.tree.Expression, int)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/SourceSorter.html" title="org.apache.calcite.adapter.enumerable中的类">SourceSorter</a>&lt;TAccumulate,TSource,TSortKey&gt;</td>
<td class="colLast">
<div class="block">Helper that combines the sorting process and accumulating process against the
aggregate execution, used with <a href="../../../../../org/apache/calcite/adapter/enumerable/LazyAggregateLambdaFactory.html" title="org.apache.calcite.adapter.enumerable中的类"><code>LazyAggregateLambdaFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/StrictAggImplementor.html" title="org.apache.calcite.adapter.enumerable中的类">StrictAggImplementor</a></td>
<td class="colLast">
<div class="block">The base implementation of strict aggregate function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/StrictWinAggImplementor.html" title="org.apache.calcite.adapter.enumerable中的类">StrictWinAggImplementor</a></td>
<td class="colLast">
<div class="block">The base implementation of strict window aggregate function.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举概要表, 列表枚举和解释">
<caption><span>枚举概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">枚举</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableConvention.html" title="org.apache.calcite.adapter.enumerable中的枚举">EnumerableConvention</a></td>
<td class="colLast">
<div class="block">Family of calling conventions that return results as an
<a href="../../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerable</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/EnumerableRel.Prefer.html" title="org.apache.calcite.adapter.enumerable中的枚举">EnumerableRel.Prefer</a></td>
<td class="colLast">
<div class="block">Preferred physical type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/JavaRowFormat.html" title="org.apache.calcite.adapter.enumerable中的枚举">JavaRowFormat</a></td>
<td class="colLast">
<div class="block">How a row is represented as a Java value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/NullPolicy.html" title="org.apache.calcite.adapter.enumerable中的枚举">NullPolicy</a></td>
<td class="colLast">
<div class="block">Describes when a function/operator will return null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/RexImpTable.NullAs.html" title="org.apache.calcite.adapter.enumerable中的枚举">RexImpTable.NullAs</a></td>
<td class="colLast">
<div class="block">Strategy what an operator should return if one of its
arguments is null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/calcite/adapter/enumerable/WinAggImplementor.SeekType.html" title="org.apache.calcite.adapter.enumerable中的枚举">WinAggImplementor.SeekType</a></td>
<td class="colLast">
<div class="block">Allows to access rows in window partition relative to first/last and
current row.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="程序包org.apache.calcite.adapter.enumerable的说明">程序包org.apache.calcite.adapter.enumerable的说明</h2>
<div class="block">Query optimizer rules for Java calling convention.</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li class="navBarCell1Rev">程序包</li>
<li></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/calcite/adapter/elasticsearch/package-summary.html">上一个程序包</a></li>
<li><a href="../../../../../org/apache/calcite/adapter/enumerable/impl/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/calcite/adapter/enumerable/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">所有类</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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; 2012-2020 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>