blob: 47a080f46aff14575071684284b7c43a6a56d8df [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>OperandTypes (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="OperandTypes (Apache Calcite API)";
}
}
catch(err) {
}
//-->
var data = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static 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/OperandTypes.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.sql.type</a></div>
<h2 title="Class OperandTypes" class="title">Class OperandTypes</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.sql.type.OperandTypes</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public abstract class <span class="typeNameLabel">OperandTypes</span>
extends java.lang.Object</pre>
<div class="block">Strategies for checking operand types.
<p>This class defines singleton instances of strategy objects for operand
type checking. <a href="ReturnTypes.html" title="class in org.apache.calcite.sql.type"><code>ReturnTypes</code></a>
and <a href="InferTypes.html" title="class in org.apache.calcite.sql.type"><code>InferTypes</code></a> provide similar strategies
for operand type inference and operator return type inference.
<p>Note to developers: avoid anonymous inner classes here except for unique,
non-generalizable strategies; anything else belongs in a reusable top-level
class. If you find yourself copying and pasting an existing strategy's
anonymous inner class, you're making a mistake.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type"><code>SqlOperandTypeChecker</code></a>,
<a href="ReturnTypes.html" title="class in org.apache.calcite.sql.type"><code>ReturnTypes</code></a>,
<a href="InferTypes.html" title="class in org.apache.calcite.sql.type"><code>InferTypes</code></a></dd>
</dl>
</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="OperandTypes.PeriodOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">OperandTypes.PeriodOperandTypeChecker</a></span></code></th>
<td class="colLast">
<div class="block">Operand type checker that accepts period types:
PERIOD (DATETIME, DATETIME)
PERIOD (DATETIME, INTERVAL)
[ROW] (DATETIME, DATETIME)
[ROW] (DATETIME, INTERVAL)</div>
</td>
</tr>
</table>
</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>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ANY">ANY</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ANY_ANY">ANY_ANY</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ANY_NUMERIC">ANY_NUMERIC</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ARRAY">ARRAY</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#BINARY">BINARY</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#BOOLEAN">BOOLEAN</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#BOOLEAN_BOOLEAN">BOOLEAN_BOOLEAN</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#CBSTRING_INTEGER">CBSTRING_INTEGER</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where the first operand is a character or
binary string (CHAR, VARCHAR, BINARY or VARBINARY), and the second operand
is INTEGER.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#CHARACTER">CHARACTER</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#COLLECTION">COLLECTION</a></span></code></th>
<td class="colLast">
<div class="block">Checks that returns whether a value is a multiset or an array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#COLLECTION_OR_MAP">COLLECTION_OR_MAP</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#COMPARABLE_ORDERED">COMPARABLE_ORDERED</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where operand type must allow ordered
comparisons.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#COMPARABLE_ORDERED_COMPARABLE_ORDERED">COMPARABLE_ORDERED_COMPARABLE_ORDERED</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where operand types must allow ordered
comparisons.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#COMPARABLE_UNORDERED_COMPARABLE_UNORDERED">COMPARABLE_UNORDERED_COMPARABLE_UNORDERED</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where operand types must allow unordered
comparisons.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DATETIME">DATETIME</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DATETIME_INTERVAL">DATETIME_INTERVAL</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DATETIME_INTERVAL_INTERVAL">DATETIME_INTERVAL_INTERVAL</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DATETIME_INTERVAL_INTERVAL_TIME">DATETIME_INTERVAL_INTERVAL_TIME</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DATETIME_INTERVAL_TIME">DATETIME_INTERVAL_TIME</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIVISION_OPERATOR">DIVISION_OPERATOR</a></span></code></th>
<td class="colLast">
<div class="block">Type checking strategy for the "/" operator</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EXACT_NUMERIC">EXACT_NUMERIC</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EXACT_NUMERIC_EXACT_NUMERIC">EXACT_NUMERIC_EXACT_NUMERIC</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#INTEGER">INTEGER</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#INTERVAL">INTERVAL</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#INTERVAL_DATETIME">INTERVAL_DATETIME</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#INTERVAL_INTERVAL">INTERVAL_INTERVAL</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#INTERVAL_NUMERIC">INTERVAL_NUMERIC</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#INTERVAL_SAME_SAME">INTERVAL_SAME_SAME</a></span></code></th>
<td class="colLast">
<div class="block">Parameter type-checking strategy type must a nullable time interval,
nullable time interval</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#INTERVALINTERVAL_INTERVALDATETIME">INTERVALINTERVAL_INTERVALDATETIME</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#LITERAL">LITERAL</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy type must be a non-NULL literal.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#MINUS_DATE_OPERATOR">MINUS_DATE_OPERATOR</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#MINUS_OPERATOR">MINUS_OPERATOR</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#MULTIPLY_OPERATOR">MULTIPLY_OPERATOR</a></span></code></th>
<td class="colLast">
<div class="block">Type checking strategy for the "*" operator</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#MULTISET">MULTISET</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#MULTISET_MULTISET">MULTISET_MULTISET</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NILADIC">NILADIC</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy for an operator which takes no operands.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NULLABLE_LITERAL">NULLABLE_LITERAL</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where type must be a literal or NULL.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NUMERIC">NUMERIC</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NUMERIC_INTEGER">NUMERIC_INTEGER</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NUMERIC_INTERVAL">NUMERIC_INTERVAL</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NUMERIC_NUMERIC">NUMERIC_NUMERIC</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NUMERIC_OPTIONAL_INTEGER">NUMERIC_OPTIONAL_INTEGER</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NUMERIC_OR_INTERVAL">NUMERIC_OR_INTERVAL</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NUMERIC_OR_STRING">NUMERIC_OR_STRING</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ONE_OR_MORE">ONE_OR_MORE</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy that allows one or more operands.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PERIOD">PERIOD</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PERIOD_OR_DATETIME">PERIOD_OR_DATETIME</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PLUS_OPERATOR">PLUS_OPERATOR</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#POSITIVE_INTEGER_LITERAL">POSITIVE_INTEGER_LITERAL</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy type must be a positive integer non-NULL
literal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#RECORD_COLLECTION">RECORD_COLLECTION</a></span></code></th>
<td class="colLast">
<div class="block">Checker that returns whether a value is a multiset of records or an
array of records.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#RECORD_TO_SCALAR">RECORD_TO_SCALAR</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SAME_SAME">SAME_SAME</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where two operands must both be in the
same type family.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SAME_SAME_INTEGER">SAME_SAME_INTEGER</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SAME_SAME_SAME">SAME_SAME_SAME</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where three operands must all be in the
same type family.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SAME_VARIADIC">SAME_VARIADIC</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where any number of operands must all be
in the same type family.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SCALAR_OR_RECORD_COLLECTION">SCALAR_OR_RECORD_COLLECTION</a></span></code></th>
<td class="colLast">
<div class="block">Checker that returns whether a value is a collection (multiset or array)
of scalar or record values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SCALAR_OR_RECORD_COLLECTION_OR_MAP">SCALAR_OR_RECORD_COLLECTION_OR_MAP</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SET_OP">SET_OP</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy for a set operator (UNION, INTERSECT,
EXCEPT).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STRING">STRING</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STRING_INTEGER">STRING_INTEGER</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STRING_SAME_SAME">STRING_SAME_SAME</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where two operands must both be in the
same string type family.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STRING_SAME_SAME_INTEGER">STRING_SAME_SAME_INTEGER</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where two operands must both be in the
same string type family and last type is INTEGER.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STRING_SAME_SAME_SAME">STRING_SAME_SAME_SAME</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy where three operands must all be in the
same string type family.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STRING_STRING">STRING_STRING</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STRING_STRING_INTEGER">STRING_STRING_INTEGER</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STRING_STRING_INTEGER_INTEGER">STRING_STRING_INTEGER_INTEGER</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STRING_STRING_STRING">STRING_STRING_STRING</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#VARIADIC">VARIADIC</a></span></code></th>
<td class="colLast">
<div class="block">Operand type-checking strategy for an operator with no restrictions on
number or type of operands.</div>
</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">Modifier</th>
<th class="colSecond" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private </code></td>
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">OperandTypes</a></span>()</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="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>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#and(org.apache.calcite.sql.type.SqlOperandTypeChecker...)">and</a></span>&#8203;(<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a>...&nbsp;rules)</code></th>
<td class="colLast">
<div class="block">Creates a checker that passes if all of the rules pass.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#and(org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...)">and</a></span>&#8203;(<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</code></th>
<td class="colLast">
<div class="block">Creates a single-operand checker that passes if all of the rules
pass.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#family(java.util.List)">family</a></span>&#8203;(java.util.List&lt;<a href="SqlTypeFamily.html" title="enum in org.apache.calcite.sql.type">SqlTypeFamily</a>&gt;&nbsp;families)</code></th>
<td class="colLast">
<div class="block">Creates a checker that passes if each operand is a member of a
corresponding family.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#family(java.util.List,java.util.function.Predicate)">family</a></span>&#8203;(java.util.List&lt;<a href="SqlTypeFamily.html" title="enum in org.apache.calcite.sql.type">SqlTypeFamily</a>&gt;&nbsp;families,
java.util.function.Predicate&lt;java.lang.Integer&gt;&nbsp;optional)</code></th>
<td class="colLast">
<div class="block">Creates a checker that passes if each operand is a member of a
corresponding family, and allows specified parameters to be optional.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static <a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#family(org.apache.calcite.sql.type.SqlTypeFamily...)">family</a></span>&#8203;(<a href="SqlTypeFamily.html" title="enum in org.apache.calcite.sql.type">SqlTypeFamily</a>...&nbsp;families)</code></th>
<td class="colLast">
<div class="block">Creates a checker that passes if each operand is a member of a
corresponding family.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#or(org.apache.calcite.sql.type.SqlOperandTypeChecker...)">or</a></span>&#8203;(<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a>...&nbsp;rules)</code></th>
<td class="colLast">
<div class="block">Creates a checker that passes if any one of the rules passes.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#or(org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...)">or</a></span>&#8203;(<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</code></th>
<td class="colLast">
<div class="block">Creates a single-operand checker that passes if any one of the rules
passes.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#repeat(org.apache.calcite.sql.SqlOperandCountRange,org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...)">repeat</a></span>&#8203;(<a href="../SqlOperandCountRange.html" title="interface in org.apache.calcite.sql">SqlOperandCountRange</a>&nbsp;range,
<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</code></th>
<td class="colLast">
<div class="block">Creates a checker that passes if all of the rules pass for each operand,
using a given operand count strategy.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sequence(java.lang.String,org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...)">sequence</a></span>&#8203;(java.lang.String&nbsp;allowedSignatures,
<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</code></th>
<td class="colLast">
<div class="block">Creates an operand checker from a sequence of single-operand checkers.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#variadic(org.apache.calcite.sql.SqlOperandCountRange)">variadic</a></span>&#8203;(<a href="../SqlOperandCountRange.html" title="interface in org.apache.calcite.sql">SqlOperandCountRange</a>&nbsp;range)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<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="NILADIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NILADIC</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> NILADIC</pre>
<div class="block">Operand type-checking strategy for an operator which takes no operands.</div>
</li>
</ul>
<a id="VARIADIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VARIADIC</h4>
<pre>public static final&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a> VARIADIC</pre>
<div class="block">Operand type-checking strategy for an operator with no restrictions on
number or type of operands.</div>
</li>
</ul>
<a id="ONE_OR_MORE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ONE_OR_MORE</h4>
<pre>public static final&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a> ONE_OR_MORE</pre>
<div class="block">Operand type-checking strategy that allows one or more operands.</div>
</li>
</ul>
<a id="BOOLEAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOOLEAN</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> BOOLEAN</pre>
</li>
</ul>
<a id="BOOLEAN_BOOLEAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOOLEAN_BOOLEAN</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> BOOLEAN_BOOLEAN</pre>
</li>
</ul>
<a id="NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> NUMERIC</pre>
</li>
</ul>
<a id="INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTEGER</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> INTEGER</pre>
</li>
</ul>
<a id="NUMERIC_OPTIONAL_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_OPTIONAL_INTEGER</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> NUMERIC_OPTIONAL_INTEGER</pre>
</li>
</ul>
<a id="NUMERIC_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_INTEGER</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> NUMERIC_INTEGER</pre>
</li>
</ul>
<a id="NUMERIC_NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_NUMERIC</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> NUMERIC_NUMERIC</pre>
</li>
</ul>
<a id="EXACT_NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXACT_NUMERIC</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> EXACT_NUMERIC</pre>
</li>
</ul>
<a id="EXACT_NUMERIC_EXACT_NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXACT_NUMERIC_EXACT_NUMERIC</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> EXACT_NUMERIC_EXACT_NUMERIC</pre>
</li>
</ul>
<a id="BINARY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINARY</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> BINARY</pre>
</li>
</ul>
<a id="STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> STRING</pre>
</li>
</ul>
<a id="STRING_STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_STRING</h4>
<pre>public static final&nbsp;<a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a> STRING_STRING</pre>
</li>
</ul>
<a id="STRING_STRING_STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_STRING_STRING</h4>
<pre>public static final&nbsp;<a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a> STRING_STRING_STRING</pre>
</li>
</ul>
<a id="CHARACTER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHARACTER</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> CHARACTER</pre>
</li>
</ul>
<a id="DATETIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATETIME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> DATETIME</pre>
</li>
</ul>
<a id="INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> INTERVAL</pre>
</li>
</ul>
<a id="PERIOD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERIOD</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> PERIOD</pre>
</li>
</ul>
<a id="PERIOD_OR_DATETIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERIOD_OR_DATETIME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> PERIOD_OR_DATETIME</pre>
</li>
</ul>
<a id="INTERVAL_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL_INTERVAL</h4>
<pre>public static final&nbsp;<a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a> INTERVAL_INTERVAL</pre>
</li>
</ul>
<a id="MULTISET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MULTISET</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> MULTISET</pre>
</li>
</ul>
<a id="ARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARRAY</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> ARRAY</pre>
</li>
</ul>
<a id="COLLECTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLLECTION</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> COLLECTION</pre>
<div class="block">Checks that returns whether a value is a multiset or an array.
Cf Java, where list and set are collections but a map is not.</div>
</li>
</ul>
<a id="COLLECTION_OR_MAP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLLECTION_OR_MAP</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> COLLECTION_OR_MAP</pre>
</li>
</ul>
<a id="NULLABLE_LITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NULLABLE_LITERAL</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> NULLABLE_LITERAL</pre>
<div class="block">Operand type-checking strategy where type must be a literal or NULL.</div>
</li>
</ul>
<a id="LITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LITERAL</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> LITERAL</pre>
<div class="block">Operand type-checking strategy type must be a non-NULL literal.</div>
</li>
</ul>
<a id="POSITIVE_INTEGER_LITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>POSITIVE_INTEGER_LITERAL</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> POSITIVE_INTEGER_LITERAL</pre>
<div class="block">Operand type-checking strategy type must be a positive integer non-NULL
literal.</div>
</li>
</ul>
<a id="SAME_SAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAME_SAME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> SAME_SAME</pre>
<div class="block">Operand type-checking strategy where two operands must both be in the
same type family.</div>
</li>
</ul>
<a id="SAME_SAME_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAME_SAME_INTEGER</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> SAME_SAME_INTEGER</pre>
</li>
</ul>
<a id="SAME_SAME_SAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAME_SAME_SAME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> SAME_SAME_SAME</pre>
<div class="block">Operand type-checking strategy where three operands must all be in the
same type family.</div>
</li>
</ul>
<a id="SAME_VARIADIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAME_VARIADIC</h4>
<pre>public static final&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a> SAME_VARIADIC</pre>
<div class="block">Operand type-checking strategy where any number of operands must all be
in the same type family.</div>
</li>
</ul>
<a id="COMPARABLE_ORDERED_COMPARABLE_ORDERED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMPARABLE_ORDERED_COMPARABLE_ORDERED</h4>
<pre>public static final&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a> COMPARABLE_ORDERED_COMPARABLE_ORDERED</pre>
<div class="block">Operand type-checking strategy where operand types must allow ordered
comparisons.</div>
</li>
</ul>
<a id="COMPARABLE_ORDERED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMPARABLE_ORDERED</h4>
<pre>public static final&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a> COMPARABLE_ORDERED</pre>
<div class="block">Operand type-checking strategy where operand type must allow ordered
comparisons. Used when instance comparisons are made on single operand
functions</div>
</li>
</ul>
<a id="COMPARABLE_UNORDERED_COMPARABLE_UNORDERED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMPARABLE_UNORDERED_COMPARABLE_UNORDERED</h4>
<pre>public static final&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a> COMPARABLE_UNORDERED_COMPARABLE_UNORDERED</pre>
<div class="block">Operand type-checking strategy where operand types must allow unordered
comparisons.</div>
</li>
</ul>
<a id="STRING_SAME_SAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_SAME_SAME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> STRING_SAME_SAME</pre>
<div class="block">Operand type-checking strategy where two operands must both be in the
same string type family.</div>
</li>
</ul>
<a id="STRING_SAME_SAME_SAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_SAME_SAME_SAME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> STRING_SAME_SAME_SAME</pre>
<div class="block">Operand type-checking strategy where three operands must all be in the
same string type family.</div>
</li>
</ul>
<a id="STRING_STRING_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_STRING_INTEGER</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> STRING_STRING_INTEGER</pre>
</li>
</ul>
<a id="STRING_STRING_INTEGER_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_STRING_INTEGER_INTEGER</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> STRING_STRING_INTEGER_INTEGER</pre>
</li>
</ul>
<a id="STRING_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_INTEGER</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> STRING_INTEGER</pre>
</li>
</ul>
<a id="CBSTRING_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CBSTRING_INTEGER</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> CBSTRING_INTEGER</pre>
<div class="block">Operand type-checking strategy where the first operand is a character or
binary string (CHAR, VARCHAR, BINARY or VARBINARY), and the second operand
is INTEGER.</div>
</li>
</ul>
<a id="STRING_SAME_SAME_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_SAME_SAME_INTEGER</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> STRING_SAME_SAME_INTEGER</pre>
<div class="block">Operand type-checking strategy where two operands must both be in the
same string type family and last type is INTEGER.</div>
</li>
</ul>
<a id="ANY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ANY</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> ANY</pre>
</li>
</ul>
<a id="ANY_ANY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ANY_ANY</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> ANY_ANY</pre>
</li>
</ul>
<a id="ANY_NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ANY_NUMERIC</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> ANY_NUMERIC</pre>
</li>
</ul>
<a id="INTERVAL_SAME_SAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL_SAME_SAME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> INTERVAL_SAME_SAME</pre>
<div class="block">Parameter type-checking strategy type must a nullable time interval,
nullable time interval</div>
</li>
</ul>
<a id="NUMERIC_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_INTERVAL</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> NUMERIC_INTERVAL</pre>
</li>
</ul>
<a id="INTERVAL_NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL_NUMERIC</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> INTERVAL_NUMERIC</pre>
</li>
</ul>
<a id="DATETIME_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATETIME_INTERVAL</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> DATETIME_INTERVAL</pre>
</li>
</ul>
<a id="DATETIME_INTERVAL_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATETIME_INTERVAL_INTERVAL</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> DATETIME_INTERVAL_INTERVAL</pre>
</li>
</ul>
<a id="DATETIME_INTERVAL_INTERVAL_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATETIME_INTERVAL_INTERVAL_TIME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> DATETIME_INTERVAL_INTERVAL_TIME</pre>
</li>
</ul>
<a id="DATETIME_INTERVAL_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATETIME_INTERVAL_TIME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> DATETIME_INTERVAL_TIME</pre>
</li>
</ul>
<a id="INTERVAL_DATETIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL_DATETIME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> INTERVAL_DATETIME</pre>
</li>
</ul>
<a id="INTERVALINTERVAL_INTERVALDATETIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVALINTERVAL_INTERVALDATETIME</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> INTERVALINTERVAL_INTERVALDATETIME</pre>
</li>
</ul>
<a id="PLUS_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLUS_OPERATOR</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> PLUS_OPERATOR</pre>
</li>
</ul>
<a id="MULTIPLY_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MULTIPLY_OPERATOR</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> MULTIPLY_OPERATOR</pre>
<div class="block">Type checking strategy for the "*" operator</div>
</li>
</ul>
<a id="DIVISION_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIVISION_OPERATOR</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> DIVISION_OPERATOR</pre>
<div class="block">Type checking strategy for the "/" operator</div>
</li>
</ul>
<a id="MINUS_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MINUS_OPERATOR</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> MINUS_OPERATOR</pre>
</li>
</ul>
<a id="MINUS_DATE_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MINUS_DATE_OPERATOR</h4>
<pre>public static final&nbsp;<a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a> MINUS_DATE_OPERATOR</pre>
</li>
</ul>
<a id="NUMERIC_OR_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_OR_INTERVAL</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> NUMERIC_OR_INTERVAL</pre>
</li>
</ul>
<a id="NUMERIC_OR_STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_OR_STRING</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> NUMERIC_OR_STRING</pre>
</li>
</ul>
<a id="RECORD_COLLECTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RECORD_COLLECTION</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> RECORD_COLLECTION</pre>
<div class="block">Checker that returns whether a value is a multiset of records or an
array of records.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#COLLECTION"><code>COLLECTION</code></a></dd>
</dl>
</li>
</ul>
<a id="SCALAR_OR_RECORD_COLLECTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCALAR_OR_RECORD_COLLECTION</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> SCALAR_OR_RECORD_COLLECTION</pre>
<div class="block">Checker that returns whether a value is a collection (multiset or array)
of scalar or record values.</div>
</li>
</ul>
<a id="SCALAR_OR_RECORD_COLLECTION_OR_MAP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCALAR_OR_RECORD_COLLECTION_OR_MAP</h4>
<pre>public static final&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a> SCALAR_OR_RECORD_COLLECTION_OR_MAP</pre>
</li>
</ul>
<a id="MULTISET_MULTISET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MULTISET_MULTISET</h4>
<pre>public static final&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a> MULTISET_MULTISET</pre>
</li>
</ul>
<a id="SET_OP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SET_OP</h4>
<pre>public static final&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a> SET_OP</pre>
<div class="block">Operand type-checking strategy for a set operator (UNION, INTERSECT,
EXCEPT).</div>
</li>
</ul>
<a id="RECORD_TO_SCALAR">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RECORD_TO_SCALAR</h4>
<pre>public static final&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a> RECORD_TO_SCALAR</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;()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>OperandTypes</h4>
<pre>private&nbsp;OperandTypes()</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="family(org.apache.calcite.sql.type.SqlTypeFamily...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>family</h4>
<pre class="methodSignature">public static&nbsp;<a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a>&nbsp;family&#8203;(<a href="SqlTypeFamily.html" title="enum in org.apache.calcite.sql.type">SqlTypeFamily</a>...&nbsp;families)</pre>
<div class="block">Creates a checker that passes if each operand is a member of a
corresponding family.</div>
</li>
</ul>
<a id="family(java.util.List,java.util.function.Predicate)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>family</h4>
<pre class="methodSignature">public static&nbsp;<a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a>&nbsp;family&#8203;(java.util.List&lt;<a href="SqlTypeFamily.html" title="enum in org.apache.calcite.sql.type">SqlTypeFamily</a>&gt;&nbsp;families,
java.util.function.Predicate&lt;java.lang.Integer&gt;&nbsp;optional)</pre>
<div class="block">Creates a checker that passes if each operand is a member of a
corresponding family, and allows specified parameters to be optional.</div>
</li>
</ul>
<a id="family(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>family</h4>
<pre class="methodSignature">public static&nbsp;<a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a>&nbsp;family&#8203;(java.util.List&lt;<a href="SqlTypeFamily.html" title="enum in org.apache.calcite.sql.type">SqlTypeFamily</a>&gt;&nbsp;families)</pre>
<div class="block">Creates a checker that passes if each operand is a member of a
corresponding family.</div>
</li>
</ul>
<a id="or(org.apache.calcite.sql.type.SqlOperandTypeChecker...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>or</h4>
<pre class="methodSignature">public static&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a>&nbsp;or&#8203;(<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a>...&nbsp;rules)</pre>
<div class="block">Creates a checker that passes if any one of the rules passes.</div>
</li>
</ul>
<a id="and(org.apache.calcite.sql.type.SqlOperandTypeChecker...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>and</h4>
<pre class="methodSignature">public static&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a>&nbsp;and&#8203;(<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a>...&nbsp;rules)</pre>
<div class="block">Creates a checker that passes if all of the rules pass.</div>
</li>
</ul>
<a id="or(org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>or</h4>
<pre class="methodSignature">public static&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a>&nbsp;or&#8203;(<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</pre>
<div class="block">Creates a single-operand checker that passes if any one of the rules
passes.</div>
</li>
</ul>
<a id="and(org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>and</h4>
<pre class="methodSignature">public static&nbsp;<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a>&nbsp;and&#8203;(<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</pre>
<div class="block">Creates a single-operand checker that passes if all of the rules
pass.</div>
</li>
</ul>
<a id="sequence(java.lang.String,org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sequence</h4>
<pre class="methodSignature">public static&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a>&nbsp;sequence&#8203;(java.lang.String&nbsp;allowedSignatures,
<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</pre>
<div class="block">Creates an operand checker from a sequence of single-operand checkers.</div>
</li>
</ul>
<a id="repeat(org.apache.calcite.sql.SqlOperandCountRange,org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>repeat</h4>
<pre class="methodSignature">public static&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a>&nbsp;repeat&#8203;(<a href="../SqlOperandCountRange.html" title="interface in org.apache.calcite.sql">SqlOperandCountRange</a>&nbsp;range,
<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</pre>
<div class="block">Creates a checker that passes if all of the rules pass for each operand,
using a given operand count strategy.</div>
</li>
</ul>
<a id="variadic(org.apache.calcite.sql.SqlOperandCountRange)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>variadic</h4>
<pre class="methodSignature">public static&nbsp;<a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a>&nbsp;variadic&#8203;(<a href="../SqlOperandCountRange.html" title="interface in org.apache.calcite.sql">SqlOperandCountRange</a>&nbsp;range)</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/OperandTypes.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>