blob: cd0ef83b113f9dc1c866ad42b5c4b9a00ad9ab18 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>RelToSqlConverter (Apache Calcite API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RelToSqlConverter (Apache Calcite API)";
}
}
catch(err) {
}
//-->
var data = {"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","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RelToSqlConverter.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.calcite.rel.rel2sql</a></div>
<h2 title="Class RelToSqlConverter" class="title">Class RelToSqlConverter</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="SqlImplementor.html" title="class in 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>All Implemented Interfaces:</dt>
<dd><code><a href="../../util/ReflectiveVisitor.html" title="interface in org.apache.calcite.util">ReflectiveVisitor</a></code></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><code><a href="../../adapter/jdbc/JdbcImplementor.html" title="class in org.apache.calcite.adapter.jdbc">JdbcImplementor</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">RelToSqlConverter</span>
extends <a href="SqlImplementor.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor</a>
implements <a href="../../util/ReflectiveVisitor.html" title="interface in 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 ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="RelToSqlConverter.Frame.html" title="class in org.apache.calcite.rel.rel2sql">RelToSqlConverter.Frame</a></span></code></th>
<td class="colLast">
<div class="block">Stack frame.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.org.apache.calcite.rel.rel2sql.SqlImplementor">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.calcite.rel.rel2sql.<a href="SqlImplementor.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor</a></h3>
<code><a href="SqlImplementor.AliasContext.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.AliasContext</a>, <a href="SqlImplementor.BaseContext.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.BaseContext</a>, <a href="SqlImplementor.Builder.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Builder</a>, <a href="SqlImplementor.Clause.html" title="enum in org.apache.calcite.rel.rel2sql">SqlImplementor.Clause</a>, <a href="SqlImplementor.Context.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Context</a>, <a href="SqlImplementor.JoinContext.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.JoinContext</a>, <a href="SqlImplementor.MatchRecognizeContext.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.MatchRecognizeContext</a>, <a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>, <a href="SqlImplementor.SimpleContext.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.SimpleContext</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static <a href="../../sql/fun/SqlRowOperator.html" title="class in org.apache.calcite.sql.fun">SqlRowOperator</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ANONYMOUS_ROW">ANONYMOUS_ROW</a></span></code></th>
<td class="colLast">
<div class="block">Similar to <a href="../../sql/fun/SqlStdOperatorTable.html#ROW"><code>SqlStdOperatorTable.ROW</code></a>, but does not print "ROW".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../util/ReflectUtil.MethodDispatcher.html" title="interface in org.apache.calcite.util">ReflectUtil.MethodDispatcher</a>&lt;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dispatcher">dispatcher</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.util.Deque&lt;<a href="RelToSqlConverter.Frame.html" title="class in org.apache.calcite.rel.rel2sql">RelToSqlConverter.Frame</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#stack">stack</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.apache.calcite.rel.rel2sql.SqlImplementor">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.calcite.rel.rel2sql.<a href="SqlImplementor.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor</a></h3>
<code><a href="SqlImplementor.html#aliasSet">aliasSet</a>, <a href="SqlImplementor.html#correlTableMap">correlTableMap</a>, <a href="SqlImplementor.html#dialect">dialect</a>, <a href="SqlImplementor.html#ordinalMap">ordinalMap</a>, <a href="SqlImplementor.html#POS">POS</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.apache.calcite.sql.SqlDialect)">RelToSqlConverter</a></span>&#8203;(<a href="../../sql/SqlDialect.html" title="class in org.apache.calcite.sql">SqlDialect</a>&nbsp;dialect)</code></th>
<td class="colLast">
<div class="block">Creates a RelToSqlConverter.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addSelect(java.util.List,org.apache.calcite.sql.SqlNode,org.apache.calcite.rel.type.RelDataType)">addSelect</a></span>&#8203;(java.util.List&lt;<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&gt;&nbsp;selectList,
<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&nbsp;node,
<a href="../type/RelDataType.html" title="interface in org.apache.calcite.rel.type">RelDataType</a>&nbsp;rowType)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>private <a href="../../sql/SqlCall.html" title="class in org.apache.calcite.sql">SqlCall</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#as(org.apache.calcite.sql.SqlNode,java.lang.String)">as</a></span>&#8203;(<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&nbsp;e,
java.lang.String&nbsp;alias)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>protected <a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dispatch(org.apache.calcite.rel.RelNode)">dispatch</a></span>&#8203;(<a href="../RelNode.html" title="interface in org.apache.calcite.rel">RelNode</a>&nbsp;e)</code></th>
<td class="colLast">
<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="i3" class="rowColor">
<td class="colFirst"><code>private <a href="../../sql/SqlNodeList.html" title="class in org.apache.calcite.sql">SqlNodeList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#exprList(org.apache.calcite.rel.rel2sql.SqlImplementor.Context,java.util.List)">exprList</a></span>&#8203;(<a href="SqlImplementor.Context.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Context</a>&nbsp;context,
java.util.List&lt;? extends <a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs)</code></th>
<td class="colLast">
<div class="block">Converts a list of <a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex"><code>RexNode</code></a> expressions to <a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql"><code>SqlNode</code></a>
expressions.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>private java.util.List&lt;<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#generateGroupList(org.apache.calcite.rel.rel2sql.SqlImplementor.Builder,java.util.List,org.apache.calcite.rel.core.Aggregate,java.util.List)">generateGroupList</a></span>&#8203;(<a href="SqlImplementor.Builder.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Builder</a>&nbsp;builder,
java.util.List&lt;<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&gt;&nbsp;selectList,
<a href="../core/Aggregate.html" title="class in org.apache.calcite.rel.core">Aggregate</a>&nbsp;aggregate,
java.util.List&lt;java.lang.Integer&gt;&nbsp;groupList)</code></th>
<td class="colLast">
<div class="block">Generates the GROUP BY items, for example <code>GROUP BY x, y</code>,
<code>GROUP BY CUBE (x, y)</code> or <code>GROUP BY ROLLUP (x, y)</code>.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>private <a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#groupItem(java.util.List,org.apache.calcite.util.ImmutableBitSet,org.apache.calcite.util.ImmutableBitSet)">groupItem</a></span>&#8203;(java.util.List&lt;<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&gt;&nbsp;groupKeys,
<a href="../../util/ImmutableBitSet.html" title="class in org.apache.calcite.util">ImmutableBitSet</a>&nbsp;groupSet,
<a href="../../util/ImmutableBitSet.html" title="class in org.apache.calcite.util">ImmutableBitSet</a>&nbsp;wholeGroupSet)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hasTrickyRollup(org.apache.calcite.rel.core.Sort,org.apache.calcite.rel.core.Aggregate)">hasTrickyRollup</a></span>&#8203;(<a href="../core/Sort.html" title="class in org.apache.calcite.rel.core">Sort</a>&nbsp;e,
<a href="../core/Aggregate.html" title="class in org.apache.calcite.rel.core">Aggregate</a>&nbsp;aggregate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>private <a href="../../sql/SqlNodeList.html" title="class in org.apache.calcite.sql">SqlNodeList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#identifierList(java.util.List)">identifierList</a></span>&#8203;(java.util.List&lt;java.lang.String&gt;&nbsp;names)</code></th>
<td class="colLast">
<div class="block">Converts a list of names expressions to a list of single-part
<a href="../../sql/SqlIdentifier.html" title="class in org.apache.calcite.sql"><code>SqlIdentifier</code></a>s.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>private boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isCrossJoin(org.apache.calcite.rel.core.Join)">isCrossJoin</a></span>&#8203;(<a href="../core/Join.html" title="class in org.apache.calcite.rel.core">Join</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>(package private) <a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#offsetFetch(org.apache.calcite.rel.core.Sort,org.apache.calcite.rel.rel2sql.SqlImplementor.Result)">offsetFetch</a></span>&#8203;(<a href="../core/Sort.html" title="class in org.apache.calcite.rel.core">Sort</a>&nbsp;e,
<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;x)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#parseCorrelTable(org.apache.calcite.rel.RelNode,org.apache.calcite.rel.rel2sql.SqlImplementor.Result)">parseCorrelTable</a></span>&#8203;(<a href="../RelNode.html" title="interface in org.apache.calcite.rel">RelNode</a>&nbsp;relNode,
<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;x)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Aggregate)">visit</a></span>&#8203;(<a href="../core/Aggregate.html" title="class in org.apache.calcite.rel.core">Aggregate</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Calc)">visit</a></span>&#8203;(<a href="../core/Calc.html" title="class in org.apache.calcite.rel.core">Calc</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Filter)">visit</a></span>&#8203;(<a href="../core/Filter.html" title="class in org.apache.calcite.rel.core">Filter</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Intersect)">visit</a></span>&#8203;(<a href="../core/Intersect.html" title="class in org.apache.calcite.rel.core">Intersect</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Join)">visit</a></span>&#8203;(<a href="../core/Join.html" title="class in org.apache.calcite.rel.core">Join</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Match)">visit</a></span>&#8203;(<a href="../core/Match.html" title="class in org.apache.calcite.rel.core">Match</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Minus)">visit</a></span>&#8203;(<a href="../core/Minus.html" title="class in org.apache.calcite.rel.core">Minus</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Project)">visit</a></span>&#8203;(<a href="../core/Project.html" title="class in org.apache.calcite.rel.core">Project</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Sort)">visit</a></span>&#8203;(<a href="../core/Sort.html" title="class in org.apache.calcite.rel.core">Sort</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.TableModify)">visit</a></span>&#8203;(<a href="../core/TableModify.html" title="class in org.apache.calcite.rel.core">TableModify</a>&nbsp;modify)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.TableScan)">visit</a></span>&#8203;(<a href="../core/TableScan.html" title="class in org.apache.calcite.rel.core">TableScan</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Union)">visit</a></span>&#8203;(<a href="../core/Union.html" title="class in org.apache.calcite.rel.core">Union</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.core.Values)">visit</a></span>&#8203;(<a href="../core/Values.html" title="class in org.apache.calcite.rel.core">Values</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.rel.RelNode)">visit</a></span>&#8203;(<a href="../RelNode.html" title="interface in org.apache.calcite.rel">RelNode</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>private <a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visitAggregate(org.apache.calcite.rel.core.Aggregate,java.util.List)">visitAggregate</a></span>&#8203;(<a href="../core/Aggregate.html" title="class in org.apache.calcite.rel.core">Aggregate</a>&nbsp;e,
java.util.List&lt;java.lang.Integer&gt;&nbsp;groupKeyList)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visitChild(int,org.apache.calcite.rel.RelNode)">visitChild</a></span>&#8203;(int&nbsp;i,
<a href="../RelNode.html" title="interface in org.apache.calcite.rel">RelNode</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.rel.rel2sql.SqlImplementor">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.calcite.rel.rel2sql.<a href="SqlImplementor.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor</a></h3>
<code><a href="SqlImplementor.html#aliasContext(java.util.Map,boolean)">aliasContext</a>, <a href="SqlImplementor.html#convertConditionToSqlNode(org.apache.calcite.rex.RexNode,org.apache.calcite.rel.rel2sql.SqlImplementor.Context,org.apache.calcite.rel.rel2sql.SqlImplementor.Context,int)">convertConditionToSqlNode</a>, <a href="SqlImplementor.html#isStar(java.util.List,org.apache.calcite.rel.type.RelDataType,org.apache.calcite.rel.type.RelDataType)">isStar</a>, <a href="SqlImplementor.html#isStar(org.apache.calcite.rex.RexProgram)">isStar</a>, <a href="SqlImplementor.html#joinContext(org.apache.calcite.rel.rel2sql.SqlImplementor.Context,org.apache.calcite.rel.rel2sql.SqlImplementor.Context)">joinContext</a>, <a href="SqlImplementor.html#joinType(org.apache.calcite.rel.core.JoinRelType)">joinType</a>, <a href="SqlImplementor.html#matchRecognizeContext(org.apache.calcite.rel.rel2sql.SqlImplementor.Context)">matchRecognizeContext</a>, <a href="SqlImplementor.html#result(org.apache.calcite.sql.SqlNode,java.util.Collection,org.apache.calcite.rel.RelNode,java.util.Map)">result</a>, <a href="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="SqlImplementor.html#setOpToSql(org.apache.calcite.sql.SqlSetOperator,org.apache.calcite.rel.RelNode)">setOpToSql</a>, <a href="SqlImplementor.html#wrapSelect(org.apache.calcite.sql.SqlNode)">wrapSelect</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="ANONYMOUS_ROW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ANONYMOUS_ROW</h4>
<pre>private static final&nbsp;<a href="../../sql/fun/SqlRowOperator.html" title="class in org.apache.calcite.sql.fun">SqlRowOperator</a> ANONYMOUS_ROW</pre>
<div class="block">Similar to <a href="../../sql/fun/SqlStdOperatorTable.html#ROW"><code>SqlStdOperatorTable.ROW</code></a>, but does not print "ROW".</div>
</li>
</ul>
<a id="dispatcher">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dispatcher</h4>
<pre>private final&nbsp;<a href="../../util/ReflectUtil.MethodDispatcher.html" title="interface in org.apache.calcite.util">ReflectUtil.MethodDispatcher</a>&lt;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&gt; dispatcher</pre>
</li>
</ul>
<a id="stack">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>stack</h4>
<pre>private final&nbsp;java.util.Deque&lt;<a href="RelToSqlConverter.Frame.html" title="class in org.apache.calcite.rel.rel2sql">RelToSqlConverter.Frame</a>&gt; stack</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(org.apache.calcite.sql.SqlDialect)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RelToSqlConverter</h4>
<pre>public&nbsp;RelToSqlConverter&#8203;(<a href="../../sql/SqlDialect.html" title="class in org.apache.calcite.sql">SqlDialect</a>&nbsp;dialect)</pre>
<div class="block">Creates a RelToSqlConverter.</div>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="dispatch(org.apache.calcite.rel.RelNode)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dispatch</h4>
<pre class="methodSignature">protected&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;dispatch&#8203;(<a href="../RelNode.html" title="interface in 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 id="visitChild(int,org.apache.calcite.rel.RelNode)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitChild</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visitChild&#8203;(int&nbsp;i,
<a href="../RelNode.html" title="interface in org.apache.calcite.rel">RelNode</a>&nbsp;e)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="SqlImplementor.html#visitChild(int,org.apache.calcite.rel.RelNode)">visitChild</a></code>&nbsp;in class&nbsp;<code><a href="SqlImplementor.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor</a></code></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.RelNode)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../RelNode.html" title="interface in org.apache.calcite.rel">RelNode</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Join)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Join.html" title="class in org.apache.calcite.rel.core">Join</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="isCrossJoin(org.apache.calcite.rel.core.Join)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isCrossJoin</h4>
<pre class="methodSignature">private&nbsp;boolean&nbsp;isCrossJoin&#8203;(<a href="../core/Join.html" title="class in org.apache.calcite.rel.core">Join</a>&nbsp;e)</pre>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Filter)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Filter.html" title="class in org.apache.calcite.rel.core">Filter</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Project)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Project.html" title="class in org.apache.calcite.rel.core">Project</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Aggregate)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Aggregate.html" title="class in org.apache.calcite.rel.core">Aggregate</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="visitAggregate(org.apache.calcite.rel.core.Aggregate,java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitAggregate</h4>
<pre class="methodSignature">private&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visitAggregate&#8203;(<a href="../core/Aggregate.html" title="class in org.apache.calcite.rel.core">Aggregate</a>&nbsp;e,
java.util.List&lt;java.lang.Integer&gt;&nbsp;groupKeyList)</pre>
</li>
</ul>
<a id="generateGroupList(org.apache.calcite.rel.rel2sql.SqlImplementor.Builder,java.util.List,org.apache.calcite.rel.core.Aggregate,java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>generateGroupList</h4>
<pre class="methodSignature">private&nbsp;java.util.List&lt;<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&gt;&nbsp;generateGroupList&#8203;(<a href="SqlImplementor.Builder.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Builder</a>&nbsp;builder,
java.util.List&lt;<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&gt;&nbsp;selectList,
<a href="../core/Aggregate.html" title="class in org.apache.calcite.rel.core">Aggregate</a>&nbsp;aggregate,
java.util.List&lt;java.lang.Integer&gt;&nbsp;groupList)</pre>
<div class="block">Generates the GROUP BY items, for example <code>GROUP BY x, y</code>,
<code>GROUP BY CUBE (x, y)</code> or <code>GROUP BY ROLLUP (x, y)</code>.
<p>Also populates the SELECT clause. If the GROUP BY list is simple, the
SELECT will be identical; if the GROUP BY list contains GROUPING SETS,
CUBE or ROLLUP, the SELECT clause will contain the distinct leaf
expressions.</div>
</li>
</ul>
<a id="groupItem(java.util.List,org.apache.calcite.util.ImmutableBitSet,org.apache.calcite.util.ImmutableBitSet)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupItem</h4>
<pre class="methodSignature">private&nbsp;<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&nbsp;groupItem&#8203;(java.util.List&lt;<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&gt;&nbsp;groupKeys,
<a href="../../util/ImmutableBitSet.html" title="class in org.apache.calcite.util">ImmutableBitSet</a>&nbsp;groupSet,
<a href="../../util/ImmutableBitSet.html" title="class in org.apache.calcite.util">ImmutableBitSet</a>&nbsp;wholeGroupSet)</pre>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.TableScan)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/TableScan.html" title="class in org.apache.calcite.rel.core">TableScan</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Union)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Union.html" title="class in org.apache.calcite.rel.core">Union</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Intersect)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Intersect.html" title="class in org.apache.calcite.rel.core">Intersect</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Minus)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Minus.html" title="class in org.apache.calcite.rel.core">Minus</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Calc)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Calc.html" title="class in org.apache.calcite.rel.core">Calc</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Values)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Values.html" title="class in org.apache.calcite.rel.core">Values</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Sort)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Sort.html" title="class in org.apache.calcite.rel.core">Sort</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="offsetFetch(org.apache.calcite.rel.core.Sort,org.apache.calcite.rel.rel2sql.SqlImplementor.Result)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>offsetFetch</h4>
<pre class="methodSignature"><a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;offsetFetch&#8203;(<a href="../core/Sort.html" title="class in org.apache.calcite.rel.core">Sort</a>&nbsp;e,
<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;x)</pre>
</li>
</ul>
<a id="hasTrickyRollup(org.apache.calcite.rel.core.Sort,org.apache.calcite.rel.core.Aggregate)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasTrickyRollup</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;hasTrickyRollup&#8203;(<a href="../core/Sort.html" title="class in org.apache.calcite.rel.core">Sort</a>&nbsp;e,
<a href="../core/Aggregate.html" title="class in org.apache.calcite.rel.core">Aggregate</a>&nbsp;aggregate)</pre>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.TableModify)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/TableModify.html" title="class in org.apache.calcite.rel.core">TableModify</a>&nbsp;modify)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="exprList(org.apache.calcite.rel.rel2sql.SqlImplementor.Context,java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>exprList</h4>
<pre class="methodSignature">private&nbsp;<a href="../../sql/SqlNodeList.html" title="class in org.apache.calcite.sql">SqlNodeList</a>&nbsp;exprList&#8203;(<a href="SqlImplementor.Context.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Context</a>&nbsp;context,
java.util.List&lt;? extends <a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs)</pre>
<div class="block">Converts a list of <a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex"><code>RexNode</code></a> expressions to <a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql"><code>SqlNode</code></a>
expressions.</div>
</li>
</ul>
<a id="identifierList(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>identifierList</h4>
<pre class="methodSignature">private&nbsp;<a href="../../sql/SqlNodeList.html" title="class in org.apache.calcite.sql">SqlNodeList</a>&nbsp;identifierList&#8203;(java.util.List&lt;java.lang.String&gt;&nbsp;names)</pre>
<div class="block">Converts a list of names expressions to a list of single-part
<a href="../../sql/SqlIdentifier.html" title="class in org.apache.calcite.sql"><code>SqlIdentifier</code></a>s.</div>
</li>
</ul>
<a id="visit(org.apache.calcite.rel.core.Match)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;visit&#8203;(<a href="../core/Match.html" title="class in org.apache.calcite.rel.core">Match</a>&nbsp;e)</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#dispatch(org.apache.calcite.rel.RelNode)"><code>dispatch(org.apache.calcite.rel.RelNode)</code></a></dd>
</dl>
</li>
</ul>
<a id="as(org.apache.calcite.sql.SqlNode,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>as</h4>
<pre class="methodSignature">private&nbsp;<a href="../../sql/SqlCall.html" title="class in org.apache.calcite.sql">SqlCall</a>&nbsp;as&#8203;(<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&nbsp;e,
java.lang.String&nbsp;alias)</pre>
</li>
</ul>
<a id="addSelect(java.util.List,org.apache.calcite.sql.SqlNode,org.apache.calcite.rel.type.RelDataType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addSelect</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addSelect&#8203;(java.util.List&lt;<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&gt;&nbsp;selectList,
<a href="../../sql/SqlNode.html" title="class in org.apache.calcite.sql">SqlNode</a>&nbsp;node,
<a href="../type/RelDataType.html" title="interface in org.apache.calcite.rel.type">RelDataType</a>&nbsp;rowType)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="SqlImplementor.html#addSelect(java.util.List,org.apache.calcite.sql.SqlNode,org.apache.calcite.rel.type.RelDataType)">addSelect</a></code>&nbsp;in class&nbsp;<code><a href="SqlImplementor.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor</a></code></dd>
</dl>
</li>
</ul>
<a id="parseCorrelTable(org.apache.calcite.rel.RelNode,org.apache.calcite.rel.rel2sql.SqlImplementor.Result)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>parseCorrelTable</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;parseCorrelTable&#8203;(<a href="../RelNode.html" title="interface in org.apache.calcite.rel">RelNode</a>&nbsp;relNode,
<a href="SqlImplementor.Result.html" title="class in org.apache.calcite.rel.rel2sql">SqlImplementor.Result</a>&nbsp;x)</pre>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RelToSqlConverter.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>