blob: 8fcabc264ca04282ed043f93ef8741a4ad48a176 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>RexBiVisitor (Apache Calcite API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.calcite.rex, interface: RexBiVisitor">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<div class="about-language"><b>Apache Calcite</b></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</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#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.apache.calcite.rex</a></div>
<h1 title="Interface RexBiVisitor" class="title">Interface RexBiVisitor&lt;R,<wbr>P&gt;</h1>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>Type Parameters:</dt>
<dd><code>R</code> - Return type</dd>
<dd><code>P</code> - Payload type</dd>
</dl>
<dl class="notes">
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="LogicVisitor.html" title="class in org.apache.calcite.rex">LogicVisitor</a></code>, <code><a href="RexBiVisitorImpl.html" title="class in org.apache.calcite.rex">RexBiVisitorImpl</a></code>, <code><a href="RexUnaryBiVisitor.html" title="class in org.apache.calcite.rex">RexUnaryBiVisitor</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">RexBiVisitor&lt;R,<wbr>P&gt;</span></div>
<div class="block">Visitor pattern for traversing a tree of <a href="RexNode.html" title="class in org.apache.calcite.rex"><code>RexNode</code></a> objects
and passing a payload to each.</div>
<dl class="notes">
<dt>See Also:</dt>
<dd>
<ul class="see-list">
<li><a href="RexVisitor.html" title="interface in org.apache.calcite.rex"><code>RexVisitor</code></a></li>
</ul>
</dd>
</dl>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button><button id="method-summary-table-tab5" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab5', 3)" class="table-tab">Default Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitCall(org.apache.calcite.rex.RexCall,P)" class="member-name-link">visitCall</a><wbr>(<a href="RexCall.html" title="class in org.apache.calcite.rex">RexCall</a>&nbsp;call,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitCorrelVariable(org.apache.calcite.rex.RexCorrelVariable,P)" class="member-name-link">visitCorrelVariable</a><wbr>(<a href="RexCorrelVariable.html" title="class in org.apache.calcite.rex">RexCorrelVariable</a>&nbsp;correlVariable,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitDynamicParam(org.apache.calcite.rex.RexDynamicParam,P)" class="member-name-link">visitDynamicParam</a><wbr>(<a href="RexDynamicParam.html" title="class in org.apache.calcite.rex">RexDynamicParam</a>&nbsp;dynamicParam,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#visitEach(java.lang.Iterable,P)" class="member-name-link">visitEach</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;? extends <a href="RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Visits a list of expressions.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#visitEachIndexed(java.lang.Iterable)" class="member-name-link">visitEachIndexed</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;? extends <a href="RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Visits a list of expressions, passing the 0-based index of the expression
in the list.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitFieldAccess(org.apache.calcite.rex.RexFieldAccess,P)" class="member-name-link">visitFieldAccess</a><wbr>(<a href="RexFieldAccess.html" title="class in org.apache.calcite.rex">RexFieldAccess</a>&nbsp;fieldAccess,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitInputRef(org.apache.calcite.rex.RexInputRef,P)" class="member-name-link">visitInputRef</a><wbr>(<a href="RexInputRef.html" title="class in org.apache.calcite.rex">RexInputRef</a>&nbsp;inputRef,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#visitList(java.lang.Iterable,P)" class="member-name-link">visitList</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;? extends <a href="RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Visits a list and returns a list of the results.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#visitList(java.lang.Iterable,P,java.util.List)" class="member-name-link">visitList</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;? extends <a href="RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a>&gt;&nbsp;out)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Visits a list and writes the results to another list.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitLiteral(org.apache.calcite.rex.RexLiteral,P)" class="member-name-link">visitLiteral</a><wbr>(<a href="RexLiteral.html" title="class in org.apache.calcite.rex">RexLiteral</a>&nbsp;literal,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitLocalRef(org.apache.calcite.rex.RexLocalRef,P)" class="member-name-link">visitLocalRef</a><wbr>(<a href="RexLocalRef.html" title="class in org.apache.calcite.rex">RexLocalRef</a>&nbsp;localRef,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitOver(org.apache.calcite.rex.RexOver,P)" class="member-name-link">visitOver</a><wbr>(<a href="RexOver.html" title="class in org.apache.calcite.rex">RexOver</a>&nbsp;over,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitPatternFieldRef(org.apache.calcite.rex.RexPatternFieldRef,P)" class="member-name-link">visitPatternFieldRef</a><wbr>(<a href="RexPatternFieldRef.html" title="class in org.apache.calcite.rex">RexPatternFieldRef</a>&nbsp;ref,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitRangeRef(org.apache.calcite.rex.RexRangeRef,P)" class="member-name-link">visitRangeRef</a><wbr>(<a href="RexRangeRef.html" title="class in org.apache.calcite.rex">RexRangeRef</a>&nbsp;rangeRef,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitSubQuery(org.apache.calcite.rex.RexSubQuery,P)" class="member-name-link">visitSubQuery</a><wbr>(<a href="RexSubQuery.html" title="class in org.apache.calcite.rex">RexSubQuery</a>&nbsp;subQuery,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#visitTableInputRef(org.apache.calcite.rex.RexTableInputRef,P)" class="member-name-link">visitTableInputRef</a><wbr>(<a href="RexTableInputRef.html" title="class in org.apache.calcite.rex">RexTableInputRef</a>&nbsp;ref,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="visitInputRef(org.apache.calcite.rex.RexInputRef,P)">
<h3 id="visitInputRef(org.apache.calcite.rex.RexInputRef,java.lang.Object)">visitInputRef</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitInputRef</span><wbr><span class="parameters">(<a href="RexInputRef.html" title="class in org.apache.calcite.rex">RexInputRef</a>&nbsp;inputRef,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitLocalRef(org.apache.calcite.rex.RexLocalRef,P)">
<h3 id="visitLocalRef(org.apache.calcite.rex.RexLocalRef,java.lang.Object)">visitLocalRef</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitLocalRef</span><wbr><span class="parameters">(<a href="RexLocalRef.html" title="class in org.apache.calcite.rex">RexLocalRef</a>&nbsp;localRef,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitLiteral(org.apache.calcite.rex.RexLiteral,P)">
<h3 id="visitLiteral(org.apache.calcite.rex.RexLiteral,java.lang.Object)">visitLiteral</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitLiteral</span><wbr><span class="parameters">(<a href="RexLiteral.html" title="class in org.apache.calcite.rex">RexLiteral</a>&nbsp;literal,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitCall(org.apache.calcite.rex.RexCall,P)">
<h3 id="visitCall(org.apache.calcite.rex.RexCall,java.lang.Object)">visitCall</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitCall</span><wbr><span class="parameters">(<a href="RexCall.html" title="class in org.apache.calcite.rex">RexCall</a>&nbsp;call,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitOver(org.apache.calcite.rex.RexOver,P)">
<h3 id="visitOver(org.apache.calcite.rex.RexOver,java.lang.Object)">visitOver</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitOver</span><wbr><span class="parameters">(<a href="RexOver.html" title="class in org.apache.calcite.rex">RexOver</a>&nbsp;over,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitCorrelVariable(org.apache.calcite.rex.RexCorrelVariable,P)">
<h3 id="visitCorrelVariable(org.apache.calcite.rex.RexCorrelVariable,java.lang.Object)">visitCorrelVariable</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitCorrelVariable</span><wbr><span class="parameters">(<a href="RexCorrelVariable.html" title="class in org.apache.calcite.rex">RexCorrelVariable</a>&nbsp;correlVariable,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitDynamicParam(org.apache.calcite.rex.RexDynamicParam,P)">
<h3 id="visitDynamicParam(org.apache.calcite.rex.RexDynamicParam,java.lang.Object)">visitDynamicParam</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitDynamicParam</span><wbr><span class="parameters">(<a href="RexDynamicParam.html" title="class in org.apache.calcite.rex">RexDynamicParam</a>&nbsp;dynamicParam,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitRangeRef(org.apache.calcite.rex.RexRangeRef,P)">
<h3 id="visitRangeRef(org.apache.calcite.rex.RexRangeRef,java.lang.Object)">visitRangeRef</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitRangeRef</span><wbr><span class="parameters">(<a href="RexRangeRef.html" title="class in org.apache.calcite.rex">RexRangeRef</a>&nbsp;rangeRef,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitFieldAccess(org.apache.calcite.rex.RexFieldAccess,P)">
<h3 id="visitFieldAccess(org.apache.calcite.rex.RexFieldAccess,java.lang.Object)">visitFieldAccess</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitFieldAccess</span><wbr><span class="parameters">(<a href="RexFieldAccess.html" title="class in org.apache.calcite.rex">RexFieldAccess</a>&nbsp;fieldAccess,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitSubQuery(org.apache.calcite.rex.RexSubQuery,P)">
<h3 id="visitSubQuery(org.apache.calcite.rex.RexSubQuery,java.lang.Object)">visitSubQuery</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitSubQuery</span><wbr><span class="parameters">(<a href="RexSubQuery.html" title="class in org.apache.calcite.rex">RexSubQuery</a>&nbsp;subQuery,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitTableInputRef(org.apache.calcite.rex.RexTableInputRef,P)">
<h3 id="visitTableInputRef(org.apache.calcite.rex.RexTableInputRef,java.lang.Object)">visitTableInputRef</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitTableInputRef</span><wbr><span class="parameters">(<a href="RexTableInputRef.html" title="class in org.apache.calcite.rex">RexTableInputRef</a>&nbsp;ref,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitPatternFieldRef(org.apache.calcite.rex.RexPatternFieldRef,P)">
<h3 id="visitPatternFieldRef(org.apache.calcite.rex.RexPatternFieldRef,java.lang.Object)">visitPatternFieldRef</h3>
<div class="member-signature"><span class="return-type"><a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a></span>&nbsp;<span class="element-name">visitPatternFieldRef</span><wbr><span class="parameters">(<a href="RexPatternFieldRef.html" title="class in org.apache.calcite.rex">RexPatternFieldRef</a>&nbsp;ref,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
</section>
</li>
<li>
<section class="detail" id="visitList(java.lang.Iterable,P,java.util.List)">
<h3 id="visitList(java.lang.Iterable,java.lang.Object,java.util.List)">visitList</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">visitList</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;? extends <a href="RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a>&gt;&nbsp;out)</span></div>
<div class="block">Visits a list and writes the results to another list.</div>
</section>
</li>
<li>
<section class="detail" id="visitList(java.lang.Iterable,P)">
<h3 id="visitList(java.lang.Iterable,java.lang.Object)">visitList</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">R</a>&gt;</span>&nbsp;<span class="element-name">visitList</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;? extends <a href="RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
<div class="block">Visits a list and returns a list of the results.
The resulting list is immutable and does not contain nulls.</div>
</section>
</li>
<li>
<section class="detail" id="visitEach(java.lang.Iterable,P)">
<h3 id="visitEach(java.lang.Iterable,java.lang.Object)">visitEach</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">visitEach</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;? extends <a href="RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs,
<a href="RexBiVisitor.html" title="type parameter in RexBiVisitor">P</a>&nbsp;arg)</span></div>
<div class="block">Visits a list of expressions.</div>
</section>
</li>
<li>
<section class="detail" id="visitEachIndexed(java.lang.Iterable)">
<h3>visitEachIndexed</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">visitEachIndexed</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;? extends <a href="RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs)</span></div>
<div class="block">Visits a list of expressions, passing the 0-based index of the expression
in the list.
<p>Assumes that the payload type <code>P</code> is <code>Integer</code>.</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &copy; 2012-2023 Apache Software Foundation. All Rights Reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>