blob: d766b4762b0bb2cf9d3717276713329ecbe5a99a [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>LookupImpl (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="LookupImpl (Apache Calcite API)";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
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="navBarCell1Rev">Class</li>
<li><a href="class-use/LookupImpl.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</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>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.calcite.linq4j</a></div>
<h2 title="Class LookupImpl" class="title">Class LookupImpl&lt;K,&#8203;V&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="DefaultEnumerable.html" title="class in org.apache.calcite.linq4j">org.apache.calcite.linq4j.DefaultEnumerable</a>&lt;T&gt;</li>
<li>
<ul class="inheritance">
<li><a href="AbstractEnumerable.html" title="class in org.apache.calcite.linq4j">org.apache.calcite.linq4j.AbstractEnumerable</a>&lt;<a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;K,&#8203;V&gt;&gt;</li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.linq4j.LookupImpl&lt;K,&#8203;V&gt;</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>K</code> - Key type</dd>
<dd><code>V</code> - Value type</dd>
</dl>
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code>java.lang.Iterable&lt;<a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;K,&#8203;V&gt;&gt;</code>, <code>java.util.Map&lt;K,&#8203;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;V&gt;&gt;</code>, <code><a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;K,&#8203;V&gt;&gt;</code>, <code><a href="ExtendedEnumerable.html" title="interface in org.apache.calcite.linq4j">ExtendedEnumerable</a>&lt;<a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;K,&#8203;V&gt;&gt;</code>, <code><a href="ExtendedOrderedEnumerable.html" title="interface in org.apache.calcite.linq4j">ExtendedOrderedEnumerable</a>&lt;<a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;K,&#8203;V&gt;&gt;</code>, <code><a href="Lookup.html" title="interface in org.apache.calcite.linq4j">Lookup</a>&lt;K,&#8203;V&gt;</code>, <code><a href="OrderedEnumerable.html" title="interface in org.apache.calcite.linq4j">OrderedEnumerable</a>&lt;<a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;K,&#8203;V&gt;&gt;</code>, <code><a href="RawEnumerable.html" title="interface in org.apache.calcite.linq4j">RawEnumerable</a>&lt;<a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;K,&#8203;V&gt;&gt;</code></dd>
</dl>
<hr>
<pre>class <span class="typeNameLabel">LookupImpl&lt;K,&#8203;V&gt;</span>
extends <a href="AbstractEnumerable.html" title="class in org.apache.calcite.linq4j">AbstractEnumerable</a>&lt;<a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;K,&#8203;V&gt;&gt;
implements <a href="Lookup.html" title="interface in org.apache.calcite.linq4j">Lookup</a>&lt;K,&#8203;V&gt;</pre>
<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>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.java.util.Map">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;java.util.Map</h3>
<code>java.util.Map.Entry&lt;K extends java.lang.Object,&#8203;V extends java.lang.Object&gt;</code></li>
</ul>
</li>
</ul>
</section>
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;java.util.List&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#map">map</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.util.Map)">LookupImpl</a></span>&#8203;(java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;java.util.List&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;&nbsp;map)</code></th>
<td class="colLast">
<div class="block">Creates a MultiMapImpl.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>&lt;TResult&gt;&nbsp;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#applyResultSelector(org.apache.calcite.linq4j.function.Function2)">applyResultSelector</a></span>&#8203;(<a href="function/Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;,&#8203;TResult&gt;&nbsp;resultSelector)</code></th>
<td class="colLast">
<div class="block">Applies a transform function to each key and its associated values and
returns the results.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#clear()">clear</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsKey(java.lang.Object)">containsKey</a></span>&#8203;(java.lang.Object&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsValue(java.lang.Object)">containsValue</a></span>&#8203;(java.lang.Object&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.util.Set&lt;java.util.Map.Entry&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#entrySet()">entrySet</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="Enumerator.html" title="interface in org.apache.calcite.linq4j">Enumerator</a>&lt;<a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#enumerator()">enumerator</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an enumerator that iterates through a collection.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#get(java.lang.Object)">get</a></span>&#8203;(java.lang.Object&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEmpty()">isEmpty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>java.util.Set&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#keySet()">keySet</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#put(K,org.apache.calcite.linq4j.Enumerable)">put</a></span>&#8203;(<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>&nbsp;key,
<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#putAll(java.util.Map)">putAll</a></span>&#8203;(java.util.Map&lt;? extends <a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;? extends <a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;&nbsp;m)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove(java.lang.Object)">remove</a></span>&#8203;(java.lang.Object&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#size()">size</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>java.util.Collection&lt;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#values()">values</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#valuesEnumerable()">valuesEnumerable</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an enumerable over the values in this lookup, in map order.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.linq4j.AbstractEnumerable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.calcite.linq4j.<a href="AbstractEnumerable.html" title="class in org.apache.calcite.linq4j">AbstractEnumerable</a></h3>
<code><a href="AbstractEnumerable.html#iterator()">iterator</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.linq4j.DefaultEnumerable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.calcite.linq4j.<a href="DefaultEnumerable.html" title="class in org.apache.calcite.linq4j">DefaultEnumerable</a></h3>
<code><a href="DefaultEnumerable.html#aggregate(org.apache.calcite.linq4j.function.Function2)">aggregate</a>, <a href="DefaultEnumerable.html#aggregate(TAccumulate,org.apache.calcite.linq4j.function.Function2)">aggregate</a>, <a href="DefaultEnumerable.html#aggregate(TAccumulate,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function1)">aggregate</a>, <a href="DefaultEnumerable.html#all(org.apache.calcite.linq4j.function.Predicate1)">all</a>, <a href="DefaultEnumerable.html#any()">any</a>, <a href="DefaultEnumerable.html#any(org.apache.calcite.linq4j.function.Predicate1)">any</a>, <a href="DefaultEnumerable.html#asEnumerable()">asEnumerable</a>, <a href="DefaultEnumerable.html#asOrderedQueryable()">asOrderedQueryable</a>, <a href="DefaultEnumerable.html#asQueryable()">asQueryable</a>, <a href="DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.BigDecimalFunction1)">average</a>, <a href="DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.DoubleFunction1)">average</a>, <a href="DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.FloatFunction1)">average</a>, <a href="DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.IntegerFunction1)">average</a>, <a href="DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.LongFunction1)">average</a>, <a href="DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">average</a>, <a href="DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">average</a>, <a href="DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.NullableFloatFunction1)">average</a>, <a href="DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">average</a>, <a href="DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.NullableLongFunction1)">average</a>, <a href="DefaultEnumerable.html#cast(java.lang.Class)">cast</a>, <a href="DefaultEnumerable.html#concat(org.apache.calcite.linq4j.Enumerable)">concat</a>, <a href="DefaultEnumerable.html#contains(T)">contains</a>, <a href="DefaultEnumerable.html#contains(T,org.apache.calcite.linq4j.function.EqualityComparer)">contains</a>, <a href="DefaultEnumerable.html#correlateJoin(org.apache.calcite.linq4j.JoinType,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">correlateJoin</a>, <a href="DefaultEnumerable.html#count()">count</a>, <a href="DefaultEnumerable.html#count(org.apache.calcite.linq4j.function.Predicate1)">count</a>, <a href="DefaultEnumerable.html#createOrderedEnumerable(org.apache.calcite.linq4j.function.Function1,java.util.Comparator,boolean)">createOrderedEnumerable</a>, <a href="DefaultEnumerable.html#defaultIfEmpty()">defaultIfEmpty</a>, <a href="DefaultEnumerable.html#defaultIfEmpty(T)">defaultIfEmpty</a>, <a href="DefaultEnumerable.html#distinct()">distinct</a>, <a href="DefaultEnumerable.html#distinct(org.apache.calcite.linq4j.function.EqualityComparer)">distinct</a>, <a href="DefaultEnumerable.html#elementAt(int)">elementAt</a>, <a href="DefaultEnumerable.html#elementAtOrDefault(int)">elementAtOrDefault</a>, <a href="DefaultEnumerable.html#except(org.apache.calcite.linq4j.Enumerable)">except</a>, <a href="DefaultEnumerable.html#except(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">except</a>, <a href="DefaultEnumerable.html#first()">first</a>, <a href="DefaultEnumerable.html#first(org.apache.calcite.linq4j.function.Predicate1)">first</a>, <a href="DefaultEnumerable.html#firstOrDefault()">firstOrDefault</a>, <a href="DefaultEnumerable.html#firstOrDefault(org.apache.calcite.linq4j.function.Predicate1)">firstOrDefault</a>, <a href="DefaultEnumerable.html#foreach(org.apache.calcite.linq4j.function.Function1)">foreach</a>, <a href="DefaultEnumerable.html#getThis()">getThis</a>, <a href="DefaultEnumerable.html#getThisOrdered()">getThisOrdered</a>, <a href="DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1)">groupBy</a>, <a href="DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">groupBy</a>, <a href="DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1)">groupBy</a>, <a href="DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">groupBy</a>, <a href="DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">groupBy</a>, <a href="DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="DefaultEnumerable.html#groupJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">groupJoin</a>, <a href="DefaultEnumerable.html#groupJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupJoin</a>, <a href="DefaultEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">hashJoin</a>, <a href="DefaultEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">hashJoin</a>, <a href="DefaultEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer,boolean,boolean)">hashJoin</a>, <a href="DefaultEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer,boolean,boolean,org.apache.calcite.linq4j.function.Predicate2)">hashJoin</a>, <a href="DefaultEnumerable.html#intersect(org.apache.calcite.linq4j.Enumerable)">intersect</a>, <a href="DefaultEnumerable.html#intersect(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">intersect</a>, <a href="DefaultEnumerable.html#into(C)">into</a>, <a href="DefaultEnumerable.html#last()">last</a>, <a href="DefaultEnumerable.html#last(org.apache.calcite.linq4j.function.Predicate1)">last</a>, <a href="DefaultEnumerable.html#lastOrDefault()">lastOrDefault</a>, <a href="DefaultEnumerable.html#lastOrDefault(org.apache.calcite.linq4j.function.Predicate1)">lastOrDefault</a>, <a href="DefaultEnumerable.html#longCount()">longCount</a>, <a href="DefaultEnumerable.html#longCount(org.apache.calcite.linq4j.function.Predicate1)">longCount</a>, <a href="DefaultEnumerable.html#max()">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.BigDecimalFunction1)">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.DoubleFunction1)">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.FloatFunction1)">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.Function1)">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.IntegerFunction1)">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.LongFunction1)">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.NullableFloatFunction1)">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">max</a>, <a href="DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.NullableLongFunction1)">max</a>, <a href="DefaultEnumerable.html#min()">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.BigDecimalFunction1)">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.DoubleFunction1)">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.FloatFunction1)">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.Function1)">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.IntegerFunction1)">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.LongFunction1)">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.NullableFloatFunction1)">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">min</a>, <a href="DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.NullableLongFunction1)">min</a>, <a href="DefaultEnumerable.html#ofType(java.lang.Class)">ofType</a>, <a href="DefaultEnumerable.html#orderBy(org.apache.calcite.linq4j.function.Function1)">orderBy</a>, <a href="DefaultEnumerable.html#orderBy(org.apache.calcite.linq4j.function.Function1,java.util.Comparator)">orderBy</a>, <a href="DefaultEnumerable.html#orderByDescending(org.apache.calcite.linq4j.function.Function1)">orderByDescending</a>, <a href="DefaultEnumerable.html#orderByDescending(org.apache.calcite.linq4j.function.Function1,java.util.Comparator)">orderByDescending</a>, <a href="DefaultEnumerable.html#removeAll(C)">removeAll</a>, <a href="DefaultEnumerable.html#reverse()">reverse</a>, <a href="DefaultEnumerable.html#select(org.apache.calcite.linq4j.function.Function1)">select</a>, <a href="DefaultEnumerable.html#select(org.apache.calcite.linq4j.function.Function2)">select</a>, <a href="DefaultEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">selectMany</a>, <a href="DefaultEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function1)">selectMany</a>, <a href="DefaultEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">selectMany</a>, <a href="DefaultEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function2)">selectMany</a>, <a href="DefaultEnumerable.html#sequenceEqual(org.apache.calcite.linq4j.Enumerable)">sequenceEqual</a>, <a href="DefaultEnumerable.html#sequenceEqual(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">sequenceEqual</a>, <a href="DefaultEnumerable.html#single()">single</a>, <a href="DefaultEnumerable.html#single(org.apache.calcite.linq4j.function.Predicate1)">single</a>, <a href="DefaultEnumerable.html#singleOrDefault()">singleOrDefault</a>, <a href="DefaultEnumerable.html#singleOrDefault(org.apache.calcite.linq4j.function.Predicate1)">singleOrDefault</a>, <a href="DefaultEnumerable.html#skip(int)">skip</a>, <a href="DefaultEnumerable.html#skipWhile(org.apache.calcite.linq4j.function.Predicate1)">skipWhile</a>, <a href="DefaultEnumerable.html#skipWhile(org.apache.calcite.linq4j.function.Predicate2)">skipWhile</a>, <a href="DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.BigDecimalFunction1)">sum</a>, <a href="DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.DoubleFunction1)">sum</a>, <a href="DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.FloatFunction1)">sum</a>, <a href="DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.IntegerFunction1)">sum</a>, <a href="DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.LongFunction1)">sum</a>, <a href="DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">sum</a>, <a href="DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">sum</a>, <a href="DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableFloatFunction1)">sum</a>, <a href="DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">sum</a>, <a href="DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableLongFunction1)">sum</a>, <a href="DefaultEnumerable.html#take(int)">take</a>, <a href="DefaultEnumerable.html#takeWhile(org.apache.calcite.linq4j.function.Predicate1)">takeWhile</a>, <a href="DefaultEnumerable.html#takeWhile(org.apache.calcite.linq4j.function.Predicate2)">takeWhile</a>, <a href="DefaultEnumerable.html#thenBy(org.apache.calcite.linq4j.function.Function1)">thenBy</a>, <a href="DefaultEnumerable.html#thenBy(org.apache.calcite.linq4j.function.Function1,java.util.Comparator)">thenBy</a>, <a href="DefaultEnumerable.html#thenByDescending(org.apache.calcite.linq4j.function.Function1)">thenByDescending</a>, <a href="DefaultEnumerable.html#thenByDescending(org.apache.calcite.linq4j.function.Function1,java.util.Comparator)">thenByDescending</a>, <a href="DefaultEnumerable.html#toList()">toList</a>, <a href="DefaultEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1)">toLookup</a>, <a href="DefaultEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toLookup</a>, <a href="DefaultEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1)">toLookup</a>, <a href="DefaultEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toLookup</a>, <a href="DefaultEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1)">toMap</a>, <a href="DefaultEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toMap</a>, <a href="DefaultEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1)">toMap</a>, <a href="DefaultEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toMap</a>, <a href="DefaultEnumerable.html#union(org.apache.calcite.linq4j.Enumerable)">union</a>, <a href="DefaultEnumerable.html#union(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">union</a>, <a href="DefaultEnumerable.html#where(org.apache.calcite.linq4j.function.Predicate1)">where</a>, <a href="DefaultEnumerable.html#where(org.apache.calcite.linq4j.function.Predicate2)">where</a>, <a href="DefaultEnumerable.html#zip(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function2)">zip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.linq4j.Enumerable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.calcite.linq4j.<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a></h3>
<code><a href="Enumerable.html#asQueryable()">asQueryable</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.linq4j.ExtendedEnumerable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.calcite.linq4j.<a href="ExtendedEnumerable.html" title="interface in org.apache.calcite.linq4j">ExtendedEnumerable</a></h3>
<code><a href="ExtendedEnumerable.html#aggregate(org.apache.calcite.linq4j.function.Function2)">aggregate</a>, <a href="ExtendedEnumerable.html#aggregate(TAccumulate,org.apache.calcite.linq4j.function.Function2)">aggregate</a>, <a href="ExtendedEnumerable.html#aggregate(TAccumulate,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function1)">aggregate</a>, <a href="ExtendedEnumerable.html#all(org.apache.calcite.linq4j.function.Predicate1)">all</a>, <a href="ExtendedEnumerable.html#any()">any</a>, <a href="ExtendedEnumerable.html#any(org.apache.calcite.linq4j.function.Predicate1)">any</a>, <a href="ExtendedEnumerable.html#asEnumerable()">asEnumerable</a>, <a href="ExtendedEnumerable.html#average(org.apache.calcite.linq4j.function.BigDecimalFunction1)">average</a>, <a href="ExtendedEnumerable.html#average(org.apache.calcite.linq4j.function.DoubleFunction1)">average</a>, <a href="ExtendedEnumerable.html#average(org.apache.calcite.linq4j.function.FloatFunction1)">average</a>, <a href="ExtendedEnumerable.html#average(org.apache.calcite.linq4j.function.IntegerFunction1)">average</a>, <a href="ExtendedEnumerable.html#average(org.apache.calcite.linq4j.function.LongFunction1)">average</a>, <a href="ExtendedEnumerable.html#average(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">average</a>, <a href="ExtendedEnumerable.html#average(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">average</a>, <a href="ExtendedEnumerable.html#average(org.apache.calcite.linq4j.function.NullableFloatFunction1)">average</a>, <a href="ExtendedEnumerable.html#average(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">average</a>, <a href="ExtendedEnumerable.html#average(org.apache.calcite.linq4j.function.NullableLongFunction1)">average</a>, <a href="ExtendedEnumerable.html#cast(java.lang.Class)">cast</a>, <a href="ExtendedEnumerable.html#concat(org.apache.calcite.linq4j.Enumerable)">concat</a>, <a href="ExtendedEnumerable.html#contains(TSource)">contains</a>, <a href="ExtendedEnumerable.html#contains(TSource,org.apache.calcite.linq4j.function.EqualityComparer)">contains</a>, <a href="ExtendedEnumerable.html#correlateJoin(org.apache.calcite.linq4j.JoinType,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">correlateJoin</a>, <a href="ExtendedEnumerable.html#count()">count</a>, <a href="ExtendedEnumerable.html#count(org.apache.calcite.linq4j.function.Predicate1)">count</a>, <a href="ExtendedEnumerable.html#defaultIfEmpty()">defaultIfEmpty</a>, <a href="ExtendedEnumerable.html#defaultIfEmpty(TSource)">defaultIfEmpty</a>, <a href="ExtendedEnumerable.html#distinct()">distinct</a>, <a href="ExtendedEnumerable.html#distinct(org.apache.calcite.linq4j.function.EqualityComparer)">distinct</a>, <a href="ExtendedEnumerable.html#elementAt(int)">elementAt</a>, <a href="ExtendedEnumerable.html#elementAtOrDefault(int)">elementAtOrDefault</a>, <a href="ExtendedEnumerable.html#except(org.apache.calcite.linq4j.Enumerable)">except</a>, <a href="ExtendedEnumerable.html#except(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">except</a>, <a href="ExtendedEnumerable.html#first()">first</a>, <a href="ExtendedEnumerable.html#first(org.apache.calcite.linq4j.function.Predicate1)">first</a>, <a href="ExtendedEnumerable.html#firstOrDefault()">firstOrDefault</a>, <a href="ExtendedEnumerable.html#firstOrDefault(org.apache.calcite.linq4j.function.Predicate1)">firstOrDefault</a>, <a href="ExtendedEnumerable.html#foreach(org.apache.calcite.linq4j.function.Function1)">foreach</a>, <a href="ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1)">groupBy</a>, <a href="ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">groupBy</a>, <a href="ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1)">groupBy</a>, <a href="ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">groupBy</a>, <a href="ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">groupBy</a>, <a href="ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="ExtendedEnumerable.html#groupJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">groupJoin</a>, <a href="ExtendedEnumerable.html#groupJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupJoin</a>, <a href="ExtendedEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">hashJoin</a>, <a href="ExtendedEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">hashJoin</a>, <a href="ExtendedEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer,boolean,boolean)">hashJoin</a>, <a href="ExtendedEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer,boolean,boolean,org.apache.calcite.linq4j.function.Predicate2)">hashJoin</a>, <a href="ExtendedEnumerable.html#intersect(org.apache.calcite.linq4j.Enumerable)">intersect</a>, <a href="ExtendedEnumerable.html#intersect(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">intersect</a>, <a href="ExtendedEnumerable.html#into(C)">into</a>, <a href="ExtendedEnumerable.html#last()">last</a>, <a href="ExtendedEnumerable.html#last(org.apache.calcite.linq4j.function.Predicate1)">last</a>, <a href="ExtendedEnumerable.html#lastOrDefault()">lastOrDefault</a>, <a href="ExtendedEnumerable.html#lastOrDefault(org.apache.calcite.linq4j.function.Predicate1)">lastOrDefault</a>, <a href="ExtendedEnumerable.html#longCount()">longCount</a>, <a href="ExtendedEnumerable.html#longCount(org.apache.calcite.linq4j.function.Predicate1)">longCount</a>, <a href="ExtendedEnumerable.html#max()">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.BigDecimalFunction1)">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.DoubleFunction1)">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.FloatFunction1)">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.Function1)">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.IntegerFunction1)">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.LongFunction1)">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.NullableFloatFunction1)">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">max</a>, <a href="ExtendedEnumerable.html#max(org.apache.calcite.linq4j.function.NullableLongFunction1)">max</a>, <a href="ExtendedEnumerable.html#min()">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.BigDecimalFunction1)">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.DoubleFunction1)">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.FloatFunction1)">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.Function1)">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.IntegerFunction1)">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.LongFunction1)">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.NullableFloatFunction1)">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">min</a>, <a href="ExtendedEnumerable.html#min(org.apache.calcite.linq4j.function.NullableLongFunction1)">min</a>, <a href="ExtendedEnumerable.html#ofType(java.lang.Class)">ofType</a>, <a href="ExtendedEnumerable.html#orderBy(org.apache.calcite.linq4j.function.Function1)">orderBy</a>, <a href="ExtendedEnumerable.html#orderBy(org.apache.calcite.linq4j.function.Function1,java.util.Comparator)">orderBy</a>, <a href="ExtendedEnumerable.html#orderByDescending(org.apache.calcite.linq4j.function.Function1)">orderByDescending</a>, <a href="ExtendedEnumerable.html#orderByDescending(org.apache.calcite.linq4j.function.Function1,java.util.Comparator)">orderByDescending</a>, <a href="ExtendedEnumerable.html#removeAll(C)">removeAll</a>, <a href="ExtendedEnumerable.html#reverse()">reverse</a>, <a href="ExtendedEnumerable.html#select(org.apache.calcite.linq4j.function.Function1)">select</a>, <a href="ExtendedEnumerable.html#select(org.apache.calcite.linq4j.function.Function2)">select</a>, <a href="ExtendedEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">selectMany</a>, <a href="ExtendedEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function1)">selectMany</a>, <a href="ExtendedEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">selectMany</a>, <a href="ExtendedEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function2)">selectMany</a>, <a href="ExtendedEnumerable.html#sequenceEqual(org.apache.calcite.linq4j.Enumerable)">sequenceEqual</a>, <a href="ExtendedEnumerable.html#sequenceEqual(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">sequenceEqual</a>, <a href="ExtendedEnumerable.html#single()">single</a>, <a href="ExtendedEnumerable.html#single(org.apache.calcite.linq4j.function.Predicate1)">single</a>, <a href="ExtendedEnumerable.html#singleOrDefault()">singleOrDefault</a>, <a href="ExtendedEnumerable.html#singleOrDefault(org.apache.calcite.linq4j.function.Predicate1)">singleOrDefault</a>, <a href="ExtendedEnumerable.html#skip(int)">skip</a>, <a href="ExtendedEnumerable.html#skipWhile(org.apache.calcite.linq4j.function.Predicate1)">skipWhile</a>, <a href="ExtendedEnumerable.html#skipWhile(org.apache.calcite.linq4j.function.Predicate2)">skipWhile</a>, <a href="ExtendedEnumerable.html#sum(org.apache.calcite.linq4j.function.BigDecimalFunction1)">sum</a>, <a href="ExtendedEnumerable.html#sum(org.apache.calcite.linq4j.function.DoubleFunction1)">sum</a>, <a href="ExtendedEnumerable.html#sum(org.apache.calcite.linq4j.function.FloatFunction1)">sum</a>, <a href="ExtendedEnumerable.html#sum(org.apache.calcite.linq4j.function.IntegerFunction1)">sum</a>, <a href="ExtendedEnumerable.html#sum(org.apache.calcite.linq4j.function.LongFunction1)">sum</a>, <a href="ExtendedEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">sum</a>, <a href="ExtendedEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">sum</a>, <a href="ExtendedEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableFloatFunction1)">sum</a>, <a href="ExtendedEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">sum</a>, <a href="ExtendedEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableLongFunction1)">sum</a>, <a href="ExtendedEnumerable.html#take(int)">take</a>, <a href="ExtendedEnumerable.html#takeWhile(org.apache.calcite.linq4j.function.Predicate1)">takeWhile</a>, <a href="ExtendedEnumerable.html#takeWhile(org.apache.calcite.linq4j.function.Predicate2)">takeWhile</a>, <a href="ExtendedEnumerable.html#toList()">toList</a>, <a href="ExtendedEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1)">toLookup</a>, <a href="ExtendedEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toLookup</a>, <a href="ExtendedEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1)">toLookup</a>, <a href="ExtendedEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toLookup</a>, <a href="ExtendedEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1)">toMap</a>, <a href="ExtendedEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toMap</a>, <a href="ExtendedEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1)">toMap</a>, <a href="ExtendedEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toMap</a>, <a href="ExtendedEnumerable.html#union(org.apache.calcite.linq4j.Enumerable)">union</a>, <a href="ExtendedEnumerable.html#union(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">union</a>, <a href="ExtendedEnumerable.html#where(org.apache.calcite.linq4j.function.Predicate1)">where</a>, <a href="ExtendedEnumerable.html#where(org.apache.calcite.linq4j.function.Predicate2)">where</a>, <a href="ExtendedEnumerable.html#zip(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function2)">zip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Iterable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;java.lang.Iterable</h3>
<code>forEach, iterator, spliterator</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.util.Map">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;java.util.Map</h3>
<code>compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="map">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>map</h4>
<pre>private final&nbsp;java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;java.util.List&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt; map</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(java.util.Map)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>LookupImpl</h4>
<pre>LookupImpl&#8203;(java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;java.util.List&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;&nbsp;map)</pre>
<div class="block">Creates a MultiMapImpl.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>map</code> - Underlying map</dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="enumerator()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>enumerator</h4>
<pre class="methodSignature">public&nbsp;<a href="Enumerator.html" title="interface in org.apache.calcite.linq4j">Enumerator</a>&lt;<a href="Grouping.html" title="interface in org.apache.calcite.linq4j">Grouping</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;&nbsp;enumerator()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="RawEnumerable.html#enumerator()">RawEnumerable</a></code></span></div>
<div class="block">Returns an enumerator that iterates through a collection.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="RawEnumerable.html#enumerator()">enumerator</a></code>&nbsp;in interface&nbsp;<code><a href="RawEnumerable.html" title="interface in org.apache.calcite.linq4j">RawEnumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="size()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>size</h4>
<pre class="methodSignature">public&nbsp;int&nbsp;size()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>size</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="isEmpty()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEmpty</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isEmpty()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>isEmpty</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="containsKey(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>containsKey</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;containsKey&#8203;(java.lang.Object&nbsp;key)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>containsKey</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="containsValue(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>containsValue</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;containsValue&#8203;(java.lang.Object&nbsp;value)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>containsValue</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="get(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre class="methodSignature">public&nbsp;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&nbsp;get&#8203;(java.lang.Object&nbsp;key)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>get</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="put(java.lang.Object,org.apache.calcite.linq4j.Enumerable)">
<!-- -->
</a><a id="put(K,org.apache.calcite.linq4j.Enumerable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>put</h4>
<pre class="methodSignature">public&nbsp;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&nbsp;put&#8203;(<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>&nbsp;key,
<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&nbsp;value)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>put</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="remove(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>remove</h4>
<pre class="methodSignature">public&nbsp;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&nbsp;remove&#8203;(java.lang.Object&nbsp;key)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>remove</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="putAll(java.util.Map)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>putAll</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;putAll&#8203;(java.util.Map&lt;? extends <a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;? extends <a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;&nbsp;m)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>putAll</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="clear()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clear</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;clear()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>clear</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="keySet()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>keySet</h4>
<pre class="methodSignature">public&nbsp;java.util.Set&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>&gt;&nbsp;keySet()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>keySet</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="values()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre class="methodSignature">public&nbsp;java.util.Collection&lt;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;&nbsp;values()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>values</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="entrySet()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>entrySet</h4>
<pre class="methodSignature">public&nbsp;java.util.Set&lt;java.util.Map.Entry&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&gt;&gt;&nbsp;entrySet()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>entrySet</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a id="applyResultSelector(org.apache.calcite.linq4j.function.Function2)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>applyResultSelector</h4>
<pre class="methodSignature">public&nbsp;&lt;TResult&gt;&nbsp;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;&nbsp;applyResultSelector&#8203;(<a href="function/Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;,&#8203;TResult&gt;&nbsp;resultSelector)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Lookup.html#applyResultSelector(org.apache.calcite.linq4j.function.Function2)">Lookup</a></code></span></div>
<div class="block">Applies a transform function to each key and its associated values and
returns the results.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Lookup.html#applyResultSelector(org.apache.calcite.linq4j.function.Function2)">applyResultSelector</a></code>&nbsp;in interface&nbsp;<code><a href="Lookup.html" title="interface in org.apache.calcite.linq4j">Lookup</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">K</a>,&#8203;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;</code></dd>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>TResult</code> - Result type</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>resultSelector</code> - Result selector</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Enumerable over results</dd>
</dl>
</li>
</ul>
<a id="valuesEnumerable()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>valuesEnumerable</h4>
<pre class="methodSignature">public&nbsp;<a href="Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;<a href="LookupImpl.html" title="type parameter in LookupImpl">V</a>&gt;&nbsp;valuesEnumerable()</pre>
<div class="block">Returns an enumerable over the values in this lookup, in map order.
If the map is sorted, the values will be emitted sorted by key.</div>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<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="navBarCell1Rev">Class</li>
<li><a href="class-use/LookupImpl.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</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>