blob: 96b30db7ff7b919ce561159b159b42cfdf79086b [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>DateRangeRules.ExtractShuttle (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="DateRangeRules.ExtractShuttle (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":9,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static 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/DateRangeRules.ExtractShuttle.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>Nested&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.rules</a></div>
<h2 title="Class DateRangeRules.ExtractShuttle" class="title">Class DateRangeRules.ExtractShuttle</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../rex/RexShuttle.html" title="class in org.apache.calcite.rex">org.apache.calcite.rex.RexShuttle</a></li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.rel.rules.DateRangeRules.ExtractShuttle</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="../../rex/RexVisitor.html" title="interface in org.apache.calcite.rex">RexVisitor</a>&lt;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;</code></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="DateRangeRules.html" title="class in org.apache.calcite.rel.rules">DateRangeRules</a></dd>
</dl>
<hr>
<pre>static class <span class="typeNameLabel">DateRangeRules.ExtractShuttle</span>
extends <a href="../../rex/RexShuttle.html" title="class in org.apache.calcite.rex">RexShuttle</a></pre>
<div class="block">Walks over an expression, replacing calls to
<code>EXTRACT</code>, <code>FLOOR</code> and <code>CEIL</code> with date ranges.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== 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 java.util.Deque&lt;<a href="../../rex/RexCall.html" title="class in org.apache.calcite.rex">RexCall</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#calls">calls</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.util.Map&lt;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>,&#8203;com.google.common.collect.RangeSet&lt;java.util.Calendar&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#operandRanges">operandRanges</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../rex/RexBuilder.html" title="class in org.apache.calcite.rex">RexBuilder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rexBuilder">rexBuilder</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private org.apache.calcite.avatica.util.TimeUnitRange</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#timeUnit">timeUnit</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private com.google.common.collect.ImmutableSortedSet&lt;org.apache.calcite.avatica.util.TimeUnitRange&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#timeUnitRanges">timeUnitRanges</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#timeZone">timeZone</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</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.rex.RexBuilder,org.apache.calcite.avatica.util.TimeUnitRange,java.util.Map,com.google.common.collect.ImmutableSortedSet,java.lang.String)">ExtractShuttle</a></span>&#8203;(<a href="../../rex/RexBuilder.html" title="class in org.apache.calcite.rex">RexBuilder</a>&nbsp;rexBuilder,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
java.util.Map&lt;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>,&#8203;com.google.common.collect.RangeSet&lt;java.util.Calendar&gt;&gt;&nbsp;operandRanges,
com.google.common.collect.ImmutableSortedSet&lt;org.apache.calcite.avatica.util.TimeUnitRange&gt;&nbsp;timeUnitRanges,
java.lang.String&nbsp;timeZone)</code></th>
<td class="colLast">&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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>private boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#canRewriteExtract(org.apache.calcite.rex.RexNode)">canRewriteExtract</a></span>&#8203;(<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;operand)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>private java.util.Calendar</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ceil(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange)">ceil</a></span>&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>private com.google.common.collect.Range&lt;java.util.Calendar&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ceilRange(org.apache.calcite.avatica.util.TimeUnitRange,org.apache.calcite.sql.SqlKind,java.util.Calendar)">ceilRange</a></span>&#8203;(org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
<a href="../../sql/SqlKind.html" title="enum in org.apache.calcite.sql">SqlKind</a>&nbsp;comparison,
java.util.Calendar&nbsp;c)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>(package private) <a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#compareExtract(org.apache.calcite.sql.SqlKind,org.apache.calcite.rex.RexNode,org.apache.calcite.rex.RexLiteral)">compareExtract</a></span>&#8203;(<a href="../../sql/SqlKind.html" title="enum in org.apache.calcite.sql">SqlKind</a>&nbsp;comparison,
<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;operand,
<a href="../../rex/RexLiteral.html" title="class in org.apache.calcite.rex">RexLiteral</a>&nbsp;literal)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>private <a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#compareFloorCeil(org.apache.calcite.sql.SqlKind,org.apache.calcite.rex.RexNode,org.apache.calcite.rex.RexLiteral,org.apache.calcite.avatica.util.TimeUnitRange,boolean)">compareFloorCeil</a></span>&#8203;(<a href="../../sql/SqlKind.html" title="enum in org.apache.calcite.sql">SqlKind</a>&nbsp;comparison,
<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;operand,
<a href="../../rex/RexLiteral.html" title="class in org.apache.calcite.rex">RexLiteral</a>&nbsp;timeLiteral,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
boolean&nbsp;floor)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>private <a href="../../rex/RexLiteral.html" title="class in org.apache.calcite.rex">RexLiteral</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dateTimeLiteral(org.apache.calcite.rex.RexBuilder,java.util.Calendar,org.apache.calcite.rex.RexNode)">dateTimeLiteral</a></span>&#8203;(<a href="../../rex/RexBuilder.html" title="class in org.apache.calcite.rex">RexBuilder</a>&nbsp;rexBuilder,
java.util.Calendar&nbsp;calendar,
<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;operand)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>private java.util.Calendar</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#decrement(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange)">decrement</a></span>&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>private com.google.common.collect.Range&lt;java.util.Calendar&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#extractRange(org.apache.calcite.avatica.util.TimeUnitRange,org.apache.calcite.sql.SqlKind,java.util.Calendar)">extractRange</a></span>&#8203;(org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
<a href="../../sql/SqlKind.html" title="enum in org.apache.calcite.sql">SqlKind</a>&nbsp;comparison,
java.util.Calendar&nbsp;c)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>private java.util.Calendar</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#floor(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange)">floor</a></span>&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit)</code></th>
<td class="colLast">
<div class="block">Computes floor of a calendar to a given time unit.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>private com.google.common.collect.Range&lt;java.util.Calendar&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#floorRange(org.apache.calcite.avatica.util.TimeUnitRange,org.apache.calcite.sql.SqlKind,java.util.Calendar)">floorRange</a></span>&#8203;(org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
<a href="../../sql/SqlKind.html" title="enum in org.apache.calcite.sql">SqlKind</a>&nbsp;comparison,
java.util.Calendar&nbsp;c)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>private java.util.Calendar</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#increment(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange)">increment</a></span>&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>(package private) boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isExtractCall(org.apache.calcite.rex.RexNode)">isExtractCall</a></span>&#8203;(<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>(package private) boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isFloorCeilCall(org.apache.calcite.rex.RexNode)">isFloorCeilCall</a></span>&#8203;(<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;e)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>private static boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isValid(int,org.apache.calcite.avatica.util.TimeUnitRange)">isValid</a></span>&#8203;(int&nbsp;v,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>private boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#next(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange,int,com.google.common.collect.Range,boolean)">next</a></span>&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
int&nbsp;v,
com.google.common.collect.Range&lt;java.util.Calendar&gt;&nbsp;r,
boolean&nbsp;strict)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>private java.util.Calendar</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#round(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange,boolean)">round</a></span>&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
boolean&nbsp;down)</code></th>
<td class="colLast">
<div class="block">Returns a copy of a calendar, optionally rounded up to the next time
unit.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>private java.util.Calendar</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#timestampValue(org.apache.calcite.rex.RexLiteral)">timestampValue</a></span>&#8203;(<a href="../../rex/RexLiteral.html" title="class in org.apache.calcite.rex">RexLiteral</a>&nbsp;timeLiteral)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>private <a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toRex(org.apache.calcite.rex.RexNode,com.google.common.collect.Range)">toRex</a></span>&#8203;(<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;operand,
com.google.common.collect.Range&lt;java.util.Calendar&gt;&nbsp;r)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visitCall(org.apache.calcite.rex.RexCall)">visitCall</a></span>&#8203;(<a href="../../rex/RexCall.html" title="class in org.apache.calcite.rex">RexCall</a>&nbsp;call)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visitList(java.util.List,boolean%5B%5D)">visitList</a></span>&#8203;(java.util.List&lt;? extends <a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs,
boolean[]&nbsp;update)</code></th>
<td class="colLast">
<div class="block">Visits each of a list of expressions and returns a list of the
results.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.rex.RexShuttle">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.calcite.rex.<a href="../../rex/RexShuttle.html" title="class in org.apache.calcite.rex">RexShuttle</a></h3>
<code><a href="../../rex/RexShuttle.html#apply(java.lang.Iterable)">apply</a>, <a href="../../rex/RexShuttle.html#apply(java.util.List)">apply</a>, <a href="../../rex/RexShuttle.html#apply(org.apache.calcite.rex.RexNode)">apply</a>, <a href="../../rex/RexShuttle.html#mutate(java.util.List)">mutate</a>, <a href="../../rex/RexShuttle.html#visitArray(org.apache.calcite.rex.RexNode%5B%5D,boolean%5B%5D)">visitArray</a>, <a href="../../rex/RexShuttle.html#visitCorrelVariable(org.apache.calcite.rex.RexCorrelVariable)">visitCorrelVariable</a>, <a href="../../rex/RexShuttle.html#visitDynamicParam(org.apache.calcite.rex.RexDynamicParam)">visitDynamicParam</a>, <a href="../../rex/RexShuttle.html#visitFieldAccess(org.apache.calcite.rex.RexFieldAccess)">visitFieldAccess</a>, <a href="../../rex/RexShuttle.html#visitFieldCollations(java.util.List,boolean%5B%5D)">visitFieldCollations</a>, <a href="../../rex/RexShuttle.html#visitInputRef(org.apache.calcite.rex.RexInputRef)">visitInputRef</a>, <a href="../../rex/RexShuttle.html#visitList(java.util.List,java.util.List)">visitList</a>, <a href="../../rex/RexShuttle.html#visitLiteral(org.apache.calcite.rex.RexLiteral)">visitLiteral</a>, <a href="../../rex/RexShuttle.html#visitLocalRef(org.apache.calcite.rex.RexLocalRef)">visitLocalRef</a>, <a href="../../rex/RexShuttle.html#visitOver(org.apache.calcite.rex.RexOver)">visitOver</a>, <a href="../../rex/RexShuttle.html#visitPatternFieldRef(org.apache.calcite.rex.RexPatternFieldRef)">visitPatternFieldRef</a>, <a href="../../rex/RexShuttle.html#visitRangeRef(org.apache.calcite.rex.RexRangeRef)">visitRangeRef</a>, <a href="../../rex/RexShuttle.html#visitSubQuery(org.apache.calcite.rex.RexSubQuery)">visitSubQuery</a>, <a href="../../rex/RexShuttle.html#visitTableInputRef(org.apache.calcite.rex.RexTableInputRef)">visitTableInputRef</a>, <a href="../../rex/RexShuttle.html#visitWindow(org.apache.calcite.rex.RexWindow)">visitWindow</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="rexBuilder">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rexBuilder</h4>
<pre>private final&nbsp;<a href="../../rex/RexBuilder.html" title="class in org.apache.calcite.rex">RexBuilder</a> rexBuilder</pre>
</li>
</ul>
<a id="timeUnit">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>timeUnit</h4>
<pre>private final&nbsp;org.apache.calcite.avatica.util.TimeUnitRange timeUnit</pre>
</li>
</ul>
<a id="operandRanges">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>operandRanges</h4>
<pre>private final&nbsp;java.util.Map&lt;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>,&#8203;com.google.common.collect.RangeSet&lt;java.util.Calendar&gt;&gt; operandRanges</pre>
</li>
</ul>
<a id="calls">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>calls</h4>
<pre>private final&nbsp;java.util.Deque&lt;<a href="../../rex/RexCall.html" title="class in org.apache.calcite.rex">RexCall</a>&gt; calls</pre>
</li>
</ul>
<a id="timeUnitRanges">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>timeUnitRanges</h4>
<pre>private final&nbsp;com.google.common.collect.ImmutableSortedSet&lt;org.apache.calcite.avatica.util.TimeUnitRange&gt; timeUnitRanges</pre>
</li>
</ul>
<a id="timeZone">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>timeZone</h4>
<pre>private final&nbsp;java.lang.String timeZone</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.rex.RexBuilder,org.apache.calcite.avatica.util.TimeUnitRange,java.util.Map,com.google.common.collect.ImmutableSortedSet,java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ExtractShuttle</h4>
<pre>ExtractShuttle&#8203;(<a href="../../rex/RexBuilder.html" title="class in org.apache.calcite.rex">RexBuilder</a>&nbsp;rexBuilder,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
java.util.Map&lt;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>,&#8203;com.google.common.collect.RangeSet&lt;java.util.Calendar&gt;&gt;&nbsp;operandRanges,
com.google.common.collect.ImmutableSortedSet&lt;org.apache.calcite.avatica.util.TimeUnitRange&gt;&nbsp;timeUnitRanges,
java.lang.String&nbsp;timeZone)</pre>
</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="visitCall(org.apache.calcite.rex.RexCall)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitCall</h4>
<pre class="methodSignature">public&nbsp;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;visitCall&#8203;(<a href="../../rex/RexCall.html" title="class in org.apache.calcite.rex">RexCall</a>&nbsp;call)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../rex/RexVisitor.html#visitCall(org.apache.calcite.rex.RexCall)">visitCall</a></code>&nbsp;in interface&nbsp;<code><a href="../../rex/RexVisitor.html" title="interface in org.apache.calcite.rex">RexVisitor</a>&lt;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../rex/RexShuttle.html#visitCall(org.apache.calcite.rex.RexCall)">visitCall</a></code>&nbsp;in class&nbsp;<code><a href="../../rex/RexShuttle.html" title="class in org.apache.calcite.rex">RexShuttle</a></code></dd>
</dl>
</li>
</ul>
<a id="canRewriteExtract(org.apache.calcite.rex.RexNode)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canRewriteExtract</h4>
<pre class="methodSignature">private&nbsp;boolean&nbsp;canRewriteExtract&#8203;(<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;operand)</pre>
</li>
</ul>
<a id="visitList(java.util.List,boolean[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitList</h4>
<pre class="methodSignature">protected&nbsp;java.util.List&lt;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;visitList&#8203;(java.util.List&lt;? extends <a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&gt;&nbsp;exprs,
boolean[]&nbsp;update)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../rex/RexShuttle.html#visitList(java.util.List,boolean%5B%5D)">RexShuttle</a></code></span></div>
<div class="block">Visits each of a list of expressions and returns a list of the
results.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../rex/RexShuttle.html#visitList(java.util.List,boolean%5B%5D)">visitList</a></code>&nbsp;in class&nbsp;<code><a href="../../rex/RexShuttle.html" title="class in org.apache.calcite.rex">RexShuttle</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>exprs</code> - List of expressions</dd>
<dd><code>update</code> - If not null, sets this to true if any of the expressions
was modified</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Array of visited expressions</dd>
</dl>
</li>
</ul>
<a id="isExtractCall(org.apache.calcite.rex.RexNode)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isExtractCall</h4>
<pre class="methodSignature">boolean&nbsp;isExtractCall&#8203;(<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;e)</pre>
</li>
</ul>
<a id="compareExtract(org.apache.calcite.sql.SqlKind,org.apache.calcite.rex.RexNode,org.apache.calcite.rex.RexLiteral)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compareExtract</h4>
<pre class="methodSignature"><a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;compareExtract&#8203;(<a href="../../sql/SqlKind.html" title="enum in org.apache.calcite.sql">SqlKind</a>&nbsp;comparison,
<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;operand,
<a href="../../rex/RexLiteral.html" title="class in org.apache.calcite.rex">RexLiteral</a>&nbsp;literal)</pre>
</li>
</ul>
<a id="next(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange,int,com.google.common.collect.Range,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>next</h4>
<pre class="methodSignature">private&nbsp;boolean&nbsp;next&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
int&nbsp;v,
com.google.common.collect.Range&lt;java.util.Calendar&gt;&nbsp;r,
boolean&nbsp;strict)</pre>
</li>
</ul>
<a id="isValid(int,org.apache.calcite.avatica.util.TimeUnitRange)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isValid</h4>
<pre class="methodSignature">private static&nbsp;boolean&nbsp;isValid&#8203;(int&nbsp;v,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit)</pre>
</li>
</ul>
<a id="toRex(org.apache.calcite.rex.RexNode,com.google.common.collect.Range)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toRex</h4>
<pre class="methodSignature">@Nonnull
private&nbsp;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;toRex&#8203;(<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;operand,
com.google.common.collect.Range&lt;java.util.Calendar&gt;&nbsp;r)</pre>
</li>
</ul>
<a id="dateTimeLiteral(org.apache.calcite.rex.RexBuilder,java.util.Calendar,org.apache.calcite.rex.RexNode)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dateTimeLiteral</h4>
<pre class="methodSignature">private&nbsp;<a href="../../rex/RexLiteral.html" title="class in org.apache.calcite.rex">RexLiteral</a>&nbsp;dateTimeLiteral&#8203;(<a href="../../rex/RexBuilder.html" title="class in org.apache.calcite.rex">RexBuilder</a>&nbsp;rexBuilder,
java.util.Calendar&nbsp;calendar,
<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;operand)</pre>
</li>
</ul>
<a id="extractRange(org.apache.calcite.avatica.util.TimeUnitRange,org.apache.calcite.sql.SqlKind,java.util.Calendar)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>extractRange</h4>
<pre class="methodSignature">private&nbsp;com.google.common.collect.Range&lt;java.util.Calendar&gt;&nbsp;extractRange&#8203;(org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
<a href="../../sql/SqlKind.html" title="enum in org.apache.calcite.sql">SqlKind</a>&nbsp;comparison,
java.util.Calendar&nbsp;c)</pre>
</li>
</ul>
<a id="round(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>round</h4>
<pre class="methodSignature">private&nbsp;java.util.Calendar&nbsp;round&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
boolean&nbsp;down)</pre>
<div class="block">Returns a copy of a calendar, optionally rounded up to the next time
unit.</div>
</li>
</ul>
<a id="compareFloorCeil(org.apache.calcite.sql.SqlKind,org.apache.calcite.rex.RexNode,org.apache.calcite.rex.RexLiteral,org.apache.calcite.avatica.util.TimeUnitRange,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compareFloorCeil</h4>
<pre class="methodSignature">private&nbsp;<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;compareFloorCeil&#8203;(<a href="../../sql/SqlKind.html" title="enum in org.apache.calcite.sql">SqlKind</a>&nbsp;comparison,
<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;operand,
<a href="../../rex/RexLiteral.html" title="class in org.apache.calcite.rex">RexLiteral</a>&nbsp;timeLiteral,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
boolean&nbsp;floor)</pre>
</li>
</ul>
<a id="timestampValue(org.apache.calcite.rex.RexLiteral)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>timestampValue</h4>
<pre class="methodSignature">private&nbsp;java.util.Calendar&nbsp;timestampValue&#8203;(<a href="../../rex/RexLiteral.html" title="class in org.apache.calcite.rex">RexLiteral</a>&nbsp;timeLiteral)</pre>
</li>
</ul>
<a id="floorRange(org.apache.calcite.avatica.util.TimeUnitRange,org.apache.calcite.sql.SqlKind,java.util.Calendar)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>floorRange</h4>
<pre class="methodSignature">private&nbsp;com.google.common.collect.Range&lt;java.util.Calendar&gt;&nbsp;floorRange&#8203;(org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
<a href="../../sql/SqlKind.html" title="enum in org.apache.calcite.sql">SqlKind</a>&nbsp;comparison,
java.util.Calendar&nbsp;c)</pre>
</li>
</ul>
<a id="ceilRange(org.apache.calcite.avatica.util.TimeUnitRange,org.apache.calcite.sql.SqlKind,java.util.Calendar)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ceilRange</h4>
<pre class="methodSignature">private&nbsp;com.google.common.collect.Range&lt;java.util.Calendar&gt;&nbsp;ceilRange&#8203;(org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit,
<a href="../../sql/SqlKind.html" title="enum in org.apache.calcite.sql">SqlKind</a>&nbsp;comparison,
java.util.Calendar&nbsp;c)</pre>
</li>
</ul>
<a id="isFloorCeilCall(org.apache.calcite.rex.RexNode)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isFloorCeilCall</h4>
<pre class="methodSignature">boolean&nbsp;isFloorCeilCall&#8203;(<a href="../../rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;e)</pre>
</li>
</ul>
<a id="increment(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>increment</h4>
<pre class="methodSignature">private&nbsp;java.util.Calendar&nbsp;increment&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit)</pre>
</li>
</ul>
<a id="decrement(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decrement</h4>
<pre class="methodSignature">private&nbsp;java.util.Calendar&nbsp;decrement&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit)</pre>
</li>
</ul>
<a id="ceil(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ceil</h4>
<pre class="methodSignature">private&nbsp;java.util.Calendar&nbsp;ceil&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit)</pre>
</li>
</ul>
<a id="floor(java.util.Calendar,org.apache.calcite.avatica.util.TimeUnitRange)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>floor</h4>
<pre class="methodSignature">private&nbsp;java.util.Calendar&nbsp;floor&#8203;(java.util.Calendar&nbsp;c,
org.apache.calcite.avatica.util.TimeUnitRange&nbsp;timeUnit)</pre>
<div class="block">Computes floor of a calendar to a given time unit.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns a copy of calendar, floored to the given time unit</dd>
</dl>
</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/DateRangeRules.ExtractShuttle.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>Nested&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>