blob: 1570b5d13ceab513699aaa5cf75a39026bea892e [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.adapter.enumerable Class Hierarchy (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.adapter.enumerable Class Hierarchy (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><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</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 class="title">Hierarchy For Package org.apache.calcite.adapter.enumerable</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<section role="region">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li class="circle">java.lang.Object
<ul>
<li class="circle">org.apache.calcite.rel.<a href="../../rel/AbstractRelNode.html" title="class in org.apache.calcite.rel"><span class="typeNameLink">AbstractRelNode</span></a> (implements org.apache.calcite.rel.<a href="../../rel/RelNode.html" title="interface in org.apache.calcite.rel">RelNode</a>)
<ul>
<li class="circle">org.apache.calcite.rel.<a href="../../rel/BiRel.html" title="class in org.apache.calcite.rel"><span class="typeNameLink">BiRel</span></a>
<ul>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Correlate.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Correlate</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableCorrelate.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableCorrelate</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Join.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Join</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableBatchNestedLoopJoin.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableBatchNestedLoopJoin</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableHashJoin.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableHashJoin</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableMergeJoin.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableMergeJoin</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableNestedLoopJoin.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableNestedLoopJoin</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/RepeatUnion.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">RepeatUnion</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableRepeatUnion.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableRepeatUnion</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/SetOp.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">SetOp</span></a>
<ul>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Intersect.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Intersect</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableIntersect.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableIntersect</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Minus.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Minus</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableMinus.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableMinus</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Union.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Union</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableUnion.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableUnion</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.<a href="../../rel/SingleRel.html" title="class in org.apache.calcite.rel"><span class="typeNameLink">SingleRel</span></a>
<ul>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Aggregate.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Aggregate</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableAggregate.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableAggregate</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Calc.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Calc</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableCalc.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableCalc</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Collect.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Collect</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableCollect.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableCollect</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.convert.<a href="../../rel/convert/ConverterImpl.html" title="class in org.apache.calcite.rel.convert"><span class="typeNameLink">ConverterImpl</span></a> (implements org.apache.calcite.rel.convert.<a href="../../rel/convert/Converter.html" title="interface in org.apache.calcite.rel.convert">Converter</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableBindable.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableBindable</span></a> (implements org.apache.calcite.interpreter.<a href="../../interpreter/BindableRel.html" title="interface in org.apache.calcite.interpreter">BindableRel</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableInterpretable.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableInterpretable</span></a> (implements org.apache.calcite.interpreter.<a href="../../interpreter/InterpretableRel.html" title="interface in org.apache.calcite.interpreter">InterpretableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableInterpreter.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableInterpreter</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableLimit.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableLimit</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Filter.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Filter</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableFilter.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableFilter</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Match.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Match</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableMatch.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableMatch</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Project.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Project</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableProject.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableProject</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Sort.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Sort</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableSort.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableSort</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Spool.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Spool</span></a>
<ul>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/TableSpool.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">TableSpool</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableTableSpool.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableTableSpool</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/TableModify.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">TableModify</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableTableModify.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableTableModify</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Uncollect.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Uncollect</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableUncollect.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableUncollect</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Window.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Window</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableWindow.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableWindow</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/TableFunctionScan.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">TableFunctionScan</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableTableFunctionScan.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableTableFunctionScan</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/TableScan.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">TableScan</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableTableScan.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableTableScan</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.rel.core.<a href="../../rel/core/Values.html" title="class in org.apache.calcite.rel.core"><span class="typeNameLink">Values</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableValues.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableValues</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable">EnumerableRel</a>)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="AggImpState.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">AggImpState</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="BasicAggregateLambdaFactory.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">BasicAggregateLambdaFactory</span></a>&lt;TSource,&#8203;TAccumulate,&#8203;TResult,&#8203;TKey&gt; (implements org.apache.calcite.adapter.enumerable.<a href="AggregateLambdaFactory.html" title="interface in org.apache.calcite.adapter.enumerable">AggregateLambdaFactory</a>&lt;TSource,&#8203;TOrigAccumulate,&#8203;TAccumulate,&#8203;TResult,&#8203;TKey&gt;)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="BasicAggregateLambdaFactory.AccumulatorAdderSeq.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">BasicAggregateLambdaFactory.AccumulatorAdderSeq</span></a> (implements org.apache.calcite.linq4j.function.<a href="../../linq4j/function/Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;T0,&#8203;T1,&#8203;R&gt;)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="BasicLazyAccumulator.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">BasicLazyAccumulator</span></a>&lt;TAccumulate,&#8203;TSource&gt; (implements org.apache.calcite.adapter.enumerable.<a href="LazyAggregateLambdaFactory.LazyAccumulator.html" title="interface in org.apache.calcite.adapter.enumerable">LazyAggregateLambdaFactory.LazyAccumulator</a>&lt;TOrigAccumulate,&#8203;TSource&gt;)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="CodeGenerationBenchmark.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">CodeGenerationBenchmark</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="CodeGenerationBenchmark.CacheState.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">CodeGenerationBenchmark.CacheState</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="CodeGenerationBenchmark.PlanInfo.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">CodeGenerationBenchmark.PlanInfo</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="CodeGenerationBenchmark.QueryState.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">CodeGenerationBenchmark.QueryState</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableAggregate.AggContextImpl.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableAggregate.AggContextImpl</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="AggContext.html" title="interface in org.apache.calcite.adapter.enumerable">AggContext</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableInterpretable.EnumerableNode.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableInterpretable.EnumerableNode</span></a> (implements org.apache.calcite.interpreter.<a href="../../interpreter/Node.html" title="interface in org.apache.calcite.interpreter">Node</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableMatch.PrevInputGetter.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableMatch.PrevInputGetter</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="RexToLixTranslator.InputGetter.html" title="interface in org.apache.calcite.adapter.enumerable">RexToLixTranslator.InputGetter</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.Result.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableRel.Result</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableRelImplementor.TypeRegistrar.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableRelImplementor.TypeRegistrar</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableRules.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableRules</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableWindow.WindowRelInputGetter.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableWindow.WindowRelInputGetter</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="RexToLixTranslator.InputGetter.html" title="interface in org.apache.calcite.adapter.enumerable">RexToLixTranslator.InputGetter</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumUtils.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumUtils</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="JavaRelImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">JavaRelImplementor</span></a> (implements org.apache.calcite.plan.<a href="../../plan/RelImplementor.html" title="interface in org.apache.calcite.plan">RelImplementor</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableRelImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableRelImplementor</span></a></li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="LazyAggregateLambdaFactory.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">LazyAggregateLambdaFactory</span></a>&lt;TSource,&#8203;TKey,&#8203;TOrigAccumulate,&#8203;TResult&gt; (implements org.apache.calcite.adapter.enumerable.<a href="AggregateLambdaFactory.html" title="interface in org.apache.calcite.adapter.enumerable">AggregateLambdaFactory</a>&lt;TSource,&#8203;TOrigAccumulate,&#8203;TAccumulate,&#8203;TResult,&#8203;TKey&gt;)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="LazyAggregateLambdaFactory.LazySource.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">LazyAggregateLambdaFactory.LazySource</span></a>&lt;TSource&gt; (implements java.lang.Iterable&lt;T&gt;)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="NestedBlockBuilderImpl.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">NestedBlockBuilderImpl</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NestedBlockBuilder.html" title="interface in org.apache.calcite.adapter.enumerable">NestedBlockBuilder</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="PhysTypeImpl.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">PhysTypeImpl</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="PhysType.html" title="interface in org.apache.calcite.adapter.enumerable">PhysType</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="ReflectiveCallNotNullImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">ReflectiveCallNotNullImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)</li>
<li class="circle">org.apache.calcite.plan.<a href="../../plan/RelOptRule.html" title="class in org.apache.calcite.plan"><span class="typeNameLink">RelOptRule</span></a>
<ul>
<li class="circle">org.apache.calcite.rel.convert.<a href="../../rel/convert/ConverterRule.html" title="class in org.apache.calcite.rel.convert"><span class="typeNameLink">ConverterRule</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableAggregateRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableAggregateRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableBindable.EnumerableToBindableConverterRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableBindable.EnumerableToBindableConverterRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableCalcRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableCalcRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableCollectRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableCollectRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableCorrelateRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableCorrelateRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableFilterRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableFilterRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableInterpreterRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableInterpreterRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableIntersectRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableIntersectRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableJoinRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableJoinRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableMatchRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableMatchRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableMergeJoinRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableMergeJoinRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableMinusRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableMinusRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableProjectRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableProjectRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableRepeatUnionRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableRepeatUnionRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableSortRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableSortRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableTableFunctionScanRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableTableFunctionScanRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableTableModifyRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableTableModifyRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableTableScanRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableTableScanRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableTableSpoolRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableTableSpoolRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableUncollectRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableUncollectRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableUnionRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableUnionRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableValuesRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableValuesRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableWindowRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableWindowRule</span></a></li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableBatchNestedLoopJoinRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableBatchNestedLoopJoinRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableFilterToCalcRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableFilterToCalcRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableLimitRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableLimitRule</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableProjectToCalcRule.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableProjectToCalcRule</span></a></li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.BinaryImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.BinaryImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.CaseImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.CaseImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="CallImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">CallImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.CastImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.CastImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.CastOptimizedImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.CastOptimizedImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="CallImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">CallImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.CoalesceImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.CoalesceImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="CallImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">CallImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.DatetimeArithmeticImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.DatetimeArithmeticImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.ExtractImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.ExtractImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.FirstLastValueImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.FirstLastValueImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="WinAggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">WinAggImplementor</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.FirstValueImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.FirstValueImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.LastValueImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.LastValueImplementor</span></a></li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.GroupingImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.GroupingImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="AggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">AggImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.IsXxxImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.IsXxxImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="CallImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">CallImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.ItemImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.ItemImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="CallImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">CallImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.JsonArrayAggImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.JsonArrayAggImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="AggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">AggImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.JsonObjectAggImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.JsonObjectAggImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="AggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">AggImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.LeadLagImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.LeadLagImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="WinAggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">WinAggImplementor</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.LagImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.LagImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.LeadImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.LeadImplementor</span></a></li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.MethodImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.MethodImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.MethodNameImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.MethodNameImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.FloorImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.FloorImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.PeriodNameImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.PeriodNameImplementor</span></a></li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.NotImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.NotImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.NthValueImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.NthValueImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="WinAggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">WinAggImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.NtileImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.NtileImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="WinAggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">WinAggImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.ReinterpretImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.ReinterpretImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.SingleValueImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.SingleValueImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="AggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">AggImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.SystemFunctionImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.SystemFunctionImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="CallImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">CallImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.TrimImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.TrimImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.UnaryImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.UnaryImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">NotNullImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.ValueConstructorImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.ValueConstructorImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="CallImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">CallImplementor</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexToLixTranslator.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexToLixTranslator</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexToLixTranslator.InputGetterImpl.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexToLixTranslator.InputGetterImpl</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="RexToLixTranslator.InputGetter.html" title="interface in org.apache.calcite.adapter.enumerable">RexToLixTranslator.InputGetter</a>)</li>
<li class="circle">org.apache.calcite.rex.<a href="../../rex/RexVisitorImpl.html" title="class in org.apache.calcite.rex"><span class="typeNameLink">RexVisitorImpl</span></a>&lt;R&gt; (implements org.apache.calcite.rex.<a href="../../rex/RexVisitor.html" title="interface in org.apache.calcite.rex">RexVisitor</a>&lt;R&gt;)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableMatch.MaxHistoryFutureVisitor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableMatch.MaxHistoryFutureVisitor</span></a></li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="SourceSorter.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">SourceSorter</span></a>&lt;TAccumulate,&#8203;TSource,&#8203;TSortKey&gt; (implements org.apache.calcite.adapter.enumerable.<a href="LazyAggregateLambdaFactory.LazyAccumulator.html" title="interface in org.apache.calcite.adapter.enumerable">LazyAggregateLambdaFactory.LazyAccumulator</a>&lt;TOrigAccumulate,&#8203;TSource&gt;)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="StrictAggImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">StrictAggImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="AggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">AggImplementor</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.BitOpImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.BitOpImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.CollectImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.CollectImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.CountImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.CountImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.FusionImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.FusionImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.ListaggImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.ListaggImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.MinMaxImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.MinMaxImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.SumImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.SumImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.UserDefinedAggReflectiveImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.UserDefinedAggReflectiveImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="StrictWinAggImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">StrictWinAggImplementor</span></a> (implements org.apache.calcite.adapter.enumerable.<a href="WinAggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable">WinAggImplementor</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.CountWinImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.CountWinImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.RankImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.RankImplementor</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.DenseRankImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.DenseRankImplementor</span></a></li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.RowNumberImplementor.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.RowNumberImplementor</span></a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">java.lang.Throwable (implements java.io.Serializable)
<ul>
<li class="circle">java.lang.Exception
<ul>
<li class="circle">java.lang.RuntimeException
<ul>
<li class="circle">org.apache.calcite.util.<a href="../../util/ControlFlowException.html" title="class in org.apache.calcite.util"><span class="typeNameLink">ControlFlowException</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexToLixTranslator.AlwaysNull.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexToLixTranslator.AlwaysNull</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.linq4j.tree.<a href="../../linq4j/tree/VisitorImpl.html" title="class in org.apache.calcite.linq4j.tree"><span class="typeNameLink">VisitorImpl</span></a>&lt;R&gt; (implements org.apache.calcite.linq4j.tree.<a href="../../linq4j/tree/Visitor.html" title="interface in org.apache.calcite.linq4j.tree">Visitor</a>&lt;R&gt;)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableInterpretable.StaticFieldDetector.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableInterpretable.StaticFieldDetector</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableRelImplementor.TypeFinder.html" title="class in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableRelImplementor.TypeFinder</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
<section role="region">
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="AggContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">AggContext</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggContext</span></a></li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="AggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">AggImplementor</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggImplementor.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggImplementor</span></a></li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="AggregateLambdaFactory.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">AggregateLambdaFactory</span></a>&lt;TSource,&#8203;TOrigAccumulate,&#8203;TAccumulate,&#8203;TResult,&#8203;TKey&gt;</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="CallImplementor.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">CallImplementor</span></a></li>
<li class="circle">java.lang.Cloneable
<ul>
<li class="circle">org.apache.calcite.rel.<a href="../../rel/RelNode.html" title="interface in org.apache.calcite.rel"><span class="typeNameLink">RelNode</span></a> (also extends org.apache.calcite.plan.<a href="../../plan/RelOptNode.html" title="interface in org.apache.calcite.plan">RelOptNode</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableRel</span></a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="LazyAggregateLambdaFactory.LazyAccumulator.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">LazyAggregateLambdaFactory.LazyAccumulator</span></a>&lt;TOrigAccumulate,&#8203;TSource&gt;</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="NestedBlockBuilder.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">NestedBlockBuilder</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="AggResetContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">AggResetContext</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="AggResultContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">AggResultContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="NestedBlockBuilder.html" title="interface in org.apache.calcite.adapter.enumerable">NestedBlockBuilder</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="AggAddContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">AggAddContext</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggAddContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggAddContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="WinAggResultContext.html" title="interface in org.apache.calcite.adapter.enumerable">WinAggResultContext</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggResultContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggResultContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="WinAggFrameResultContext.html" title="interface in org.apache.calcite.adapter.enumerable">WinAggFrameResultContext</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggAddContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggAddContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="AggAddContext.html" title="interface in org.apache.calcite.adapter.enumerable">AggAddContext</a>)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggResetContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggResetContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="WinAggFrameContext.html" title="interface in org.apache.calcite.adapter.enumerable">WinAggFrameContext</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="AggResultContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">AggResultContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="AggResetContext.html" title="interface in org.apache.calcite.adapter.enumerable">AggResetContext</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="AggAddContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">AggAddContext</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggAddContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggAddContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="WinAggResultContext.html" title="interface in org.apache.calcite.adapter.enumerable">WinAggResultContext</a>)</li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggResultContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggResultContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="WinAggFrameResultContext.html" title="interface in org.apache.calcite.adapter.enumerable">WinAggFrameResultContext</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggAddContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggAddContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="AggAddContext.html" title="interface in org.apache.calcite.adapter.enumerable">AggAddContext</a>)</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="NotNullImplementor.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">NotNullImplementor</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="PhysType.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">PhysType</span></a></li>
<li class="circle">org.apache.calcite.plan.<a href="../../plan/RelOptNode.html" title="interface in org.apache.calcite.plan"><span class="typeNameLink">RelOptNode</span></a>
<ul>
<li class="circle">org.apache.calcite.rel.<a href="../../rel/RelNode.html" title="interface in org.apache.calcite.rel"><span class="typeNameLink">RelNode</span></a> (also extends java.lang.Cloneable)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableRel</span></a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexToLixTranslator.InputGetter.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexToLixTranslator.InputGetter</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggFrameContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggFrameContext</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggFrameResultContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggFrameResultContext</span></a>
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggResultContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggResultContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="AggResultContext.html" title="interface in org.apache.calcite.adapter.enumerable">AggResultContext</a>)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggAddContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggAddContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="AggAddContext.html" title="interface in org.apache.calcite.adapter.enumerable">AggAddContext</a>)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggResetContext.html" title="interface in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggResetContext</span></a> (also extends org.apache.calcite.adapter.enumerable.<a href="AggResetContext.html" title="interface in org.apache.calcite.adapter.enumerable">AggResetContext</a>)</li>
</ul>
</li>
</ul>
</section>
<section role="region">
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li class="circle">java.lang.Object
<ul>
<li class="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
<ul>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableConvention.html" title="enum in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableConvention</span></a> (implements org.apache.calcite.plan.<a href="../../plan/Convention.html" title="interface in org.apache.calcite.plan">Convention</a>)</li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="EnumerableRel.Prefer.html" title="enum in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">EnumerableRel.Prefer</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="JavaRowFormat.html" title="enum in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">JavaRowFormat</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="NullPolicy.html" title="enum in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">NullPolicy</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="RexImpTable.NullAs.html" title="enum in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">RexImpTable.NullAs</span></a></li>
<li class="circle">org.apache.calcite.adapter.enumerable.<a href="WinAggImplementor.SeekType.html" title="enum in org.apache.calcite.adapter.enumerable"><span class="typeNameLink">WinAggImplementor.SeekType</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</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>