blob: 18f09359194177337036a6923d7c496a92f080a1 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.calcite.linq4j (Apache Calcite calcite API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.calcite.linq4j (Apache Calcite calcite API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../overview-summary.html">概览</a></li>
<li class="navBarCell1Rev">程序包</li>
<li></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../index-all.html">索引</a></li>
<li><a href="../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/calcite/jdbc/package-summary.html">上一个程序包</a></li>
<li><a href="../../../../org/apache/calcite/linq4j/function/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/linq4j/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="程序包" class="title">程序包&nbsp;org.apache.calcite.linq4j</h1>
<div class="docSummary">
<div class="block">Language-integrated query for Java (linq4j) main package.</div>
</div>
<p>请参阅:&nbsp;<a href="#package.description">说明</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="接口概要表, 列表接口和解释">
<caption><span>接口概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口">Enumerable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Exposes the enumerator, which supports a simple iteration over a collection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/Enumerator.html" title="org.apache.calcite.linq4j中的接口">Enumerator</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Supports a simple iteration over a collection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/ExtendedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedEnumerable</a>&lt;TSource&gt;</td>
<td class="colLast">
<div class="block">Extension methods in <a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerable</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/ExtendedOrderedEnumerable.html" title="org.apache.calcite.linq4j中的接口">ExtendedOrderedEnumerable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Extension methods for <a href="../../../../org/apache/calcite/linq4j/OrderedEnumerable.html" title="org.apache.calcite.linq4j中的接口"><code>OrderedEnumerable</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/ExtendedOrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">ExtendedOrderedQueryable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Extension methods for <a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html" title="org.apache.calcite.linq4j中的接口"><code>OrderedQueryable</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/Grouping.html" title="org.apache.calcite.linq4j中的接口">Grouping</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">Represents a collection of objects that have a common key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/Lookup.html" title="org.apache.calcite.linq4j中的接口">Lookup</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">Represents a collection of keys each mapped to one or more values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/OrderedEnumerable.html" title="org.apache.calcite.linq4j中的接口">OrderedEnumerable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Represents the result of applying a sorting operation to an
<a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerable</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/OrderedQueryable.html" title="org.apache.calcite.linq4j中的接口">OrderedQueryable</a>&lt;T&gt;</td>
<td class="colLast">
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口">Queryable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Provides functionality to evaluate queries against a specific data source
wherein the type of the data is known.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/QueryableDefaults.Replayable.html" title="org.apache.calcite.linq4j中的接口">QueryableDefaults.Replayable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Replayable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/QueryableFactory.html" title="org.apache.calcite.linq4j中的接口">QueryableFactory</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Factory for building <a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口"><code>Queryable</code></a> objects.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/QueryProvider.html" title="org.apache.calcite.linq4j中的接口">QueryProvider</a></td>
<td class="colLast">
<div class="block">Defines methods to create and execute queries that are described by a
<a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口"><code>Queryable</code></a> object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/RawEnumerable.html" title="org.apache.calcite.linq4j中的接口">RawEnumerable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Exposes the enumerator, which supports a simple iteration over a collection,
without the extension methods.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/RawQueryable.html" title="org.apache.calcite.linq4j中的接口">RawQueryable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Core methods that define a <a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口"><code>Queryable</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="类概要表, 列表类和解释">
<caption><span>类概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col"></th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/AbstractEnumerable.html" title="org.apache.calcite.linq4j中的类">AbstractEnumerable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Abstract implementation of the <a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerable</code></a> interface that
implements the extension methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/AbstractEnumerable2.html" title="org.apache.calcite.linq4j中的类">AbstractEnumerable2</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Abstract implementation of the <a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerable</code></a>
interface that implements the extension methods.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/AbstractQueryable.html" title="org.apache.calcite.linq4j中的类">AbstractQueryable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Abstract implementation of the <a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口"><code>Queryable</code></a> interface that implements
the extension methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/BaseQueryable.html" title="org.apache.calcite.linq4j中的类">BaseQueryable</a>&lt;TSource&gt;</td>
<td class="colLast">
<div class="block">Skeleton implementation of <a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口"><code>Queryable</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/CartesianProductEnumerator.html" title="org.apache.calcite.linq4j中的类">CartesianProductEnumerator</a>&lt;T,E&gt;</td>
<td class="colLast">
<div class="block">Enumerator over the cartesian product of enumerators.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/DefaultEnumerable.html" title="org.apache.calcite.linq4j中的类">DefaultEnumerable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Implementation of the <a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerable</code></a> interface
that implements the extension methods by calling into the <a href="../../../../org/apache/calcite/linq4j/Extensions.html" title="org.apache.calcite.linq4j中的类"><code>Extensions</code></a>
class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/DelegatingEnumerator.html" title="org.apache.calcite.linq4j中的类">DelegatingEnumerator</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Simple enumerator that just delegates all calls to the passed enumerator.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/EnumerableDefaults.html" title="org.apache.calcite.linq4j中的类">EnumerableDefaults</a></td>
<td class="colLast">
<div class="block">Default implementations of methods in the <a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerable</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/Extensions.html" title="org.apache.calcite.linq4j中的类">Extensions</a></td>
<td class="colLast">
<div class="block">Contains what, in LINQ.NET, would be extension methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/Linq4j.html" title="org.apache.calcite.linq4j中的类">Linq4j</a></td>
<td class="colLast">
<div class="block">Utility and factory methods for Linq4j.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/MemoryEnumerable.html" title="org.apache.calcite.linq4j中的类">MemoryEnumerable</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Enumerable that has a (limited) memory for n past and m future steps.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/MemoryEnumerator.html" title="org.apache.calcite.linq4j中的类">MemoryEnumerator</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Enumerator that keeps some recent and some "future" values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/MemoryFactory.html" title="org.apache.calcite.linq4j中的类">MemoryFactory</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Contains the State and changes internally.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/MemoryFactory.Memory.html" title="org.apache.calcite.linq4j中的类">MemoryFactory.Memory</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Contents of a "memory segment", used for implementing the
<code>MATCH_RECOGNIZE</code> operator.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/Ord.html" title="org.apache.calcite.linq4j中的类">Ord</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Pair of an element and an ordinal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/QueryableDefaults.html" title="org.apache.calcite.linq4j中的类">QueryableDefaults</a></td>
<td class="colLast">
<div class="block">Default implementations for methods in the <a href="../../../../org/apache/calcite/linq4j/Queryable.html" title="org.apache.calcite.linq4j中的接口"><code>Queryable</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/QueryableDefaults.NonLeafReplayableQueryable.html" title="org.apache.calcite.linq4j中的类">QueryableDefaults.NonLeafReplayableQueryable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Non-leaf replayable queryable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/QueryableDefaults.ReplayableQueryable.html" title="org.apache.calcite.linq4j中的类">QueryableDefaults.ReplayableQueryable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Replayable queryable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/QueryableRecorder.html" title="org.apache.calcite.linq4j中的类">QueryableRecorder</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../org/apache/calcite/linq4j/QueryableFactory.html" title="org.apache.calcite.linq4j中的接口"><code>QueryableFactory</code></a> that records each event
and returns an object that can replay the event when you call its
<a href="../../../../org/apache/calcite/linq4j/QueryableDefaults.ReplayableQueryable.html#replay-org.apache.calcite.linq4j.QueryableFactory-"><code>QueryableDefaults.ReplayableQueryable.replay(QueryableFactory)</code></a>
method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/QueryProviderImpl.html" title="org.apache.calcite.linq4j中的类">QueryProviderImpl</a></td>
<td class="colLast">
<div class="block">Partial implementation of <a href="../../../../org/apache/calcite/linq4j/QueryProvider.html" title="org.apache.calcite.linq4j中的接口"><code>QueryProvider</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/QueryProviderImpl.QueryableImpl.html" title="org.apache.calcite.linq4j中的类">QueryProviderImpl.QueryableImpl</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Binds an expression to this query provider.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/TransformedEnumerator.html" title="org.apache.calcite.linq4j中的类">TransformedEnumerator</a>&lt;F,E&gt;</td>
<td class="colLast">
<div class="block">Enumerator that applies a transform to each value from a backing
enumerator.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举概要表, 列表枚举和解释">
<caption><span>枚举概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">枚举</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/JoinType.html" title="org.apache.calcite.linq4j中的枚举">JoinType</a></td>
<td class="colLast">
<div class="block">Enumeration of join types.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/OpType.html" title="org.apache.calcite.linq4j中的枚举">OpType</a></td>
<td class="colLast">
<div class="block">Operator type.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="注释类型概要表, 列表注释类型和解释">
<caption><span>注释类型概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">注释类型</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/linq4j/PackageMarker.html" title="org.apache.calcite.linq4j中的注释">PackageMarker</a></td>
<td class="colLast">
<div class="block">This is a dummy annotation that forces javac to produce output for
otherwise empty package-info.java.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="程序包org.apache.calcite.linq4j的说明">程序包org.apache.calcite.linq4j的说明</h2>
<div class="block">Language-integrated query for Java (linq4j) main package.</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../overview-summary.html">概览</a></li>
<li class="navBarCell1Rev">程序包</li>
<li></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../index-all.html">索引</a></li>
<li><a href="../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/calcite/jdbc/package-summary.html">上一个程序包</a></li>
<li><a href="../../../../org/apache/calcite/linq4j/function/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/linq4j/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; 2012-2020 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>