blob: 8b837e36e80dab37d008b379dd77f583bbb89ba2 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OrderedQueryable (Apache Calcite calcite API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="OrderedQueryable (Apache Calcite calcite API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":6,"i53":6,"i54":6,"i55":6,"i56":6,"i57":6,"i58":6,"i59":6,"i60":6,"i61":6,"i62":6,"i63":6,"i64":6,"i65":6,"i66":6,"i67":6,"i68":6,"i69":6,"i70":6,"i71":6,"i72":6,"i73":6,"i74":6,"i75":6,"i76":6,"i77":6,"i78":6,"i79":6,"i80":6,"i81":6,"i82":6,"i83":6};
var tabs = {65535:["t0","所有方法"],2:["t2","实例方法"],4:["t3","抽象方法"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li class="navBarCell1Rev"></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../index-all.html">索引</a></li>
<li><a href="../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/calcite/linq4j/OrderedEnumerable.html" title="org.apache.calcite.linq4j中的接口"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../org/apache/calcite/linq4j/PackageMarker.html" title="org.apache.calcite.linq4j中的注释"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/linq4j/OrderedQueryable.html" target="_top">框架</a></li>
<li><a href="OrderedQueryable.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>概要:&nbsp;</li>
<li>嵌套&nbsp;|&nbsp;</li>
<li>字段&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.summary">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li>字段&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.detail">方法</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.calcite.linq4j</div>
<h2 title="接口 OrderedQueryable" class="title">接口 OrderedQueryable&lt;T&gt;</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt><span class="paramLabel">类型参数:</span></dt>
<dd><code>T</code> - Element type</dd>
</dl>
<dl>
<dt>所有超级接口:</dt>
<dd><a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;T&gt;, <a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;T&gt;, <a href="../../../../org/apache/calcite/linq4j/ExtendedOrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">ExtendedOrderedQueryable</a>&lt;T&gt;, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="java.lang中的类或接口">Iterable</a>&lt;T&gt;, <a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;T&gt;, <a href="../../../../org/apache/calcite/linq4j/RawEnumerable.html" title="org.apache.calcite.linq4j中的接口">RawEnumerable</a>&lt;T&gt;, <a href="../../../../org/apache/calcite/linq4j/RawQueryable.html" title="org.apache.calcite.linq4j中的接口">RawQueryable</a>&lt;T&gt;</dd>
</dl>
<dl>
<dt>所有已知实现类:</dt>
<dd><a href="../../../../org/apache/calcite/linq4j/AbstractQueryable.html" title="org.apache.calcite.linq4j中的类">AbstractQueryable</a>, <a href="../../../../org/apache/calcite/schema/impl/AbstractTableQueryable.html" title="org.apache.calcite.schema.impl中的类">AbstractTableQueryable</a>, <a href="../../../../org/apache/calcite/linq4j/BaseQueryable.html" title="org.apache.calcite.linq4j中的类">BaseQueryable</a>, <a href="../../../../org/apache/calcite/adapter/cassandra/CassandraTable.CassandraQueryable.html" title="org.apache.calcite.adapter.cassandra中的类">CassandraTable.CassandraQueryable</a>, <a href="../../../../org/apache/calcite/adapter/elasticsearch/ElasticsearchTable.ElasticsearchQueryable.html" title="org.apache.calcite.adapter.elasticsearch中的类">ElasticsearchTable.ElasticsearchQueryable</a>, <a href="../../../../org/apache/calcite/adapter/geode/rel/GeodeTable.GeodeQueryable.html" title="org.apache.calcite.adapter.geode.rel中的类">GeodeTable.GeodeQueryable</a>, <a href="../../../../org/apache/calcite/adapter/mongodb/MongoTable.MongoQueryable.html" title="org.apache.calcite.adapter.mongodb中的类">MongoTable.MongoQueryable</a>, <a href="../../../../org/apache/calcite/linq4j/QueryableDefaults.NonLeafReplayableQueryable.html" title="org.apache.calcite.linq4j中的类">QueryableDefaults.NonLeafReplayableQueryable</a>, <a href="../../../../org/apache/calcite/linq4j/QueryableDefaults.ReplayableQueryable.html" title="org.apache.calcite.linq4j中的类">QueryableDefaults.ReplayableQueryable</a>, <a href="../../../../org/apache/calcite/linq4j/QueryProviderImpl.QueryableImpl.html" title="org.apache.calcite.linq4j中的类">QueryProviderImpl.QueryableImpl</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">OrderedQueryable&lt;T&gt;</span>
extends <a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;T&gt;, <a href="../../../../org/apache/calcite/linq4j/ExtendedOrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">ExtendedOrderedQueryable</a>&lt;T&gt;</pre>
<div class="block">Represents the result of applying a sorting operation to a <a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口"><code>Queryable</code></a>.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>方法概要</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">实例方法</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">抽象方法</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">限定符和类型</th>
<th class="colLast" scope="col">方法和说明</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>TSource</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#aggregate-org.apache.calcite.linq4j.tree.FunctionExpression-">aggregate</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,TSource,TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Applies an accumulator function over a sequence.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>&lt;TAccumulate&gt;<br>TAccumulate</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#aggregate-TAccumulate-org.apache.calcite.linq4j.tree.FunctionExpression-">aggregate</a></span>(TAccumulate&nbsp;seed,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TAccumulate,TSource,TAccumulate&gt;&gt;&nbsp;selector)</code>
<div class="block">Applies an accumulator function over a
sequence.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>&lt;TAccumulate,TResult&gt;<br>TResult</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#aggregate-TAccumulate-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">aggregate</a></span>(TAccumulate&nbsp;seed,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TAccumulate,TSource,TAccumulate&gt;&gt;&nbsp;func,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TAccumulate,TResult&gt;&gt;&nbsp;selector)</code>
<div class="block">Applies an accumulator function over a
sequence.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#all-org.apache.calcite.linq4j.tree.FunctionExpression-">all</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Determines whether all the elements of a sequence
satisfy a condition.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#any-org.apache.calcite.linq4j.tree.FunctionExpression-">any</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Determines whether any element of a sequence
satisfies a condition.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#averageBigDecimal-org.apache.calcite.linq4j.tree.FunctionExpression-">averageBigDecimal</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/BigDecimalFunction1.html" title="org.apache.calcite.linq4j.function中的接口">BigDecimalFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the average of a sequence of Decimal
values that is obtained by invoking a projection function on
each element of the input sequence.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#averageDouble-org.apache.calcite.linq4j.tree.FunctionExpression-">averageDouble</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/DoubleFunction1.html" title="org.apache.calcite.linq4j.function中的接口">DoubleFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the average of a sequence of Double
values that is obtained by invoking a projection function on
each element of the input sequence.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#averageFloat-org.apache.calcite.linq4j.tree.FunctionExpression-">averageFloat</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/FloatFunction1.html" title="org.apache.calcite.linq4j.function中的接口">FloatFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the average of a sequence of Float
values that is obtained by invoking a projection function on
each element of the input sequence.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#averageInteger-org.apache.calcite.linq4j.tree.FunctionExpression-">averageInteger</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/IntegerFunction1.html" title="org.apache.calcite.linq4j.function中的接口">IntegerFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the average of a sequence of int values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#averageLong-org.apache.calcite.linq4j.tree.FunctionExpression-">averageLong</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/LongFunction1.html" title="org.apache.calcite.linq4j.function中的接口">LongFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the average of a sequence of long values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#averageNullableBigDecimal-org.apache.calcite.linq4j.tree.FunctionExpression-">averageNullableBigDecimal</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableBigDecimalFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableBigDecimalFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the average of a sequence of nullable
Decimal values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="java.lang中的类或接口">Double</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#averageNullableDouble-org.apache.calcite.linq4j.tree.FunctionExpression-">averageNullableDouble</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableDoubleFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableDoubleFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the average of a sequence of nullable
Double values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true" title="java.lang中的类或接口">Float</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#averageNullableFloat-org.apache.calcite.linq4j.tree.FunctionExpression-">averageNullableFloat</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableFloatFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableFloatFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the average of a sequence of nullable
Float values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#averageNullableInteger-org.apache.calcite.linq4j.tree.FunctionExpression-">averageNullableInteger</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableIntegerFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableIntegerFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the average of a sequence of nullable
int values that is obtained by invoking a projection function
on each element of the input sequence.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="java.lang中的类或接口">Long</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#averageNullableLong-org.apache.calcite.linq4j.tree.FunctionExpression-">averageNullableLong</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableLongFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableLongFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the average of a sequence of nullable
long values that is obtained by invoking a projection function
on each element of the input sequence.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>&lt;T2&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;T2&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#cast-java.lang.Class-">cast</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="java.lang中的类或接口">Class</a>&lt;T2&gt;&nbsp;clazz)</code>
<div class="block">Converts the elements of this Enumerable to the specified type.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#concat-org.apache.calcite.linq4j.Enumerable-">concat</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;source2)</code>
<div class="block">Concatenates two sequences.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#count-org.apache.calcite.linq4j.tree.FunctionExpression-">count</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Returns the number of elements in the specified
sequence that satisfies a condition.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#defaultIfEmpty--">defaultIfEmpty</a></span>()</code>
<div class="block">Returns the elements of the specified sequence or
the type parameter's default value in a singleton collection if
the sequence is empty.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#distinct--">distinct</a></span>()</code>
<div class="block">Returns distinct elements from a sequence by using
the default equality comparer to compare values.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#distinct-org.apache.calcite.linq4j.function.EqualityComparer-">distinct</a></span>(<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer)</code>
<div class="block">Returns distinct elements from a sequence by using
a specified EqualityComparer&lt;TSource&gt; to compare values.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#except-org.apache.calcite.linq4j.Enumerable-">except</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable)</code>
<div class="block">Produces the set difference of two sequences by
using the default equality comparer to compare values,
eliminate duplicates.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#except-org.apache.calcite.linq4j.Enumerable-boolean-">except</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
boolean&nbsp;all)</code>
<div class="block">Produces the set difference of two sequences by
using the default equality comparer to compare values,
using <code>all</code> to indicate whether to eliminate duplicates.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#except-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-">except</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer)</code>
<div class="block">Produces the set difference of two sequences by
using the specified <code>EqualityComparer&lt;TSource&gt;</code> to compare
values, eliminate duplicates.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#except-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-boolean-">except</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer,
boolean&nbsp;all)</code>
<div class="block">Produces the set difference of two sequences by
using the specified <code>EqualityComparer&lt;TSource&gt;</code> to compare
values, using <code>all</code> to indicate whether to eliminate duplicates.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>TSource</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#first-org.apache.calcite.linq4j.tree.FunctionExpression-">first</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Returns the first element of a sequence that
satisfies a specified condition.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>TSource</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#firstOrDefault-org.apache.calcite.linq4j.tree.FunctionExpression-">firstOrDefault</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Returns the first element of a sequence that
satisfies a specified condition or a default value if no such
element is found.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>&lt;TKey&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;<a href="../../../../org/apache/calcite/linq4j/Grouping.html" title="org.apache.calcite.linq4j中的接口">Grouping</a>&lt;TKey,TSource&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-">groupBy</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector)</code>
<div class="block">Groups the elements of a sequence according to a
specified key selector function.</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>&lt;TKey&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;<a href="../../../../org/apache/calcite/linq4j/Grouping.html" title="org.apache.calcite.linq4j中的接口">Grouping</a>&lt;TKey,TSource&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">groupBy</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</code>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and compares the keys by using
a specified comparer.</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>&lt;TKey,TElement&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;<a href="../../../../org/apache/calcite/linq4j/Grouping.html" title="org.apache.calcite.linq4j中的接口">Grouping</a>&lt;TKey,TElement&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">groupBy</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TElement&gt;&gt;&nbsp;elementSelector)</code>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and projects the elements for
each group by using a specified function.</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>&lt;TKey,TElement&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;<a href="../../../../org/apache/calcite/linq4j/Grouping.html" title="org.apache.calcite.linq4j中的接口">Grouping</a>&lt;TKey,TElement&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">groupBy</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TElement&gt;&gt;&nbsp;elementSelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</code>
<div class="block">Groups the elements of a sequence and projects the
elements for each group by using a specified function.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>&lt;TKey,TElement,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">groupBy</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TElement&gt;&gt;&nbsp;elementSelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TKey,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TElement&gt;,TResult&gt;&gt;&nbsp;resultSelector)</code>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and creates a result value from
each group and its key.</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>&lt;TKey,TElement,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">groupBy</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TElement&gt;&gt;&nbsp;elementSelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TKey,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TElement&gt;,TResult&gt;&gt;&nbsp;resultSelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</code>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and creates a result value from
each group and its key.</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>&lt;TKey,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupByK-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">groupByK</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TKey,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;,TResult&gt;&gt;&nbsp;resultSelector)</code>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and creates a result value from
each group and its key.</div>
</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>&lt;TKey,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupByK-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">groupByK</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TKey,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;,TResult&gt;&gt;&nbsp;resultSelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</code>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and creates a result value from
each group and its key.</div>
</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>&lt;TInner,TKey,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupJoin-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">groupJoin</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;&nbsp;inner,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;outerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TInner,TKey&gt;&gt;&nbsp;innerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;,TResult&gt;&gt;&nbsp;resultSelector)</code>
<div class="block">Correlates the elements of two sequences based on
key equality and groups the results.</div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>&lt;TInner,TKey,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupJoin-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">groupJoin</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;&nbsp;inner,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;outerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TInner,TKey&gt;&gt;&nbsp;innerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;,TResult&gt;&gt;&nbsp;resultSelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</code>
<div class="block">Correlates the elements of two sequences based on
key equality and groups the results.</div>
</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#intersect-org.apache.calcite.linq4j.Enumerable-">intersect</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable)</code>
<div class="block">Produces the set intersection of two sequences by
using the default equality comparer to compare values,
eliminate duplicates.</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#intersect-org.apache.calcite.linq4j.Enumerable-boolean-">intersect</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
boolean&nbsp;all)</code>
<div class="block">Produces the set intersection of two sequences by
using the default equality comparer to compare values,
using <code>all</code> to indicate whether to eliminate duplicates.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#intersect-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-">intersect</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer)</code>
<div class="block">Produces the set intersection of two sequences by
using the specified <code>EqualityComparer&lt;TSource&gt;</code> to compare
values, eliminate duplicates.</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#intersect-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-boolean-">intersect</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer,
boolean&nbsp;all)</code>
<div class="block">Produces the set intersection of two sequences by
using the specified <code>EqualityComparer&lt;TSource&gt;</code> to compare
values, using <code>all</code> to indicate whether to eliminate duplicates.</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>&lt;TInner,TKey,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#join-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">join</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;&nbsp;inner,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;outerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TInner,TKey&gt;&gt;&nbsp;innerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,TInner,TResult&gt;&gt;&nbsp;resultSelector)</code>
<div class="block">Correlates the elements of two sequences based on
matching keys.</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>&lt;TInner,TKey,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#join-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">join</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;&nbsp;inner,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;outerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TInner,TKey&gt;&gt;&nbsp;innerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,TInner,TResult&gt;&gt;&nbsp;resultSelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</code>
<div class="block">Correlates the elements of two sequences based on
matching keys.</div>
</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code>TSource</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#last-org.apache.calcite.linq4j.tree.FunctionExpression-">last</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Returns the last element of a sequence that
satisfies a specified condition.</div>
</td>
</tr>
<tr id="i44" class="altColor">
<td class="colFirst"><code>TSource</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#lastOrDefault-org.apache.calcite.linq4j.tree.FunctionExpression-">lastOrDefault</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Returns the last element of a sequence that
satisfies a condition or a default value if no such element is
found.</div>
</td>
</tr>
<tr id="i45" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#longCount-org.apache.calcite.linq4j.tree.FunctionExpression-">longCount</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Returns an long that represents the number of
elements in a sequence that satisfy a condition.</div>
</td>
</tr>
<tr id="i46" class="altColor">
<td class="colFirst"><code>&lt;TResult extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a>&lt;TResult&gt;&gt;<br>TResult</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#max-org.apache.calcite.linq4j.tree.FunctionExpression-">max</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TResult&gt;&gt;&nbsp;selector)</code>
<div class="block">Invokes a projection function on each element of a
generic <code>IQueryable&lt;TSource&gt;</code> and returns the maximum resulting
value.</div>
</td>
</tr>
<tr id="i47" class="rowColor">
<td class="colFirst"><code>&lt;TResult extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a>&lt;TResult&gt;&gt;<br>TResult</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#min-org.apache.calcite.linq4j.tree.FunctionExpression-">min</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TResult&gt;&gt;&nbsp;selector)</code>
<div class="block">Invokes a projection function on each element of a
generic <code>IQueryable&lt;TSource&gt;</code> and returns the minimum resulting
value.</div>
</td>
</tr>
<tr id="i48" class="altColor">
<td class="colFirst"><code>&lt;TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#ofType-java.lang.Class-">ofType</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="java.lang中的类或接口">Class</a>&lt;TResult&gt;&nbsp;clazz)</code>
<div class="block">Filters the elements of an IQueryable based on a
specified type.</div>
</td>
</tr>
<tr id="i49" class="rowColor">
<td class="colFirst"><code>&lt;TKey extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a>&gt;<br><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">OrderedQueryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#orderBy-org.apache.calcite.linq4j.tree.FunctionExpression-">orderBy</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector)</code>
<div class="block">Sorts the elements of a sequence in ascending
order according to a key.</div>
</td>
</tr>
<tr id="i50" class="altColor">
<td class="colFirst"><code>&lt;TKey&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">OrderedQueryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#orderBy-org.apache.calcite.linq4j.tree.FunctionExpression-java.util.Comparator-">orderBy</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="java.util中的类或接口">Comparator</a>&lt;TKey&gt;&nbsp;comparator)</code>
<div class="block">Sorts the elements of a sequence in ascending
order by using a specified comparer.</div>
</td>
</tr>
<tr id="i51" class="rowColor">
<td class="colFirst"><code>&lt;TKey extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a>&gt;<br><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">OrderedQueryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#orderByDescending-org.apache.calcite.linq4j.tree.FunctionExpression-">orderByDescending</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector)</code>
<div class="block">Sorts the elements of a sequence in descending
order according to a key.</div>
</td>
</tr>
<tr id="i52" class="altColor">
<td class="colFirst"><code>&lt;TKey&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">OrderedQueryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#orderByDescending-org.apache.calcite.linq4j.tree.FunctionExpression-java.util.Comparator-">orderByDescending</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="java.util中的类或接口">Comparator</a>&lt;TKey&gt;&nbsp;comparator)</code>
<div class="block">Sorts the elements of a sequence in descending
order by using a specified comparer.</div>
</td>
</tr>
<tr id="i53" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#reverse--">reverse</a></span>()</code>
<div class="block">Inverts the order of the elements in a sequence.</div>
</td>
</tr>
<tr id="i54" class="altColor">
<td class="colFirst"><code>&lt;TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#select-org.apache.calcite.linq4j.tree.FunctionExpression-">select</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TResult&gt;&gt;&nbsp;selector)</code>
<div class="block">Projects each element of a sequence into a new form.</div>
</td>
</tr>
<tr id="i55" class="rowColor">
<td class="colFirst"><code>&lt;TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#selectMany-org.apache.calcite.linq4j.tree.FunctionExpression-">selectMany</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TResult&gt;&gt;&gt;&nbsp;selector)</code>
<div class="block">Projects each element of a sequence to an
<code>Enumerable&lt;TSource&gt;</code> and combines the resulting sequences into one
sequence.</div>
</td>
</tr>
<tr id="i56" class="altColor">
<td class="colFirst"><code>&lt;TCollection,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#selectMany-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">selectMany</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TCollection&gt;&gt;&gt;&nbsp;collectionSelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,TCollection,TResult&gt;&gt;&nbsp;resultSelector)</code>
<div class="block">Projects each element of a sequence to an
<code>Enumerable&lt;TSource&gt;</code> that incorporates the index of the source
element that produced it.</div>
</td>
</tr>
<tr id="i57" class="rowColor">
<td class="colFirst"><code>&lt;TCollection,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#selectManyN-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">selectManyN</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TCollection&gt;&gt;&gt;&nbsp;collectionSelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,TCollection,TResult&gt;&gt;&nbsp;resultSelector)</code>
<div class="block">Projects each element of a sequence to an
<code>Enumerable&lt;TSource&gt;</code> and invokes a result selector function on each
element therein.</div>
</td>
</tr>
<tr id="i58" class="altColor">
<td class="colFirst"><code>&lt;TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#selectManyN-org.apache.calcite.linq4j.tree.FunctionExpression-">selectManyN</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TResult&gt;&gt;&gt;&nbsp;selector)</code>
<div class="block">Projects each element of a sequence to an
<code>Enumerable&lt;TSource&gt;</code> and combines the resulting sequences into one
sequence.</div>
</td>
</tr>
<tr id="i59" class="rowColor">
<td class="colFirst"><code>&lt;TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#selectN-org.apache.calcite.linq4j.tree.FunctionExpression-">selectN</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>,TResult&gt;&gt;&nbsp;selector)</code>
<div class="block">Projects each element of a sequence into a new
form by incorporating the element's index.</div>
</td>
</tr>
<tr id="i60" class="altColor">
<td class="colFirst"><code>TSource</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#single-org.apache.calcite.linq4j.tree.FunctionExpression-">single</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Returns the only element of a sequence that
satisfies a specified condition, and throws an exception if
more than one such element exists.</div>
</td>
</tr>
<tr id="i61" class="rowColor">
<td class="colFirst"><code>TSource</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#singleOrDefault--">singleOrDefault</a></span>()</code>
<div class="block">Returns the only element of a sequence, or a
default value if the sequence is empty; this method throws an
exception if there is more than one element in the
sequence.</div>
</td>
</tr>
<tr id="i62" class="altColor">
<td class="colFirst"><code>TSource</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#singleOrDefault-org.apache.calcite.linq4j.tree.FunctionExpression-">singleOrDefault</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Returns the only element of a sequence that
satisfies a specified condition or a default value if no such
element exists; this method throws an exception if more than
one element satisfies the condition.</div>
</td>
</tr>
<tr id="i63" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#skip-int-">skip</a></span>(int&nbsp;count)</code>
<div class="block">Bypasses a specified number of elements in a
sequence and then returns the remaining elements.</div>
</td>
</tr>
<tr id="i64" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#skipWhile-org.apache.calcite.linq4j.tree.FunctionExpression-">skipWhile</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Bypasses elements in a sequence as long as a
specified condition is true and then returns the remaining
elements.</div>
</td>
</tr>
<tr id="i65" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#skipWhileN-org.apache.calcite.linq4j.tree.FunctionExpression-">skipWhileN</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate2.html" title="org.apache.calcite.linq4j.function中的接口">Predicate2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>&gt;&gt;&nbsp;predicate)</code>
<div class="block">Bypasses elements in a sequence as long as a
specified condition is true and then returns the remaining
elements.</div>
</td>
</tr>
<tr id="i66" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#sumBigDecimal-org.apache.calcite.linq4j.tree.FunctionExpression-">sumBigDecimal</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/BigDecimalFunction1.html" title="org.apache.calcite.linq4j.function中的接口">BigDecimalFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the sum of the sequence of Decimal values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</td>
</tr>
<tr id="i67" class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#sumDouble-org.apache.calcite.linq4j.tree.FunctionExpression-">sumDouble</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/DoubleFunction1.html" title="org.apache.calcite.linq4j.function中的接口">DoubleFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the sum of the sequence of Double values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</td>
</tr>
<tr id="i68" class="altColor">
<td class="colFirst"><code>float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#sumFloat-org.apache.calcite.linq4j.tree.FunctionExpression-">sumFloat</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/FloatFunction1.html" title="org.apache.calcite.linq4j.function中的接口">FloatFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the sum of the sequence of Float values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</td>
</tr>
<tr id="i69" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#sumInteger-org.apache.calcite.linq4j.tree.FunctionExpression-">sumInteger</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/IntegerFunction1.html" title="org.apache.calcite.linq4j.function中的接口">IntegerFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the sum of the sequence of int values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</td>
</tr>
<tr id="i70" class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#sumLong-org.apache.calcite.linq4j.tree.FunctionExpression-">sumLong</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/LongFunction1.html" title="org.apache.calcite.linq4j.function中的接口">LongFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the sum of the sequence of long values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</td>
</tr>
<tr id="i71" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#sumNullableBigDecimal-org.apache.calcite.linq4j.tree.FunctionExpression-">sumNullableBigDecimal</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableBigDecimalFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableBigDecimalFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the sum of the sequence of nullable
Decimal values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</td>
</tr>
<tr id="i72" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="java.lang中的类或接口">Double</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#sumNullableDouble-org.apache.calcite.linq4j.tree.FunctionExpression-">sumNullableDouble</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableDoubleFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableDoubleFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the sum of the sequence of nullable
Double values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</td>
</tr>
<tr id="i73" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true" title="java.lang中的类或接口">Float</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#sumNullableFloat-org.apache.calcite.linq4j.tree.FunctionExpression-">sumNullableFloat</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableFloatFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableFloatFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the sum of the sequence of nullable
Float values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</td>
</tr>
<tr id="i74" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#sumNullableInteger-org.apache.calcite.linq4j.tree.FunctionExpression-">sumNullableInteger</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableIntegerFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableIntegerFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the sum of the sequence of nullable int
values that is obtained by invoking a projection function on
each element of the input sequence.</div>
</td>
</tr>
<tr id="i75" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="java.lang中的类或接口">Long</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#sumNullableLong-org.apache.calcite.linq4j.tree.FunctionExpression-">sumNullableLong</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableLongFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableLongFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</code>
<div class="block">Computes the sum of the sequence of nullable long
values that is obtained by invoking a projection function on
each element of the input sequence.</div>
</td>
</tr>
<tr id="i76" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#take-int-">take</a></span>(int&nbsp;count)</code>
<div class="block">Returns a specified number of contiguous elements
from the start of a sequence.</div>
</td>
</tr>
<tr id="i77" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#takeWhile-org.apache.calcite.linq4j.tree.FunctionExpression-">takeWhile</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Returns elements from a sequence as long as a
specified condition is true.</div>
</td>
</tr>
<tr id="i78" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#takeWhileN-org.apache.calcite.linq4j.tree.FunctionExpression-">takeWhileN</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate2.html" title="org.apache.calcite.linq4j.function中的接口">Predicate2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>&gt;&gt;&nbsp;predicate)</code>
<div class="block">Returns elements from a sequence as long as a
specified condition is true.</div>
</td>
</tr>
<tr id="i79" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#union-org.apache.calcite.linq4j.Enumerable-">union</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;source1)</code>
<div class="block">Produces the set union of two sequences by using
the default equality comparer.</div>
</td>
</tr>
<tr id="i80" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#union-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-">union</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;source1,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer)</code>
<div class="block">Produces the set union of two sequences by using a
specified <code>EqualityComparer&lt;TSource&gt;</code>.</div>
</td>
</tr>
<tr id="i81" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#where-org.apache.calcite.linq4j.tree.FunctionExpression-">where</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;? extends <a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</code>
<div class="block">Filters a sequence of values based on a
predicate.</div>
</td>
</tr>
<tr id="i82" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#whereN-org.apache.calcite.linq4j.tree.FunctionExpression-">whereN</a></span>(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;? extends <a href="../../../../org/apache/calcite/linq4j/function/Predicate2.html" title="org.apache.calcite.linq4j.function中的接口">Predicate2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>&gt;&gt;&nbsp;predicate)</code>
<div class="block">Filters a sequence of values based on a
predicate.</div>
</td>
</tr>
<tr id="i83" class="rowColor">
<td class="colFirst"><code>&lt;T1,TResult&gt;<br><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#zip-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.tree.FunctionExpression-">zip</a></span>(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;T1&gt;&nbsp;source1,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,T1,TResult&gt;&gt;&nbsp;resultSelector)</code>
<div class="block">Merges two sequences by using the specified
predicate function.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.calcite.linq4j.ExtendedOrderedQueryable">
<!-- -->
</a>
<h3>从接口继承的方法&nbsp;org.apache.calcite.linq4j.<a href="../../../../org/apache/calcite/linq4j/ExtendedOrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">ExtendedOrderedQueryable</a></h3>
<code><a href="../../../../org/apache/calcite/linq4j/ExtendedOrderedQueryable.html#thenBy-org.apache.calcite.linq4j.tree.FunctionExpression-">thenBy</a>, <a href="../../../../org/apache/calcite/linq4j/ExtendedOrderedQueryable.html#thenBy-org.apache.calcite.linq4j.tree.FunctionExpression-java.util.Comparator-">thenBy</a>, <a href="../../../../org/apache/calcite/linq4j/ExtendedOrderedQueryable.html#thenByDescending-org.apache.calcite.linq4j.tree.FunctionExpression-">thenByDescending</a>, <a href="../../../../org/apache/calcite/linq4j/ExtendedOrderedQueryable.html#thenByDescending-org.apache.calcite.linq4j.tree.FunctionExpression-java.util.Comparator-">thenByDescending</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.calcite.linq4j.RawQueryable">
<!-- -->
</a>
<h3>从接口继承的方法&nbsp;org.apache.calcite.linq4j.<a href="../../../../org/apache/calcite/linq4j/RawQueryable.html" title="org.apache.calcite.linq4j中的接口">RawQueryable</a></h3>
<code><a href="../../../../org/apache/calcite/linq4j/RawQueryable.html#getElementType--">getElementType</a>, <a href="../../../../org/apache/calcite/linq4j/RawQueryable.html#getExpression--">getExpression</a>, <a href="../../../../org/apache/calcite/linq4j/RawQueryable.html#getProvider--">getProvider</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.calcite.linq4j.RawEnumerable">
<!-- -->
</a>
<h3>从接口继承的方法&nbsp;org.apache.calcite.linq4j.<a href="../../../../org/apache/calcite/linq4j/RawEnumerable.html" title="org.apache.calcite.linq4j中的接口">RawEnumerable</a></h3>
<code><a href="../../../../org/apache/calcite/linq4j/RawEnumerable.html#enumerator--">enumerator</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Iterable">
<!-- -->
</a>
<h3>从接口继承的方法&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="java.lang中的类或接口">Iterable</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#forEach-java.util.function.Consumer-" title="java.lang中的类或接口">forEach</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--" title="java.lang中的类或接口">iterator</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#spliterator--" title="java.lang中的类或接口">spliterator</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>方法详细资料</h3>
<a name="aggregate-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>aggregate</h4>
<pre>TSource&nbsp;aggregate(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,TSource,TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Applies an accumulator function over a sequence.</div>
</li>
</ul>
<a name="aggregate-java.lang.Object-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a><a name="aggregate-TAccumulate-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>aggregate</h4>
<pre>&lt;TAccumulate&gt;&nbsp;TAccumulate&nbsp;aggregate(TAccumulate&nbsp;seed,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TAccumulate,TSource,TAccumulate&gt;&gt;&nbsp;selector)</pre>
<div class="block">Applies an accumulator function over a
sequence. The specified seed value is used as the initial
accumulator value.</div>
</li>
</ul>
<a name="aggregate-java.lang.Object-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a><a name="aggregate-TAccumulate-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>aggregate</h4>
<pre>&lt;TAccumulate,TResult&gt;&nbsp;TResult&nbsp;aggregate(TAccumulate&nbsp;seed,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TAccumulate,TSource,TAccumulate&gt;&gt;&nbsp;func,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TAccumulate,TResult&gt;&gt;&nbsp;selector)</pre>
<div class="block">Applies an accumulator function over a
sequence. The specified seed value is used as the initial
accumulator value, and the specified function is used to select
the result value.</div>
</li>
</ul>
<a name="all-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>all</h4>
<pre>boolean&nbsp;all(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Determines whether all the elements of a sequence
satisfy a condition.</div>
</li>
</ul>
<a name="any-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>any</h4>
<pre>boolean&nbsp;any(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Determines whether any element of a sequence
satisfies a condition.</div>
</li>
</ul>
<a name="averageBigDecimal-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>averageBigDecimal</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;averageBigDecimal(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/BigDecimalFunction1.html" title="org.apache.calcite.linq4j.function中的接口">BigDecimalFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the average of a sequence of Decimal
values that is obtained by invoking a projection function on
each element of the input sequence.</div>
</li>
</ul>
<a name="averageNullableBigDecimal-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>averageNullableBigDecimal</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;averageNullableBigDecimal(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableBigDecimalFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableBigDecimalFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the average of a sequence of nullable
Decimal values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</li>
</ul>
<a name="averageDouble-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>averageDouble</h4>
<pre>double&nbsp;averageDouble(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/DoubleFunction1.html" title="org.apache.calcite.linq4j.function中的接口">DoubleFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the average of a sequence of Double
values that is obtained by invoking a projection function on
each element of the input sequence.</div>
</li>
</ul>
<a name="averageNullableDouble-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>averageNullableDouble</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="java.lang中的类或接口">Double</a>&nbsp;averageNullableDouble(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableDoubleFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableDoubleFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the average of a sequence of nullable
Double values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</li>
</ul>
<a name="averageInteger-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>averageInteger</h4>
<pre>int&nbsp;averageInteger(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/IntegerFunction1.html" title="org.apache.calcite.linq4j.function中的接口">IntegerFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the average of a sequence of int values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</li>
</ul>
<a name="averageNullableInteger-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>averageNullableInteger</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>&nbsp;averageNullableInteger(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableIntegerFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableIntegerFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the average of a sequence of nullable
int values that is obtained by invoking a projection function
on each element of the input sequence.</div>
</li>
</ul>
<a name="averageFloat-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>averageFloat</h4>
<pre>float&nbsp;averageFloat(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/FloatFunction1.html" title="org.apache.calcite.linq4j.function中的接口">FloatFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the average of a sequence of Float
values that is obtained by invoking a projection function on
each element of the input sequence.</div>
</li>
</ul>
<a name="averageNullableFloat-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>averageNullableFloat</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true" title="java.lang中的类或接口">Float</a>&nbsp;averageNullableFloat(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableFloatFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableFloatFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the average of a sequence of nullable
Float values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</li>
</ul>
<a name="averageLong-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>averageLong</h4>
<pre>long&nbsp;averageLong(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/LongFunction1.html" title="org.apache.calcite.linq4j.function中的接口">LongFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the average of a sequence of long values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</li>
</ul>
<a name="averageNullableLong-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>averageNullableLong</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="java.lang中的类或接口">Long</a>&nbsp;averageNullableLong(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableLongFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableLongFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the average of a sequence of nullable
long values that is obtained by invoking a projection function
on each element of the input sequence.</div>
</li>
</ul>
<a name="concat-org.apache.calcite.linq4j.Enumerable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>concat</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;concat(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;source2)</pre>
<div class="block">Concatenates two sequences.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#concat-org.apache.calcite.linq4j.Enumerable-">concat</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="count-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>count</h4>
<pre>int&nbsp;count(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Returns the number of elements in the specified
sequence that satisfies a condition.</div>
</li>
</ul>
<a name="defaultIfEmpty--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>defaultIfEmpty</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;defaultIfEmpty()</pre>
<div class="block">Returns the elements of the specified sequence or
the type parameter's default value in a singleton collection if
the sequence is empty.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#defaultIfEmpty--">defaultIfEmpty</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="distinct--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>distinct</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;distinct()</pre>
<div class="block">Returns distinct elements from a sequence by using
the default equality comparer to compare values.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#distinct--">distinct</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="distinct-org.apache.calcite.linq4j.function.EqualityComparer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>distinct</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;distinct(<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer)</pre>
<div class="block">Returns distinct elements from a sequence by using
a specified EqualityComparer&lt;TSource&gt; to compare values.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#distinct-org.apache.calcite.linq4j.function.EqualityComparer-">distinct</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="except-org.apache.calcite.linq4j.Enumerable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>except</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;except(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable)</pre>
<div class="block">Produces the set difference of two sequences by
using the default equality comparer to compare values,
eliminate duplicates. (Defined by Enumerable.)</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#except-org.apache.calcite.linq4j.Enumerable-">except</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="except-org.apache.calcite.linq4j.Enumerable-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>except</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;except(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
boolean&nbsp;all)</pre>
<div class="block">Produces the set difference of two sequences by
using the default equality comparer to compare values,
using <code>all</code> to indicate whether to eliminate duplicates.
(Defined by Enumerable.)</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#except-org.apache.calcite.linq4j.Enumerable-boolean-">except</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="except-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>except</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;except(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer)</pre>
<div class="block">Produces the set difference of two sequences by
using the specified <code>EqualityComparer&lt;TSource&gt;</code> to compare
values, eliminate duplicates.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#except-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-">except</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="except-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>except</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;except(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer,
boolean&nbsp;all)</pre>
<div class="block">Produces the set difference of two sequences by
using the specified <code>EqualityComparer&lt;TSource&gt;</code> to compare
values, using <code>all</code> to indicate whether to eliminate duplicates.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#except-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-boolean-">except</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="first-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>first</h4>
<pre>TSource&nbsp;first(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Returns the first element of a sequence that
satisfies a specified condition.</div>
</li>
</ul>
<a name="firstOrDefault-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>firstOrDefault</h4>
<pre>TSource&nbsp;firstOrDefault(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Returns the first element of a sequence that
satisfies a specified condition or a default value if no such
element is found.</div>
</li>
</ul>
<a name="groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupBy</h4>
<pre>&lt;TKey&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;<a href="../../../../org/apache/calcite/linq4j/Grouping.html" title="org.apache.calcite.linq4j中的接口">Grouping</a>&lt;TKey,TSource&gt;&gt;&nbsp;groupBy(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector)</pre>
<div class="block">Groups the elements of a sequence according to a
specified key selector function.</div>
</li>
</ul>
<a name="groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupBy</h4>
<pre>&lt;TKey&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;<a href="../../../../org/apache/calcite/linq4j/Grouping.html" title="org.apache.calcite.linq4j中的接口">Grouping</a>&lt;TKey,TSource&gt;&gt;&nbsp;groupBy(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</pre>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and compares the keys by using
a specified comparer.</div>
</li>
</ul>
<a name="groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupBy</h4>
<pre>&lt;TKey,TElement&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;<a href="../../../../org/apache/calcite/linq4j/Grouping.html" title="org.apache.calcite.linq4j中的接口">Grouping</a>&lt;TKey,TElement&gt;&gt;&nbsp;groupBy(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TElement&gt;&gt;&nbsp;elementSelector)</pre>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and projects the elements for
each group by using a specified function.</div>
</li>
</ul>
<a name="groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupBy</h4>
<pre>&lt;TKey,TElement&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;<a href="../../../../org/apache/calcite/linq4j/Grouping.html" title="org.apache.calcite.linq4j中的接口">Grouping</a>&lt;TKey,TElement&gt;&gt;&nbsp;groupBy(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TElement&gt;&gt;&nbsp;elementSelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</pre>
<div class="block">Groups the elements of a sequence and projects the
elements for each group by using a specified function. Key
values are compared by using a specified comparer.</div>
</li>
</ul>
<a name="groupByK-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupByK</h4>
<pre>&lt;TKey,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;groupByK(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TKey,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;,TResult&gt;&gt;&nbsp;resultSelector)</pre>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and creates a result value from
each group and its key.
<p>NOTE: Renamed from <code>groupBy</code> to distinguish from
<a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-"><code>groupBy(org.apache.calcite.linq4j.tree.FunctionExpression, org.apache.calcite.linq4j.tree.FunctionExpression)</code></a>,
which has the same erasure.</p></div>
</li>
</ul>
<a name="groupByK-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupByK</h4>
<pre>&lt;TKey,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;groupByK(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TKey,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;,TResult&gt;&gt;&nbsp;resultSelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</pre>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and creates a result value from
each group and its key. Keys are compared by using a specified
comparer.</div>
</li>
</ul>
<a name="groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupBy</h4>
<pre>&lt;TKey,TElement,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;groupBy(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TElement&gt;&gt;&nbsp;elementSelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TKey,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TElement&gt;,TResult&gt;&gt;&nbsp;resultSelector)</pre>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and creates a result value from
each group and its key. The elements of each group are
projected by using a specified function.</div>
</li>
</ul>
<a name="groupBy-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupBy</h4>
<pre>&lt;TKey,TElement,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;groupBy(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TElement&gt;&gt;&nbsp;elementSelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TKey,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TElement&gt;,TResult&gt;&gt;&nbsp;resultSelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</pre>
<div class="block">Groups the elements of a sequence according to a
specified key selector function and creates a result value from
each group and its key. Keys are compared by using a specified
comparer and the elements of each group are projected by using
a specified function.</div>
</li>
</ul>
<a name="groupJoin-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupJoin</h4>
<pre>&lt;TInner,TKey,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;groupJoin(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;&nbsp;inner,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;outerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TInner,TKey&gt;&gt;&nbsp;innerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;,TResult&gt;&gt;&nbsp;resultSelector)</pre>
<div class="block">Correlates the elements of two sequences based on
key equality and groups the results. The default equality
comparer is used to compare keys.</div>
</li>
</ul>
<a name="groupJoin-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupJoin</h4>
<pre>&lt;TInner,TKey,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;groupJoin(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;&nbsp;inner,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;outerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TInner,TKey&gt;&gt;&nbsp;innerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;,TResult&gt;&gt;&nbsp;resultSelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</pre>
<div class="block">Correlates the elements of two sequences based on
key equality and groups the results. A specified
<code>EqualityComparer&lt;TSource&gt;</code> is used to compare keys.</div>
</li>
</ul>
<a name="intersect-org.apache.calcite.linq4j.Enumerable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>intersect</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;intersect(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable)</pre>
<div class="block">Produces the set intersection of two sequences by
using the default equality comparer to compare values,
eliminate duplicates.(Defined by Queryable.)</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#intersect-org.apache.calcite.linq4j.Enumerable-">intersect</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="intersect-org.apache.calcite.linq4j.Enumerable-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>intersect</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;intersect(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
boolean&nbsp;all)</pre>
<div class="block">Produces the set intersection of two sequences by
using the default equality comparer to compare values,
using <code>all</code> to indicate whether to eliminate duplicates.
(Defined by Queryable.)</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#intersect-org.apache.calcite.linq4j.Enumerable-boolean-">intersect</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="intersect-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>intersect</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;intersect(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer)</pre>
<div class="block">Produces the set intersection of two sequences by
using the specified <code>EqualityComparer&lt;TSource&gt;</code> to compare
values, eliminate duplicates.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#intersect-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-">intersect</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="intersect-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>intersect</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;intersect(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer,
boolean&nbsp;all)</pre>
<div class="block">Produces the set intersection of two sequences by
using the specified <code>EqualityComparer&lt;TSource&gt;</code> to compare
values, using <code>all</code> to indicate whether to eliminate duplicates.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#intersect-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-boolean-">intersect</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="join-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>join</h4>
<pre>&lt;TInner,TKey,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;join(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;&nbsp;inner,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;outerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TInner,TKey&gt;&gt;&nbsp;innerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,TInner,TResult&gt;&gt;&nbsp;resultSelector)</pre>
<div class="block">Correlates the elements of two sequences based on
matching keys. The default equality comparer is used to compare
keys.</div>
</li>
</ul>
<a name="join-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.function.EqualityComparer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>join</h4>
<pre>&lt;TInner,TKey,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;join(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TInner&gt;&nbsp;inner,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;outerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TInner,TKey&gt;&gt;&nbsp;innerKeySelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,TInner,TResult&gt;&gt;&nbsp;resultSelector,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</pre>
<div class="block">Correlates the elements of two sequences based on
matching keys. A specified <code>EqualityComparer&lt;TSource&gt;</code> is used to
compare keys.</div>
</li>
</ul>
<a name="last-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>last</h4>
<pre>TSource&nbsp;last(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Returns the last element of a sequence that
satisfies a specified condition.</div>
</li>
</ul>
<a name="lastOrDefault-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lastOrDefault</h4>
<pre>TSource&nbsp;lastOrDefault(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Returns the last element of a sequence that
satisfies a condition or a default value if no such element is
found.</div>
</li>
</ul>
<a name="longCount-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>longCount</h4>
<pre>long&nbsp;longCount(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Returns an long that represents the number of
elements in a sequence that satisfy a condition.</div>
</li>
</ul>
<a name="max-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>max</h4>
<pre>&lt;TResult extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a>&lt;TResult&gt;&gt;&nbsp;TResult&nbsp;max(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TResult&gt;&gt;&nbsp;selector)</pre>
<div class="block">Invokes a projection function on each element of a
generic <code>IQueryable&lt;TSource&gt;</code> and returns the maximum resulting
value.</div>
</li>
</ul>
<a name="min-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>min</h4>
<pre>&lt;TResult extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a>&lt;TResult&gt;&gt;&nbsp;TResult&nbsp;min(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TResult&gt;&gt;&nbsp;selector)</pre>
<div class="block">Invokes a projection function on each element of a
generic <code>IQueryable&lt;TSource&gt;</code> and returns the minimum resulting
value.</div>
</li>
</ul>
<a name="ofType-java.lang.Class-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ofType</h4>
<pre>&lt;TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;ofType(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="java.lang中的类或接口">Class</a>&lt;TResult&gt;&nbsp;clazz)</pre>
<div class="block">Filters the elements of an IQueryable based on a
specified type.
<p>The OfType method generates a
<a href="../../../../org/apache/calcite/linq4j/tree/MethodCallExpression.html" title="org.apache.calcite.linq4j.tree中的类"><code>MethodCallExpression</code></a> that represents
calling OfType itself as a constructed generic method. It then passes the
MethodCallExpression to the CreateQuery(Expression) method of the
<a href="../../../../org/apache/calcite/linq4j/QueryProvider.html" title="org.apache.calcite.linq4j中的接口"><code>QueryProvider</code></a> represented by the Provider property of the source
parameter.
<p>The query behavior that occurs as a result of executing an expression
tree that represents calling OfType depends on the implementation of the
type of the source parameter. The expected behavior is that it filters
out any elements in source that are not of type TResult.
<p>NOTE: clazz parameter not present in C# LINQ; necessary because of
Java type erasure.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#ofType-java.lang.Class-">ofType</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
<dt><span class="paramLabel">类型参数:</span></dt>
<dd><code>TResult</code> - Target type</dd>
<dt><span class="paramLabel">参数:</span></dt>
<dd><code>clazz</code> - Target type</dd>
<dt><span class="returnLabel">返回:</span></dt>
<dd>Collection of T2</dd>
</dl>
</li>
</ul>
<a name="cast-java.lang.Class-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cast</h4>
<pre>&lt;T2&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;T2&gt;&nbsp;cast(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="java.lang中的类或接口">Class</a>&lt;T2&gt;&nbsp;clazz)</pre>
<div class="block"><span class="descfrmTypeLabel">从接口复制的说明:&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#cast-java.lang.Class-">ExtendedEnumerable</a></code></span></div>
<div class="block">Converts the elements of this Enumerable to the specified type.
<p>This method is implemented by using deferred execution. The immediate
return value is an object that stores all the information that is
required to perform the action. The query represented by this method is
not executed until the object is enumerated either by calling its
<a href="../../../../org/apache/calcite/linq4j/RawEnumerable.html#enumerator--"><code>RawEnumerable.enumerator()</code></a> method directly or by using
<code>for (... in ...)</code>.
<p>If an element cannot be cast to type TResult, the
<a href="../../../../org/apache/calcite/linq4j/Enumerator.html#current--"><code>Enumerator.current()</code></a> method will throw a
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassCastException.html?is-external=true" title="java.lang中的类或接口"><code>ClassCastException</code></a> a exception when the element it accessed. To
obtain only those elements that can be cast to type TResult, use the
<a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#ofType-java.lang.Class-"><code>ExtendedEnumerable.ofType(Class)</code></a> method instead.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#cast-java.lang.Class-">cast</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../org/apache/calcite/linq4j/EnumerableDefaults.html#cast-org.apache.calcite.linq4j.Enumerable-java.lang.Class-"><code>EnumerableDefaults.cast(org.apache.calcite.linq4j.Enumerable&lt;TSource&gt;, java.lang.Class&lt;T2&gt;)</code></a>,
<a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#ofType-java.lang.Class-"><code>ExtendedEnumerable.ofType(Class)</code></a></dd>
</dl>
</li>
</ul>
<a name="orderBy-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>orderBy</h4>
<pre>&lt;TKey extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a>&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">OrderedQueryable</a>&lt;TSource&gt;&nbsp;orderBy(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector)</pre>
<div class="block">Sorts the elements of a sequence in ascending
order according to a key.</div>
</li>
</ul>
<a name="orderBy-org.apache.calcite.linq4j.tree.FunctionExpression-java.util.Comparator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>orderBy</h4>
<pre>&lt;TKey&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">OrderedQueryable</a>&lt;TSource&gt;&nbsp;orderBy(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="java.util中的类或接口">Comparator</a>&lt;TKey&gt;&nbsp;comparator)</pre>
<div class="block">Sorts the elements of a sequence in ascending
order by using a specified comparer.</div>
</li>
</ul>
<a name="orderByDescending-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>orderByDescending</h4>
<pre>&lt;TKey extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a>&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">OrderedQueryable</a>&lt;TSource&gt;&nbsp;orderByDescending(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector)</pre>
<div class="block">Sorts the elements of a sequence in descending
order according to a key.</div>
</li>
</ul>
<a name="orderByDescending-org.apache.calcite.linq4j.tree.FunctionExpression-java.util.Comparator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>orderByDescending</h4>
<pre>&lt;TKey&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">OrderedQueryable</a>&lt;TSource&gt;&nbsp;orderByDescending(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TKey&gt;&gt;&nbsp;keySelector,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="java.util中的类或接口">Comparator</a>&lt;TKey&gt;&nbsp;comparator)</pre>
<div class="block">Sorts the elements of a sequence in descending
order by using a specified comparer.</div>
</li>
</ul>
<a name="reverse--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reverse</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;reverse()</pre>
<div class="block">Inverts the order of the elements in a sequence.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#reverse--">reverse</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="select-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>select</h4>
<pre>&lt;TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;select(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,TResult&gt;&gt;&nbsp;selector)</pre>
<div class="block">Projects each element of a sequence into a new form.</div>
</li>
</ul>
<a name="selectN-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>selectN</h4>
<pre>&lt;TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;selectN(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>,TResult&gt;&gt;&nbsp;selector)</pre>
<div class="block">Projects each element of a sequence into a new
form by incorporating the element's index.
<p>NOTE: Renamed from <code>select</code> because had same erasure as
<a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#select-org.apache.calcite.linq4j.tree.FunctionExpression-"><code>select(org.apache.calcite.linq4j.tree.FunctionExpression)</code></a>.</p></div>
</li>
</ul>
<a name="selectMany-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>selectMany</h4>
<pre>&lt;TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;selectMany(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TResult&gt;&gt;&gt;&nbsp;selector)</pre>
<div class="block">Projects each element of a sequence to an
<code>Enumerable&lt;TSource&gt;</code> and combines the resulting sequences into one
sequence.</div>
</li>
</ul>
<a name="selectManyN-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>selectManyN</h4>
<pre>&lt;TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;selectManyN(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TResult&gt;&gt;&gt;&nbsp;selector)</pre>
<div class="block">Projects each element of a sequence to an
<code>Enumerable&lt;TSource&gt;</code> and combines the resulting sequences into one
sequence. The index of each source element is used in the
projected form of that element.
<p>NOTE: Renamed from <code>selectMany</code> because had same erasure as
<a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#selectMany-org.apache.calcite.linq4j.tree.FunctionExpression-"><code>selectMany(org.apache.calcite.linq4j.tree.FunctionExpression)</code></a></p></div>
</li>
</ul>
<a name="selectMany-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>selectMany</h4>
<pre>&lt;TCollection,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;selectMany(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TCollection&gt;&gt;&gt;&nbsp;collectionSelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,TCollection,TResult&gt;&gt;&nbsp;resultSelector)</pre>
<div class="block">Projects each element of a sequence to an
<code>Enumerable&lt;TSource&gt;</code> that incorporates the index of the source
element that produced it. A result selector function is invoked
on each element of each intermediate sequence, and the
resulting values are combined into a single, one-dimensional
sequence and returned.</div>
</li>
</ul>
<a name="selectManyN-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>selectManyN</h4>
<pre>&lt;TCollection,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;selectManyN(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function1.html" title="org.apache.calcite.linq4j.function中的接口">Function1</a>&lt;TSource,<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TCollection&gt;&gt;&gt;&nbsp;collectionSelector,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,TCollection,TResult&gt;&gt;&nbsp;resultSelector)</pre>
<div class="block">Projects each element of a sequence to an
<code>Enumerable&lt;TSource&gt;</code> and invokes a result selector function on each
element therein. The resulting values from each intermediate
sequence are combined into a single, one-dimensional sequence
and returned.
<p>NOTE: Renamed from <code>selectMany</code> because had same erasure as
<a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html#selectMany-org.apache.calcite.linq4j.tree.FunctionExpression-org.apache.calcite.linq4j.tree.FunctionExpression-"><code>selectMany(org.apache.calcite.linq4j.tree.FunctionExpression, org.apache.calcite.linq4j.tree.FunctionExpression)</code></a></div>
</li>
</ul>
<a name="single-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>single</h4>
<pre>TSource&nbsp;single(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Returns the only element of a sequence that
satisfies a specified condition, and throws an exception if
more than one such element exists.</div>
</li>
</ul>
<a name="singleOrDefault--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>singleOrDefault</h4>
<pre>TSource&nbsp;singleOrDefault()</pre>
<div class="block">Returns the only element of a sequence, or a
default value if the sequence is empty; this method throws an
exception if there is more than one element in the
sequence.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#singleOrDefault--">singleOrDefault</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="singleOrDefault-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>singleOrDefault</h4>
<pre>TSource&nbsp;singleOrDefault(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Returns the only element of a sequence that
satisfies a specified condition or a default value if no such
element exists; this method throws an exception if more than
one element satisfies the condition.</div>
</li>
</ul>
<a name="skip-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>skip</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;skip(int&nbsp;count)</pre>
<div class="block">Bypasses a specified number of elements in a
sequence and then returns the remaining elements.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#skip-int-">skip</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="skipWhile-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>skipWhile</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;skipWhile(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Bypasses elements in a sequence as long as a
specified condition is true and then returns the remaining
elements.</div>
</li>
</ul>
<a name="skipWhileN-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>skipWhileN</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;skipWhileN(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate2.html" title="org.apache.calcite.linq4j.function中的接口">Predicate2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Bypasses elements in a sequence as long as a
specified condition is true and then returns the remaining
elements. The element's index is used in the logic of the
predicate function.</div>
</li>
</ul>
<a name="sumBigDecimal-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumBigDecimal</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;sumBigDecimal(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/BigDecimalFunction1.html" title="org.apache.calcite.linq4j.function中的接口">BigDecimalFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the sum of the sequence of Decimal values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</li>
</ul>
<a name="sumNullableBigDecimal-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumNullableBigDecimal</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;sumNullableBigDecimal(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableBigDecimalFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableBigDecimalFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the sum of the sequence of nullable
Decimal values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</li>
</ul>
<a name="sumDouble-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumDouble</h4>
<pre>double&nbsp;sumDouble(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/DoubleFunction1.html" title="org.apache.calcite.linq4j.function中的接口">DoubleFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the sum of the sequence of Double values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</li>
</ul>
<a name="sumNullableDouble-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumNullableDouble</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="java.lang中的类或接口">Double</a>&nbsp;sumNullableDouble(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableDoubleFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableDoubleFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the sum of the sequence of nullable
Double values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</li>
</ul>
<a name="sumInteger-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumInteger</h4>
<pre>int&nbsp;sumInteger(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/IntegerFunction1.html" title="org.apache.calcite.linq4j.function中的接口">IntegerFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the sum of the sequence of int values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</li>
</ul>
<a name="sumNullableInteger-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumNullableInteger</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>&nbsp;sumNullableInteger(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableIntegerFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableIntegerFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the sum of the sequence of nullable int
values that is obtained by invoking a projection function on
each element of the input sequence.</div>
</li>
</ul>
<a name="sumLong-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumLong</h4>
<pre>long&nbsp;sumLong(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/LongFunction1.html" title="org.apache.calcite.linq4j.function中的接口">LongFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the sum of the sequence of long values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</li>
</ul>
<a name="sumNullableLong-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumNullableLong</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="java.lang中的类或接口">Long</a>&nbsp;sumNullableLong(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableLongFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableLongFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the sum of the sequence of nullable long
values that is obtained by invoking a projection function on
each element of the input sequence.</div>
</li>
</ul>
<a name="sumFloat-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumFloat</h4>
<pre>float&nbsp;sumFloat(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/FloatFunction1.html" title="org.apache.calcite.linq4j.function中的接口">FloatFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the sum of the sequence of Float values
that is obtained by invoking a projection function on each
element of the input sequence.</div>
</li>
</ul>
<a name="sumNullableFloat-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sumNullableFloat</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true" title="java.lang中的类或接口">Float</a>&nbsp;sumNullableFloat(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/NullableFloatFunction1.html" title="org.apache.calcite.linq4j.function中的接口">NullableFloatFunction1</a>&lt;TSource&gt;&gt;&nbsp;selector)</pre>
<div class="block">Computes the sum of the sequence of nullable
Float values that is obtained by invoking a projection
function on each element of the input sequence.</div>
</li>
</ul>
<a name="take-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>take</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;take(int&nbsp;count)</pre>
<div class="block">Returns a specified number of contiguous elements
from the start of a sequence.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#take-int-">take</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="takeWhile-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>takeWhile</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;takeWhile(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Returns elements from a sequence as long as a
specified condition is true.</div>
</li>
</ul>
<a name="takeWhileN-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>takeWhileN</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;takeWhileN(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Predicate2.html" title="org.apache.calcite.linq4j.function中的接口">Predicate2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Returns elements from a sequence as long as a
specified condition is true. The element's index is used in the
logic of the predicate function.</div>
</li>
</ul>
<a name="union-org.apache.calcite.linq4j.Enumerable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>union</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;union(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;source1)</pre>
<div class="block">Produces the set union of two sequences by using
the default equality comparer.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#union-org.apache.calcite.linq4j.Enumerable-">union</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="union-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>union</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;union(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;TSource&gt;&nbsp;source1,
<a href="../../../../org/apache/calcite/linq4j/function/EqualityComparer.html" title="org.apache.calcite.linq4j.function中的接口">EqualityComparer</a>&lt;TSource&gt;&nbsp;comparer)</pre>
<div class="block">Produces the set union of two sequences by using a
specified <code>EqualityComparer&lt;TSource&gt;</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html#union-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.function.EqualityComparer-">union</a></code>&nbsp;在接口中&nbsp;<code><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</code></dd>
</dl>
</li>
</ul>
<a name="where-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>where</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;where(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;? extends <a href="../../../../org/apache/calcite/linq4j/function/Predicate1.html" title="org.apache.calcite.linq4j.function中的接口">Predicate1</a>&lt;TSource&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Filters a sequence of values based on a
predicate.</div>
</li>
</ul>
<a name="whereN-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>whereN</h4>
<pre><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TSource&gt;&nbsp;whereN(<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;? extends <a href="../../../../org/apache/calcite/linq4j/function/Predicate2.html" title="org.apache.calcite.linq4j.function中的接口">Predicate2</a>&lt;TSource,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>&gt;&gt;&nbsp;predicate)</pre>
<div class="block">Filters a sequence of values based on a
predicate. Each element's index is used in the logic of the
predicate function.</div>
</li>
</ul>
<a name="zip-org.apache.calcite.linq4j.Enumerable-org.apache.calcite.linq4j.tree.FunctionExpression-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>zip</h4>
<pre>&lt;T1,TResult&gt;&nbsp;<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;TResult&gt;&nbsp;zip(<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;T1&gt;&nbsp;source1,
<a href="../../../../org/apache/calcite/linq4j/tree/FunctionExpression.html" title="org.apache.calcite.linq4j.tree中的类">FunctionExpression</a>&lt;<a href="../../../../org/apache/calcite/linq4j/function/Function2.html" title="org.apache.calcite.linq4j.function中的接口">Function2</a>&lt;TSource,T1,TResult&gt;&gt;&nbsp;resultSelector)</pre>
<div class="block">Merges two sequences by using the specified
predicate function.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li class="navBarCell1Rev"></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../index-all.html">索引</a></li>
<li><a href="../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/calcite/linq4j/OrderedEnumerable.html" title="org.apache.calcite.linq4j中的接口"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../org/apache/calcite/linq4j/PackageMarker.html" title="org.apache.calcite.linq4j中的注释"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/linq4j/OrderedQueryable.html" target="_top">框架</a></li>
<li><a href="OrderedQueryable.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>概要:&nbsp;</li>
<li>嵌套&nbsp;|&nbsp;</li>
<li>字段&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.summary">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li>字段&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.detail">方法</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; 2012-2020 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>