blob: d8ec3e8ed0150f0efa48749a7255c086f671fdee [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>BindableRel (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="BindableRel (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/BindableConvention.html" title="org.apache.calcite.interpreter中的枚举"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../org/apache/calcite/interpreter/Bindables.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/BindableRel.html" target="_top">框架</a></li>
<li><a href="BindableRel.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>方法</li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li>字段&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="接口 BindableRel" class="title">接口 BindableRel</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>所有超级接口:</dt>
<dd><a href="../../../../org/apache/calcite/runtime/ArrayBindable.html" title="org.apache.calcite.runtime中的接口">ArrayBindable</a>, <a href="../../../../org/apache/calcite/runtime/Bindable.html" title="org.apache.calcite.runtime中的接口">Bindable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a>[]&gt;, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="java.lang中的类或接口">Cloneable</a>, <a href="../../../../org/apache/calcite/interpreter/InterpretableRel.html" title="org.apache.calcite.interpreter中的接口">InterpretableRel</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html" title="org.apache.calcite.rel中的接口">RelNode</a>, <a href="../../../../org/apache/calcite/plan/RelOptNode.html" title="org.apache.calcite.plan中的接口">RelOptNode</a>, <a href="../../../../org/apache/calcite/runtime/Typed.html" title="org.apache.calcite.runtime中的接口">Typed</a></dd>
</dl>
<dl>
<dt>所有已知实现类:</dt>
<dd><a href="../../../../org/apache/calcite/interpreter/Bindables.BindableAggregate.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableAggregate</a>, <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableFilter.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableFilter</a>, <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableJoin.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableJoin</a>, <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableMatch.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableMatch</a>, <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableProject.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableProject</a>, <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableSort.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableSort</a>, <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableTableScan.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableTableScan</a>, <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableUnion.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableUnion</a>, <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableValues.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableValues</a>, <a href="../../../../org/apache/calcite/interpreter/Bindables.BindableWindow.html" title="org.apache.calcite.interpreter中的类">Bindables.BindableWindow</a>, <a href="../../../../org/apache/calcite/adapter/druid/DruidQuery.html" title="org.apache.calcite.adapter.druid中的类">DruidQuery</a>, <a href="../../../../org/apache/calcite/adapter/enumerable/EnumerableBindable.html" title="org.apache.calcite.adapter.enumerable中的类">EnumerableBindable</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">BindableRel</span>
extends <a href="../../../../org/apache/calcite/rel/RelNode.html" title="org.apache.calcite.rel中的接口">RelNode</a>, <a href="../../../../org/apache/calcite/runtime/ArrayBindable.html" title="org.apache.calcite.runtime中的接口">ArrayBindable</a>, <a href="../../../../org/apache/calcite/interpreter/InterpretableRel.html" title="org.apache.calcite.interpreter中的接口">InterpretableRel</a></pre>
<div class="block">Relational expression that can implement itself in Bindable
convention.</div>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../org/apache/calcite/interpreter/BindableConvention.html" title="org.apache.calcite.interpreter中的枚举"><code>BindableConvention</code></a></dd>
</dl>
</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>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.calcite.interpreter.InterpretableRel">
<!-- -->
</a>
<h3>从接口继承的嵌套类/接口&nbsp;org.apache.calcite.interpreter.<a href="../../../../org/apache/calcite/interpreter/InterpretableRel.html" title="org.apache.calcite.interpreter中的接口">InterpretableRel</a></h3>
<code><a href="../../../../org/apache/calcite/interpreter/InterpretableRel.InterpreterImplementor.html" title="org.apache.calcite.interpreter中的类">InterpretableRel.InterpreterImplementor</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.calcite.rel.RelNode">
<!-- -->
</a>
<h3>从接口继承的嵌套类/接口&nbsp;org.apache.calcite.rel.<a href="../../../../org/apache/calcite/rel/RelNode.html" title="org.apache.calcite.rel中的接口">RelNode</a></h3>
<code><a href="../../../../org/apache/calcite/rel/RelNode.Context.html" title="org.apache.calcite.rel中的接口">RelNode.Context</a></code></li>
</ul>
</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.org.apache.calcite.runtime.ArrayBindable">
<!-- -->
</a>
<h3>从接口继承的方法&nbsp;org.apache.calcite.runtime.<a href="../../../../org/apache/calcite/runtime/ArrayBindable.html" title="org.apache.calcite.runtime中的接口">ArrayBindable</a></h3>
<code><a href="../../../../org/apache/calcite/runtime/ArrayBindable.html#getElementType--">getElementType</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.calcite.runtime.Bindable">
<!-- -->
</a>
<h3>从接口继承的方法&nbsp;org.apache.calcite.runtime.<a href="../../../../org/apache/calcite/runtime/Bindable.html" title="org.apache.calcite.runtime中的接口">Bindable</a></h3>
<code><a href="../../../../org/apache/calcite/runtime/Bindable.html#bind-org.apache.calcite.DataContext-">bind</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.calcite.interpreter.InterpretableRel">
<!-- -->
</a>
<h3>从接口继承的方法&nbsp;org.apache.calcite.interpreter.<a href="../../../../org/apache/calcite/interpreter/InterpretableRel.html" title="org.apache.calcite.interpreter中的接口">InterpretableRel</a></h3>
<code><a href="../../../../org/apache/calcite/interpreter/InterpretableRel.html#implement-org.apache.calcite.interpreter.InterpretableRel.InterpreterImplementor-">implement</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.calcite.rel.RelNode">
<!-- -->
</a>
<h3>从接口继承的方法&nbsp;org.apache.calcite.rel.<a href="../../../../org/apache/calcite/rel/RelNode.html" title="org.apache.calcite.rel中的接口">RelNode</a></h3>
<code><a href="../../../../org/apache/calcite/rel/RelNode.html#accept-org.apache.calcite.rel.RelShuttle-">accept</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#accept-org.apache.calcite.rex.RexShuttle-">accept</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#childrenAccept-org.apache.calcite.rel.RelVisitor-">childrenAccept</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#collectVariablesSet-java.util.Set-">collectVariablesSet</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#collectVariablesUsed-java.util.Set-">collectVariablesUsed</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#computeSelfCost-org.apache.calcite.plan.RelOptPlanner-">computeSelfCost</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#computeSelfCost-org.apache.calcite.plan.RelOptPlanner-org.apache.calcite.rel.metadata.RelMetadataQuery-">computeSelfCost</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#copy-org.apache.calcite.plan.RelTraitSet-java.util.List-">copy</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#estimateRowCount-org.apache.calcite.rel.metadata.RelMetadataQuery-">estimateRowCount</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#explain-org.apache.calcite.rel.RelWriter-">explain</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getChildExps--">getChildExps</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getCollationList--">getCollationList</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getConvention--">getConvention</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getCorrelVariable--">getCorrelVariable</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getExpectedInputRowType-int-">getExpectedInputRowType</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getInput-int-">getInput</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getInputs--">getInputs</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getQuery--">getQuery</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getRelTypeName--">getRelTypeName</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getRows--">getRows</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getRowType--">getRowType</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getTable--">getTable</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getVariablesSet--">getVariablesSet</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#getVariablesStopped--">getVariablesStopped</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#isDistinct--">isDistinct</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#isKey-org.apache.calcite.util.ImmutableBitSet-">isKey</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#isValid-boolean-">isValid</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#isValid-org.apache.calcite.util.Litmus-org.apache.calcite.rel.RelNode.Context-">isValid</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#metadata-java.lang.Class-org.apache.calcite.rel.metadata.RelMetadataQuery-">metadata</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#onRegister-org.apache.calcite.plan.RelOptPlanner-">onRegister</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#recomputeDigest--">recomputeDigest</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#register-org.apache.calcite.plan.RelOptPlanner-">register</a>, <a href="../../../../org/apache/calcite/rel/RelNode.html#replaceInput-int-org.apache.calcite.rel.RelNode-">replaceInput</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.calcite.plan.RelOptNode">
<!-- -->
</a>
<h3>从接口继承的方法&nbsp;org.apache.calcite.plan.<a href="../../../../org/apache/calcite/plan/RelOptNode.html" title="org.apache.calcite.plan中的接口">RelOptNode</a></h3>
<code><a href="../../../../org/apache/calcite/plan/RelOptNode.html#getCluster--">getCluster</a>, <a href="../../../../org/apache/calcite/plan/RelOptNode.html#getDescription--">getDescription</a>, <a href="../../../../org/apache/calcite/plan/RelOptNode.html#getDigest--">getDigest</a>, <a href="../../../../org/apache/calcite/plan/RelOptNode.html#getId--">getId</a>, <a href="../../../../org/apache/calcite/plan/RelOptNode.html#getTraitSet--">getTraitSet</a></code></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/BindableConvention.html" title="org.apache.calcite.interpreter中的枚举"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../org/apache/calcite/interpreter/Bindables.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/BindableRel.html" target="_top">框架</a></li>
<li><a href="BindableRel.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>方法</li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li>字段&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>