blob: 51486b7691c7dd78a4d607c1547771176b59589a [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>Bindables (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="Bindables (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><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/interpreter/BindableRel.html" title="org.apache.calcite.interpreter中的接口"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableAggregate.html" title="org.apache.calcite.interpreter中的类"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/interpreter/Bindables.html" target="_top">框架</a></li>
<li><a href="Bindables.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><a href="#nested.class.summary">嵌套</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">字段</a>&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#methods.inherited.from.class.java.lang.Object">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li><a href="#field.detail">字段</a>&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li>方法</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.interpreter</div>
<h2 title="类 Bindables" class="title">类 Bindables</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.interpreter.Bindables</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">Bindables</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></pre>
<div class="block">Utilities pertaining to <a href="../../../../org/apache/calcite/interpreter/BindableRel.html" title="org.apache.calcite.interpreter中的接口"><code>BindableRel</code></a> and <a href="../../../../org/apache/calcite/interpreter/BindableConvention.html" title="org.apache.calcite.interpreter中的枚举"><code>BindableConvention</code></a>.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>嵌套类概要</h3>
<table class="memberSummary" 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>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableAggregate.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableAggregate</a></span></code>
<div class="block">Implementation of <a href="../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类"><code>Aggregate</code></a>
in bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableAggregateRule.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableAggregateRule</a></span></code>
<div class="block">Rule that converts an <a href="../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类"><code>Aggregate</code></a> to bindable convention.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableFilter.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableFilter</a></span></code>
<div class="block">Implementation of <a href="../../../../org/apache/calcite/rel/core/Filter.html" title="org.apache.calcite.rel.core中的类"><code>Filter</code></a>
in bindable convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableFilterRule.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableFilterRule</a></span></code>
<div class="block">Rule that converts a <a href="../../../../org/apache/calcite/rel/core/Filter.html" title="org.apache.calcite.rel.core中的类"><code>Filter</code></a> to bindable convention.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableJoin.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableJoin</a></span></code>
<div class="block">Implementation of <a href="../../../../org/apache/calcite/rel/core/Join.html" title="org.apache.calcite.rel.core中的类"><code>Join</code></a> in
bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableJoinRule.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableJoinRule</a></span></code>
<div class="block">Rule to convert a <a href="../../../../org/apache/calcite/rel/logical/LogicalJoin.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalJoin</code></a>
to a <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableJoin.html" title="org.apache.calcite.interpreter中的类"><code>Bindables.BindableJoin</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableMatch.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableMatch</a></span></code>
<div class="block">Implementation of <a href="../../../../org/apache/calcite/rel/core/Match.html" title="org.apache.calcite.rel.core中的类"><code>Match</code></a>
in bindable convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableMatchRule.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableMatchRule</a></span></code>
<div class="block">Rule to convert a <a href="../../../../org/apache/calcite/rel/logical/LogicalMatch.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalMatch</code></a>
to a <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableMatch.html" title="org.apache.calcite.interpreter中的类"><code>Bindables.BindableMatch</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableProject.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableProject</a></span></code>
<div class="block">Implementation of <a href="../../../../org/apache/calcite/rel/core/Project.html" title="org.apache.calcite.rel.core中的类"><code>Project</code></a> in
bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableProjectRule.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableProjectRule</a></span></code>
<div class="block">Rule to convert a <a href="../../../../org/apache/calcite/rel/logical/LogicalProject.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalProject</code></a>
to a <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableProject.html" title="org.apache.calcite.interpreter中的类"><code>Bindables.BindableProject</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableSort.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableSort</a></span></code>
<div class="block">Implementation of <a href="../../../../org/apache/calcite/rel/core/Sort.html" title="org.apache.calcite.rel.core中的类"><code>Sort</code></a>
bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableSortRule.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableSortRule</a></span></code>
<div class="block">Rule to convert an <a href="../../../../org/apache/calcite/rel/core/Sort.html" title="org.apache.calcite.rel.core中的类"><code>Sort</code></a> to a
<a href="../../../../org/apache/calcite/interpreter/Bindables.BindableSort.html" title="org.apache.calcite.interpreter中的类"><code>Bindables.BindableSort</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableTableScan.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableTableScan</a></span></code>
<div class="block">Scan of a table that implements <a href="../../../../org/apache/calcite/schema/ScannableTable.html" title="org.apache.calcite.schema中的接口"><code>ScannableTable</code></a> and therefore can
be converted into an <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"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableTableScanRule.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableTableScanRule</a></span></code>
<div class="block">Rule that converts a <a href="../../../../org/apache/calcite/rel/core/TableScan.html" title="org.apache.calcite.rel.core中的类"><code>TableScan</code></a>
to bindable convention.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableUnion.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableUnion</a></span></code>
<div class="block">Implementation of <a href="../../../../org/apache/calcite/rel/core/Union.html" title="org.apache.calcite.rel.core中的类"><code>Union</code></a> in
bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableUnionRule.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableUnionRule</a></span></code>
<div class="block">Rule to convert an <a href="../../../../org/apache/calcite/rel/logical/LogicalUnion.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalUnion</code></a>
to a <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableUnion.html" title="org.apache.calcite.interpreter中的类"><code>Bindables.BindableUnion</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableValues.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableValues</a></span></code>
<div class="block">Implementation of <a href="../../../../org/apache/calcite/rel/core/Values.html" title="org.apache.calcite.rel.core中的类"><code>Values</code></a>
in bindable calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableValuesRule.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableValuesRule</a></span></code>
<div class="block">Rule that converts a <a href="../../../../org/apache/calcite/rel/core/Values.html" title="org.apache.calcite.rel.core中的类"><code>Values</code></a> to bindable convention.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableWindow.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableWindow</a></span></code>
<div class="block">Implementation of <a href="../../../../org/apache/calcite/rel/core/Window.html" title="org.apache.calcite.rel.core中的类"><code>Window</code></a>
in bindable convention.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableWindowRule.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableWindowRule</a></span></code>
<div class="block">Rule to convert a <a href="../../../../org/apache/calcite/rel/logical/LogicalWindow.html" title="org.apache.calcite.rel.logical中的类"><code>LogicalWindow</code></a>
to a <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableWindow.html" title="org.apache.calcite.interpreter中的类"><code>Bindables.BindableWindow</code></a>.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>字段概要</h3>
<table class="memberSummary" 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>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#BINDABLE_AGGREGATE_RULE">BINDABLE_AGGREGATE_RULE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#BINDABLE_FILTER_RULE">BINDABLE_FILTER_RULE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#BINDABLE_JOIN_RULE">BINDABLE_JOIN_RULE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#BINDABLE_MATCH_RULE">BINDABLE_MATCH_RULE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#BINDABLE_PROJECT_RULE">BINDABLE_PROJECT_RULE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#BINDABLE_SORT_RULE">BINDABLE_SORT_RULE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#BINDABLE_TABLE_SCAN_RULE">BINDABLE_TABLE_SCAN_RULE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#BINDABLE_UNION_RULE">BINDABLE_UNION_RULE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#BINDABLE_VALUES_RULE">BINDABLE_VALUES_RULE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#BINDABLE_WINDOW_RULE">BINDABLE_WINDOW_RULE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.collect.ImmutableList&lt;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/interpreter/Bindables.html#RULES">RULES</a></span></code>
<div class="block">All rules that convert logical relational expression to bindable.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>方法概要</h3>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>从类继承的方法&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>字段详细资料</h3>
<a name="BINDABLE_TABLE_SCAN_RULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_TABLE_SCAN_RULE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a> BINDABLE_TABLE_SCAN_RULE</pre>
</li>
</ul>
<a name="BINDABLE_FILTER_RULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_FILTER_RULE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a> BINDABLE_FILTER_RULE</pre>
</li>
</ul>
<a name="BINDABLE_PROJECT_RULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_PROJECT_RULE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a> BINDABLE_PROJECT_RULE</pre>
</li>
</ul>
<a name="BINDABLE_SORT_RULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_SORT_RULE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a> BINDABLE_SORT_RULE</pre>
</li>
</ul>
<a name="BINDABLE_JOIN_RULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_JOIN_RULE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a> BINDABLE_JOIN_RULE</pre>
</li>
</ul>
<a name="BINDABLE_UNION_RULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_UNION_RULE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a> BINDABLE_UNION_RULE</pre>
</li>
</ul>
<a name="BINDABLE_VALUES_RULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_VALUES_RULE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a> BINDABLE_VALUES_RULE</pre>
</li>
</ul>
<a name="BINDABLE_AGGREGATE_RULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_AGGREGATE_RULE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a> BINDABLE_AGGREGATE_RULE</pre>
</li>
</ul>
<a name="BINDABLE_WINDOW_RULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_WINDOW_RULE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a> BINDABLE_WINDOW_RULE</pre>
</li>
</ul>
<a name="BINDABLE_MATCH_RULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_MATCH_RULE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a> BINDABLE_MATCH_RULE</pre>
</li>
</ul>
<a name="RULES">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RULES</h4>
<pre>public static final&nbsp;com.google.common.collect.ImmutableList&lt;<a href="../../../../org/apache/calcite/plan/RelOptRule.html" title="org.apache.calcite.plan中的类">RelOptRule</a>&gt; RULES</pre>
<div class="block">All rules that convert logical relational expression to bindable.</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/interpreter/BindableRel.html" title="org.apache.calcite.interpreter中的接口"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableAggregate.html" title="org.apache.calcite.interpreter中的类"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/interpreter/Bindables.html" target="_top">框架</a></li>
<li><a href="Bindables.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><a href="#nested.class.summary">嵌套</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">字段</a>&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#methods.inherited.from.class.java.lang.Object">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li><a href="#field.detail">字段</a>&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li>方法</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>