blob: 5e98b8d4bde73dc23211affd014df127337fea92 [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>RelToSqlConverter (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="RelToSqlConverter (Apache Calcite calcite API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10};
var tabs = {65535:["t0","所有方法"],2:["t2","实例方法"],8:["t4","具体方法"]};
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>上一个类</li>
<li><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html" title="org.apache.calcite.rel.rel2sql中的类"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/calcite/rel/rel2sql/RelToSqlConverter.html" target="_top">框架</a></li>
<li><a href="RelToSqlConverter.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.classes.inherited.from.class.org.apache.calcite.rel.rel2sql.SqlImplementor">嵌套</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.calcite.rel.rel2sql.SqlImplementor">字段</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">构造器</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li>字段&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">构造器</a>&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.rel.rel2sql</div>
<h2 title="类 RelToSqlConverter" class="title">类 RelToSqlConverter</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><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html" title="org.apache.calcite.rel.rel2sql中的类">org.apache.calcite.rel.rel2sql.SqlImplementor</a></li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.rel.rel2sql.RelToSqlConverter</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>所有已实现的接口:</dt>
<dd><a href="../../../../../org/apache/calcite/util/ReflectiveVisitor.html" title="org.apache.calcite.util中的接口">ReflectiveVisitor</a></dd>
</dl>
<dl>
<dt>直接已知子类:</dt>
<dd><a href="../../../../../org/apache/calcite/adapter/jdbc/JdbcImplementor.html" title="org.apache.calcite.adapter.jdbc中的类">JdbcImplementor</a>, <a href="../../../../../org/apache/calcite/piglet/PigRelToSqlConverter.html" title="org.apache.calcite.piglet中的类">PigRelToSqlConverter</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">RelToSqlConverter</span>
extends <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor</a>
implements <a href="../../../../../org/apache/calcite/util/ReflectiveVisitor.html" title="org.apache.calcite.util中的接口">ReflectiveVisitor</a></pre>
<div class="block">Utility to convert relational expressions to SQL abstract syntax tree.</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>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.calcite.rel.rel2sql.SqlImplementor">
<!-- -->
</a>
<h3>从类继承的嵌套类/接口&nbsp;org.apache.calcite.rel.rel2sql.<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor</a></h3>
<code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.AliasContext.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.AliasContext</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.BaseContext.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.BaseContext</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Builder.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Builder</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Clause.html" title="org.apache.calcite.rel.rel2sql中的枚举">SqlImplementor.Clause</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Context.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Context</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.MatchRecognizeContext.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.MatchRecognizeContext</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.SimpleContext.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.SimpleContext</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>字段概要</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.calcite.rel.rel2sql.SqlImplementor">
<!-- -->
</a>
<h3>从类继承的字段&nbsp;org.apache.calcite.rel.rel2sql.<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor</a></h3>
<code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#aliasSet">aliasSet</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#correlTableMap">correlTableMap</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#dialect">dialect</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#POS">POS</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.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="colOne" scope="col">构造器和说明</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#RelToSqlConverter-org.apache.calcite.sql.SqlDialect-">RelToSqlConverter</a></span>(<a href="../../../../../org/apache/calcite/sql/SqlDialect.html" title="org.apache.calcite.sql中的类">SqlDialect</a>&nbsp;dialect)</code>
<div class="block">Creates a RelToSqlConverter.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== 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="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</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>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#addSelect-java.util.List-org.apache.calcite.sql.SqlNode-org.apache.calcite.rel.type.RelDataType-">addSelect</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;selectList,
<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&nbsp;node,
<a href="../../../../../org/apache/calcite/rel/type/RelDataType.html" title="org.apache.calcite.rel.type中的接口">RelDataType</a>&nbsp;rowType)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#buildAggGroupList-org.apache.calcite.rel.core.Aggregate-org.apache.calcite.rel.rel2sql.SqlImplementor.Builder-java.util.List-java.util.List-">buildAggGroupList</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类">Aggregate</a>&nbsp;e,
<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Builder.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Builder</a>&nbsp;builder,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;groupByList,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;selectList)</code>
<div class="block">Builds the group list for an Aggregate node.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#buildAggregate-org.apache.calcite.rel.core.Aggregate-org.apache.calcite.rel.rel2sql.SqlImplementor.Builder-java.util.List-java.util.List-">buildAggregate</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类">Aggregate</a>&nbsp;e,
<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Builder.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Builder</a>&nbsp;builder,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;selectList,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;groupByList)</code>
<div class="block">Builds an aggregate query.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#createAsFullOperands-org.apache.calcite.rel.type.RelDataType-org.apache.calcite.sql.SqlNode-java.lang.String-">createAsFullOperands</a></span>(<a href="../../../../../org/apache/calcite/rel/type/RelDataType.html" title="org.apache.calcite.rel.type中的接口">RelDataType</a>&nbsp;rowType,
<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&nbsp;leftOperand,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;alias)</code>
<div class="block">Creates operands for a full AS operator.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-">dispatch</a></span>(<a href="../../../../../org/apache/calcite/rel/RelNode.html" title="org.apache.calcite.rel中的接口">RelNode</a>&nbsp;e)</code>
<div class="block">Dispatches a call to the <code>visit(Xxx e)</code> method where <code>Xxx</code>
most closely matches the runtime type of the argument.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Builder.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#getAggregateBuilder-org.apache.calcite.rel.core.Aggregate-org.apache.calcite.rel.rel2sql.SqlImplementor.Result-boolean-">getAggregateBuilder</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类">Aggregate</a>&nbsp;e,
<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;inputResult,
boolean&nbsp;inputIsProject)</code>
<div class="block">Gets the <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Builder.html" title="org.apache.calcite.rel.rel2sql中的类"><code>SqlImplementor.Builder</code></a> for
the given <a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类"><code>Aggregate</code></a> node.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#hasTrickyRollup-org.apache.calcite.rel.core.Sort-org.apache.calcite.rel.core.Aggregate-">hasTrickyRollup</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Sort.html" title="org.apache.calcite.rel.core中的类">Sort</a>&nbsp;e,
<a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类">Aggregate</a>&nbsp;aggregate)</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#isAnon--">isAnon</a></span>()</code>
<div class="block">Returns whether to remove trivial aliases such as "EXPR$0"
when converting the current relational expression into a SELECT.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Aggregate-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类">Aggregate</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Calc-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Calc.html" title="org.apache.calcite.rel.core中的类">Calc</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Correlate-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Correlate.html" title="org.apache.calcite.rel.core中的类">Correlate</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Filter-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Filter.html" title="org.apache.calcite.rel.core中的类">Filter</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Intersect-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Intersect.html" title="org.apache.calcite.rel.core中的类">Intersect</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Join-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Join.html" title="org.apache.calcite.rel.core中的类">Join</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Match-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Match.html" title="org.apache.calcite.rel.core中的类">Match</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Minus-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Minus.html" title="org.apache.calcite.rel.core中的类">Minus</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Project-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Project.html" title="org.apache.calcite.rel.core中的类">Project</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.RelNode-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/RelNode.html" title="org.apache.calcite.rel中的接口">RelNode</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Sort-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Sort.html" title="org.apache.calcite.rel.core中的类">Sort</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.TableFunctionScan-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/TableFunctionScan.html" title="org.apache.calcite.rel.core中的类">TableFunctionScan</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.TableModify-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/TableModify.html" title="org.apache.calcite.rel.core中的类">TableModify</a>&nbsp;modify)</code>&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.TableScan-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/TableScan.html" title="org.apache.calcite.rel.core中的类">TableScan</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Uncollect-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Uncollect.html" title="org.apache.calcite.rel.core中的类">Uncollect</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Union-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Union.html" title="org.apache.calcite.rel.core中的类">Union</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Values-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Values.html" title="org.apache.calcite.rel.core中的类">Values</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visit-org.apache.calcite.rel.core.Window-">visit</a></span>(<a href="../../../../../org/apache/calcite/rel/core/Window.html" title="org.apache.calcite.rel.core中的类">Window</a>&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#visitChild-int-org.apache.calcite.rel.RelNode-boolean-">visitChild</a></span>(int&nbsp;i,
<a href="../../../../../org/apache/calcite/rel/RelNode.html" title="org.apache.calcite.rel中的接口">RelNode</a>&nbsp;e,
boolean&nbsp;anon)</code>
<div class="block">Visits <code>e</code>, the <code>i</code>th input of the current relational
expression.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.calcite.rel.rel2sql.SqlImplementor">
<!-- -->
</a>
<h3>从类继承的方法&nbsp;org.apache.calcite.rel.rel2sql.<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor</a></h3>
<code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#aliasContext-java.util.Map-boolean-">aliasContext</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#as-org.apache.calcite.sql.SqlNode-java.lang.String-java.lang.String...-">as</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#convertConditionToSqlNode-org.apache.calcite.rex.RexNode-org.apache.calcite.rel.rel2sql.SqlImplementor.Context-org.apache.calcite.rel.rel2sql.SqlImplementor.Context-int-org.apache.calcite.sql.SqlDialect-">convertConditionToSqlNode</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#isStar-java.util.List-org.apache.calcite.rel.type.RelDataType-org.apache.calcite.rel.type.RelDataType-">isStar</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#isStar-org.apache.calcite.rex.RexProgram-">isStar</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#joinContext-org.apache.calcite.rel.rel2sql.SqlImplementor.Context-org.apache.calcite.rel.rel2sql.SqlImplementor.Context-">joinContext</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#joinType-org.apache.calcite.rel.core.JoinRelType-">joinType</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#matchRecognizeContext-org.apache.calcite.rel.rel2sql.SqlImplementor.Context-">matchRecognizeContext</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#result-org.apache.calcite.sql.SqlNode-java.util.Collection-org.apache.calcite.rel.RelNode-java.util.Map-">result</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#result-org.apache.calcite.sql.SqlNode-org.apache.calcite.rel.rel2sql.SqlImplementor.Result-org.apache.calcite.rel.rel2sql.SqlImplementor.Result-">result</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#setOpToSql-org.apache.calcite.sql.SqlSetOperator-org.apache.calcite.rel.RelNode-">setOpToSql</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#tableFunctionScanContext-java.util.List-">tableFunctionScanContext</a>, <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#visitChild-int-org.apache.calcite.rel.RelNode-">visitChild</a></code></li>
</ul>
<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">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>构造器详细资料</h3>
<a name="RelToSqlConverter-org.apache.calcite.sql.SqlDialect-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RelToSqlConverter</h4>
<pre>public&nbsp;RelToSqlConverter(<a href="../../../../../org/apache/calcite/sql/SqlDialect.html" title="org.apache.calcite.sql中的类">SqlDialect</a>&nbsp;dialect)</pre>
<div class="block">Creates a RelToSqlConverter.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>方法详细资料</h3>
<a name="dispatch-org.apache.calcite.rel.RelNode-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dispatch</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;dispatch(<a href="../../../../../org/apache/calcite/rel/RelNode.html" title="org.apache.calcite.rel中的接口">RelNode</a>&nbsp;e)</pre>
<div class="block">Dispatches a call to the <code>visit(Xxx e)</code> method where <code>Xxx</code>
most closely matches the runtime type of the argument.</div>
</li>
</ul>
<a name="visitChild-int-org.apache.calcite.rel.RelNode-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitChild</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visitChild(int&nbsp;i,
<a href="../../../../../org/apache/calcite/rel/RelNode.html" title="org.apache.calcite.rel中的接口">RelNode</a>&nbsp;e,
boolean&nbsp;anon)</pre>
<div class="block"><span class="descfrmTypeLabel">从类复制的说明:&nbsp;<code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#visitChild-int-org.apache.calcite.rel.RelNode-boolean-">SqlImplementor</a></code></span></div>
<div class="block">Visits <code>e</code>, the <code>i</code>th input of the current relational
expression.</div>
<dl>
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
<dd><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#visitChild-int-org.apache.calcite.rel.RelNode-boolean-">visitChild</a></code>&nbsp;在类中&nbsp;<code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor</a></code></dd>
<dt><span class="paramLabel">参数:</span></dt>
<dd><code>i</code> - Ordinal of input within its consumer</dd>
<dd><code>e</code> - Relational expression</dd>
<dd><code>anon</code> - Whether to remove trivial aliases such as "EXPR$0"</dd>
<dt><span class="returnLabel">返回:</span></dt>
<dd>Result</dd>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#isAnon--"><code>SqlImplementor.isAnon()</code></a></dd>
</dl>
</li>
</ul>
<a name="isAnon--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAnon</h4>
<pre>protected&nbsp;boolean&nbsp;isAnon()</pre>
<div class="block"><span class="descfrmTypeLabel">从类复制的说明:&nbsp;<code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#isAnon--">SqlImplementor</a></code></span></div>
<div class="block">Returns whether to remove trivial aliases such as "EXPR$0"
when converting the current relational expression into a SELECT.
<p>For example, INSERT does not care about field names;
we would prefer to generate without the "EXPR$0" alias:
<pre><code> INSERT INTO t1 SELECT x, y + 1 FROM t2</code></pre>
rather than with it:
<pre><code> INSERT INTO t1 SELECT x, y + 1 AS EXPR$0 FROM t2</code></pre>
<p>But JOIN does care about field names; we have to generate the "EXPR$0"
alias:
<pre><code> SELECT *
FROM emp AS e
JOIN (SELECT x, y + 1 AS EXPR$0) AS d
ON e.deptno = d.EXPR$0</code>
</pre>
<p>because if we omit "AS EXPR$0" we do not know the field we are joining
to, and the following is invalid:
<pre><code> SELECT *
FROM emp AS e
JOIN (SELECT x, y + 1) AS d
ON e.deptno = d.EXPR$0</code>
</pre></div>
<dl>
<dt><span class="overrideSpecifyLabel">覆盖:</span></dt>
<dd><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#isAnon--">isAnon</a></code>&nbsp;在类中&nbsp;<code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor</a></code></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.RelNode-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/RelNode.html" title="org.apache.calcite.rel中的接口">RelNode</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Join-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Join.html" title="org.apache.calcite.rel.core中的类">Join</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Correlate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Correlate.html" title="org.apache.calcite.rel.core中的类">Correlate</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Filter-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Filter.html" title="org.apache.calcite.rel.core中的类">Filter</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Project-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Project.html" title="org.apache.calcite.rel.core中的类">Project</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Window-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Window.html" title="org.apache.calcite.rel.core中的类">Window</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Aggregate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类">Aggregate</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="getAggregateBuilder-org.apache.calcite.rel.core.Aggregate-org.apache.calcite.rel.rel2sql.SqlImplementor.Result-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAggregateBuilder</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Builder.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Builder</a>&nbsp;getAggregateBuilder(<a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类">Aggregate</a>&nbsp;e,
<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;inputResult,
boolean&nbsp;inputIsProject)</pre>
<div class="block">Gets the <a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Builder.html" title="org.apache.calcite.rel.rel2sql中的类"><code>SqlImplementor.Builder</code></a> for
the given <a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类"><code>Aggregate</code></a> node.</div>
<dl>
<dt><span class="paramLabel">参数:</span></dt>
<dd><code>e</code> - Aggregate node</dd>
<dd><code>inputResult</code> - Result from the input</dd>
<dd><code>inputIsProject</code> - Whether the input is a Project</dd>
<dt><span class="returnLabel">返回:</span></dt>
<dd>A SQL builder</dd>
</dl>
</li>
</ul>
<a name="buildAggGroupList-org.apache.calcite.rel.core.Aggregate-org.apache.calcite.rel.rel2sql.SqlImplementor.Builder-java.util.List-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buildAggGroupList</h4>
<pre>protected&nbsp;void&nbsp;buildAggGroupList(<a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类">Aggregate</a>&nbsp;e,
<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Builder.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Builder</a>&nbsp;builder,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;groupByList,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;selectList)</pre>
<div class="block">Builds the group list for an Aggregate node.</div>
<dl>
<dt><span class="paramLabel">参数:</span></dt>
<dd><code>e</code> - The Aggregate node</dd>
<dd><code>builder</code> - The SQL builder</dd>
<dd><code>groupByList</code> - output group list</dd>
<dd><code>selectList</code> - output select list</dd>
</dl>
</li>
</ul>
<a name="buildAggregate-org.apache.calcite.rel.core.Aggregate-org.apache.calcite.rel.rel2sql.SqlImplementor.Builder-java.util.List-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buildAggregate</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;buildAggregate(<a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类">Aggregate</a>&nbsp;e,
<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Builder.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Builder</a>&nbsp;builder,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;selectList,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;groupByList)</pre>
<div class="block">Builds an aggregate query.</div>
<dl>
<dt><span class="paramLabel">参数:</span></dt>
<dd><code>e</code> - The Aggregate node</dd>
<dd><code>builder</code> - The SQL builder</dd>
<dd><code>selectList</code> - The precomputed group list</dd>
<dd><code>groupByList</code> - The precomputed select list</dd>
<dt><span class="returnLabel">返回:</span></dt>
<dd>The aggregate query result</dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.TableScan-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/TableScan.html" title="org.apache.calcite.rel.core中的类">TableScan</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Union-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Union.html" title="org.apache.calcite.rel.core中的类">Union</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Intersect-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Intersect.html" title="org.apache.calcite.rel.core中的类">Intersect</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Minus-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Minus.html" title="org.apache.calcite.rel.core中的类">Minus</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Calc-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Calc.html" title="org.apache.calcite.rel.core中的类">Calc</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Values-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Values.html" title="org.apache.calcite.rel.core中的类">Values</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Sort-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Sort.html" title="org.apache.calcite.rel.core中的类">Sort</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="hasTrickyRollup-org.apache.calcite.rel.core.Sort-org.apache.calcite.rel.core.Aggregate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasTrickyRollup</h4>
<pre>public&nbsp;boolean&nbsp;hasTrickyRollup(<a href="../../../../../org/apache/calcite/rel/core/Sort.html" title="org.apache.calcite.rel.core中的类">Sort</a>&nbsp;e,
<a href="../../../../../org/apache/calcite/rel/core/Aggregate.html" title="org.apache.calcite.rel.core中的类">Aggregate</a>&nbsp;aggregate)</pre>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.TableModify-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/TableModify.html" title="org.apache.calcite.rel.core中的类">TableModify</a>&nbsp;modify)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Match-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Match.html" title="org.apache.calcite.rel.core中的类">Match</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/rel/rel2sql/RelToSqlConverter.html#dispatch-org.apache.calcite.rel.RelNode-"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.Uncollect-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/Uncollect.html" title="org.apache.calcite.rel.core中的类">Uncollect</a>&nbsp;e)</pre>
</li>
</ul>
<a name="visit-org.apache.calcite.rel.core.TableFunctionScan-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.Result.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor.Result</a>&nbsp;visit(<a href="../../../../../org/apache/calcite/rel/core/TableFunctionScan.html" title="org.apache.calcite.rel.core中的类">TableFunctionScan</a>&nbsp;e)</pre>
</li>
</ul>
<a name="createAsFullOperands-org.apache.calcite.rel.type.RelDataType-org.apache.calcite.sql.SqlNode-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createAsFullOperands</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;createAsFullOperands(<a href="../../../../../org/apache/calcite/rel/type/RelDataType.html" title="org.apache.calcite.rel.type中的接口">RelDataType</a>&nbsp;rowType,
<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&nbsp;leftOperand,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;alias)</pre>
<div class="block">Creates operands for a full AS operator. Format SqlNode AS alias(col_1, col_2,... ,col_n).</div>
<dl>
<dt><span class="paramLabel">参数:</span></dt>
<dd><code>rowType</code> - Row type of the SqlNode</dd>
<dd><code>leftOperand</code> - SqlNode</dd>
<dd><code>alias</code> - alias</dd>
</dl>
</li>
</ul>
<a name="addSelect-java.util.List-org.apache.calcite.sql.SqlNode-org.apache.calcite.rel.type.RelDataType-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>addSelect</h4>
<pre>public&nbsp;void&nbsp;addSelect(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&gt;&nbsp;selectList,
<a href="../../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类">SqlNode</a>&nbsp;node,
<a href="../../../../../org/apache/calcite/rel/type/RelDataType.html" title="org.apache.calcite.rel.type中的接口">RelDataType</a>&nbsp;rowType)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">覆盖:</span></dt>
<dd><code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html#addSelect-java.util.List-org.apache.calcite.sql.SqlNode-org.apache.calcite.rel.type.RelDataType-">addSelect</a></code>&nbsp;在类中&nbsp;<code><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html" title="org.apache.calcite.rel.rel2sql中的类">SqlImplementor</a></code></dd>
</dl>
</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>上一个类</li>
<li><a href="../../../../../org/apache/calcite/rel/rel2sql/SqlImplementor.html" title="org.apache.calcite.rel.rel2sql中的类"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/calcite/rel/rel2sql/RelToSqlConverter.html" target="_top">框架</a></li>
<li><a href="RelToSqlConverter.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.classes.inherited.from.class.org.apache.calcite.rel.rel2sql.SqlImplementor">嵌套</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.calcite.rel.rel2sql.SqlImplementor">字段</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">构造器</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li>字段&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">构造器</a>&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>