blob: 0df8d8935ff2bb12ccd27e91a7556e7c8a1e4b1e [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.linq4j (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.linq4j (Apache Calcite API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.calcite.linq4j</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">Language-integrated query for Java (linq4j) main package.</div>
</section>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Exposes the enumerator, which supports a simple iteration over a collection.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Enumerator.html" title="interface in org.apache.calcite.linq4j">Enumerator</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Supports a simple iteration over a collection.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ExtendedEnumerable.html" title="interface in org.apache.calcite.linq4j">ExtendedEnumerable</a>&lt;TSource&gt;</th>
<td class="colLast">
<div class="block">Extension methods in <a href="Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ExtendedOrderedEnumerable.html" title="interface in org.apache.calcite.linq4j">ExtendedOrderedEnumerable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Extension methods for <a href="OrderedEnumerable.html" title="interface in org.apache.calcite.linq4j"><code>OrderedEnumerable</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ExtendedOrderedQueryable.html" title="interface in org.apache.calcite.linq4j">ExtendedOrderedQueryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Extension methods for <a href="OrderedQueryable.html" title="interface in org.apache.calcite.linq4j"><code>OrderedQueryable</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ExtendedQueryable.html" title="interface in org.apache.calcite.linq4j">ExtendedQueryable</a>&lt;TSource&gt;</th>
<td class="colLast">
<div class="block">Extension methods in Queryable.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Represents a collection of objects that have a common key.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Lookup.html" title="interface in org.apache.calcite.linq4j">Lookup</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Represents a collection of keys each mapped to one or more values.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="OrderedEnumerable.html" title="interface in org.apache.calcite.linq4j">OrderedEnumerable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Represents the result of applying a sorting operation to an
<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="OrderedQueryable.html" title="interface in org.apache.calcite.linq4j">OrderedQueryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Represents the result of applying a sorting operation to a <a href="Queryable.html" title="interface in org.apache.calcite.linq4j"><code>Queryable</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Queryable.html" title="interface in org.apache.calcite.linq4j">Queryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Provides functionality to evaluate queries against a specific data source
wherein the type of the data is known.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QueryableDefaults.Replayable.html" title="interface in org.apache.calcite.linq4j">QueryableDefaults.Replayable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Replayable.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="QueryableFactory.html" title="interface in org.apache.calcite.linq4j">QueryableFactory</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Factory for building <a href="Queryable.html" title="interface in org.apache.calcite.linq4j"><code>Queryable</code></a> objects.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QueryProvider.html" title="interface in org.apache.calcite.linq4j">QueryProvider</a></th>
<td class="colLast">
<div class="block">Defines methods to create and execute queries that are described by a
<a href="Queryable.html" title="interface in org.apache.calcite.linq4j"><code>Queryable</code></a> object.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="RawEnumerable.html" title="interface in org.apache.calcite.linq4j">RawEnumerable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Exposes the enumerator, which supports a simple iteration over a collection,
without the extension methods.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="RawQueryable.html" title="interface in org.apache.calcite.linq4j">RawQueryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Core methods that define a <a href="Queryable.html" title="interface in org.apache.calcite.linq4j"><code>Queryable</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AbstractEnumerable.html" title="class in org.apache.calcite.linq4j">AbstractEnumerable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Abstract implementation of the <a href="Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a> interface that
implements the extension methods.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AbstractEnumerable2.html" title="class in org.apache.calcite.linq4j">AbstractEnumerable2</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Abstract implementation of the <a href="Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a>
interface that implements the extension methods.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AbstractQueryable.html" title="class in org.apache.calcite.linq4j">AbstractQueryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Abstract implementation of the <a href="Queryable.html" title="interface in org.apache.calcite.linq4j"><code>Queryable</code></a> interface that implements
the extension methods.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BaseQueryable.html" title="class in org.apache.calcite.linq4j">BaseQueryable</a>&lt;TSource&gt;</th>
<td class="colLast">
<div class="block">Skeleton implementation of <a href="Queryable.html" title="interface in org.apache.calcite.linq4j"><code>Queryable</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CartesianProductEnumerator.html" title="class in org.apache.calcite.linq4j">CartesianProductEnumerator</a>&lt;T,&#8203;E&gt;</th>
<td class="colLast">
<div class="block">Enumerator over the cartesian product of enumerators.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DefaultEnumerable.html" title="class in org.apache.calcite.linq4j">DefaultEnumerable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of the <a href="Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a> interface
that implements the extension methods by calling into the <a href="Extensions.html" title="class in org.apache.calcite.linq4j"><code>Extensions</code></a>
class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DefaultQueryable.html" title="class in org.apache.calcite.linq4j">DefaultQueryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of the <a href="Queryable.html" title="interface in org.apache.calcite.linq4j"><code>Queryable</code></a> interface that
implements the extension methods by calling into the <a href="Extensions.html" title="class in org.apache.calcite.linq4j"><code>Extensions</code></a>
class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DelegatingEnumerator.html" title="class in org.apache.calcite.linq4j">DelegatingEnumerator</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Simple enumerator that just delegates all calls to the passed enumerator.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EnumerableDefaults.html" title="class in org.apache.calcite.linq4j">EnumerableDefaults</a></th>
<td class="colLast">
<div class="block">Default implementations of methods in the <a href="Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="EnumerableDefaults.CastingEnumerator.html" title="class in org.apache.calcite.linq4j">EnumerableDefaults.CastingEnumerator</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Enumerator that casts each value.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EnumerableDefaults.LookupResultEnumerable.html" title="class in org.apache.calcite.linq4j">EnumerableDefaults.LookupResultEnumerable</a>&lt;TResult,&#8203;TKey,&#8203;TAccumulate&gt;</th>
<td class="colLast">
<div class="block">Reads a populated map, applying a selector function.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="EnumerableDefaults.MergeJoinEnumerator.html" title="class in org.apache.calcite.linq4j">EnumerableDefaults.MergeJoinEnumerator</a>&lt;TResult,&#8203;TSource,&#8203;TInner,&#8203;TKey extends java.lang.Comparable&lt;TKey&gt;&gt;</th>
<td class="colLast">
<div class="block">Enumerator that performs a merge join on its sorted inputs.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EnumerableDefaults.SkipWhileEnumerator.html" title="class in org.apache.calcite.linq4j">EnumerableDefaults.SkipWhileEnumerator</a>&lt;TSource&gt;</th>
<td class="colLast">
<div class="block">Enumerator that implements skip-while.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="EnumerableDefaults.TakeWhileEnumerator.html" title="class in org.apache.calcite.linq4j">EnumerableDefaults.TakeWhileEnumerator</a>&lt;TSource&gt;</th>
<td class="colLast">
<div class="block">Enumerable that implements take-while.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EnumerableDefaults.TakeWhileLongEnumerator.html" title="class in org.apache.calcite.linq4j">EnumerableDefaults.TakeWhileLongEnumerator</a>&lt;TSource&gt;</th>
<td class="colLast">
<div class="block">Enumerable that implements take-while.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="EnumerableDefaults.WrapMap.html" title="class in org.apache.calcite.linq4j">EnumerableDefaults.WrapMap</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Map that wraps each value.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EnumerableDefaults.Wrapped.html" title="class in org.apache.calcite.linq4j">EnumerableDefaults.Wrapped</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Value wrapped with a comparer.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="EnumerableOrderedQueryable.html" title="class in org.apache.calcite.linq4j">EnumerableOrderedQueryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="OrderedQueryable.html" title="interface in org.apache.calcite.linq4j"><code>OrderedQueryable</code></a> by an
<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EnumerableQueryable.html" title="class in org.apache.calcite.linq4j">EnumerableQueryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="Queryable.html" title="interface in org.apache.calcite.linq4j"><code>Queryable</code></a> by a <a href="Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Extensions.html" title="class in org.apache.calcite.linq4j">Extensions</a></th>
<td class="colLast">
<div class="block">Contains what, in LINQ.NET, would be extension methods.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="GroupingImpl.html" title="class in org.apache.calcite.linq4j">GroupingImpl</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="Grouping.html" title="interface in org.apache.calcite.linq4j"><code>Grouping</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Linq4j.html" title="class in org.apache.calcite.linq4j">Linq4j</a></th>
<td class="colLast">
<div class="block">Utility and factory methods for Linq4j.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Linq4j.CartesianProductListEnumerator.html" title="class in org.apache.calcite.linq4j">Linq4j.CartesianProductListEnumerator</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Enumerates over the cartesian product of the given lists, returning
a list for each row.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Linq4j.CollectionEnumerable.html" title="class in org.apache.calcite.linq4j">Linq4j.CollectionEnumerable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Collection enumerable.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Linq4j.CompositeEnumerable.html" title="class in org.apache.calcite.linq4j">Linq4j.CompositeEnumerable</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Composite enumerable.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Linq4j.EnumeratorIterator.html" title="class in org.apache.calcite.linq4j">Linq4j.EnumeratorIterator</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Iterator that reads from an underlying <a href="Enumerator.html" title="interface in org.apache.calcite.linq4j"><code>Enumerator</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Linq4j.IterableEnumerable.html" title="class in org.apache.calcite.linq4j">Linq4j.IterableEnumerable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Iterable enumerable.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Linq4j.IterableEnumerator.html" title="class in org.apache.calcite.linq4j">Linq4j.IterableEnumerator</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Iterable enumerator.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Linq4j.ListEnumerable.html" title="class in org.apache.calcite.linq4j">Linq4j.ListEnumerable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">List enumerable.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Linq4j.ListEnumerator.html" title="class in org.apache.calcite.linq4j">Linq4j.ListEnumerator</a>&lt;V&gt;</th>
<td class="colLast">
<div class="block">Enumerator optimized for random-access list.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Linq4j.SingletonEnumerator.html" title="class in org.apache.calcite.linq4j">Linq4j.SingletonEnumerator</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Enumerator that returns one element.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Linq4j.SingletonNullEnumerator.html" title="class in org.apache.calcite.linq4j">Linq4j.SingletonNullEnumerator</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Enumerator that returns one null element.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LookupImpl.html" title="class in org.apache.calcite.linq4j">LookupImpl</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="Lookup.html" title="interface in org.apache.calcite.linq4j"><code>Lookup</code></a> that uses an underlying map.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MemoryEnumerable.html" title="class in org.apache.calcite.linq4j">MemoryEnumerable</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Enumerable that has a (limited) memory for n past and m future steps.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MemoryEnumerator.html" title="class in org.apache.calcite.linq4j">MemoryEnumerator</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Enumerator that keeps some recent and some "future" values.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MemoryFactory.html" title="class in org.apache.calcite.linq4j">MemoryFactory</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Contains the State and changes internally.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MemoryFactory.Memory.html" title="class in org.apache.calcite.linq4j">MemoryFactory.Memory</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Contents of a "memory segment", used for implementing the
<code>MATCH_RECOGNIZE</code> operator.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ModularInteger.html" title="class in org.apache.calcite.linq4j">ModularInteger</a></th>
<td class="colLast">
<div class="block">Represents an integer in modular arithmetic.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Ord.html" title="class in org.apache.calcite.linq4j">Ord</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Pair of an element and an ordinal.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Ord.OrdArrayList.html" title="class in org.apache.calcite.linq4j">Ord.OrdArrayList</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">List of <a href="Ord.html" title="class in org.apache.calcite.linq4j"><code>Ord</code></a> backed by an array of elements.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Ord.OrdList.html" title="class in org.apache.calcite.linq4j">Ord.OrdList</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">List of <a href="Ord.html" title="class in org.apache.calcite.linq4j"><code>Ord</code></a> backed by a list of elements.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Ord.OrdRandomAccessList.html" title="class in org.apache.calcite.linq4j">Ord.OrdRandomAccessList</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">List of <a href="Ord.html" title="class in org.apache.calcite.linq4j"><code>Ord</code></a> backed by a random-access list of elements.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="QueryableDefaults.html" title="class in org.apache.calcite.linq4j">QueryableDefaults</a></th>
<td class="colLast">
<div class="block">Default implementations for methods in the <a href="Queryable.html" title="interface in org.apache.calcite.linq4j"><code>Queryable</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QueryableDefaults.NonLeafReplayableQueryable.html" title="class in org.apache.calcite.linq4j">QueryableDefaults.NonLeafReplayableQueryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Non-leaf replayable queryable.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="QueryableDefaults.ReplayableQueryable.html" title="class in org.apache.calcite.linq4j">QueryableDefaults.ReplayableQueryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Replayable queryable.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QueryableRecorder.html" title="class in org.apache.calcite.linq4j">QueryableRecorder</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="QueryableFactory.html" title="interface in org.apache.calcite.linq4j"><code>QueryableFactory</code></a> that records each event
and returns an object that can replay the event when you call its
<a href="QueryableDefaults.ReplayableQueryable.html#replay(org.apache.calcite.linq4j.QueryableFactory)"><code>QueryableDefaults.ReplayableQueryable.replay(QueryableFactory)</code></a>
method.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="QueryProviderImpl.html" title="class in org.apache.calcite.linq4j">QueryProviderImpl</a></th>
<td class="colLast">
<div class="block">Partial implementation of <a href="QueryProvider.html" title="interface in org.apache.calcite.linq4j"><code>QueryProvider</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QueryProviderImpl.QueryableImpl.html" title="class in org.apache.calcite.linq4j">QueryProviderImpl.QueryableImpl</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Binds an expression to this query provider.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="TransformedEnumerator.html" title="class in org.apache.calcite.linq4j">TransformedEnumerator</a>&lt;F,&#8203;E&gt;</th>
<td class="colLast">
<div class="block">Enumerator that applies a transform to each value from a backing
enumerator.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JoinType.html" title="enum in org.apache.calcite.linq4j">JoinType</a></th>
<td class="colLast">
<div class="block">Enumeration of join types.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="OpType.html" title="enum in org.apache.calcite.linq4j">OpType</a></th>
<td class="colLast">
<div class="block">Operator type.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Annotation Types Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Annotation Type</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PackageMarker.html" title="annotation in org.apache.calcite.linq4j">PackageMarker</a></th>
<td class="colLast">
<div class="block">This is a dummy annotation that forces javac to produce output for
otherwise empty package-info.java.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>