blob: 5bb702990393504fa075050c89e45f05ffb1c6c9 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OperandTypes (Apache Calcite calcite API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="OperandTypes (Apache Calcite calcite API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9};
var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],8:["t4","具体方法"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li class="navBarCell1Rev"></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/calcite/sql/type/OperandsTypeChecking.html" title="org.apache.calcite.sql.type中的类"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../../org/apache/calcite/sql/type/OrdinalReturnTypeInference.html" title="org.apache.calcite.sql.type中的类"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/calcite/sql/type/OperandTypes.html" target="_top">框架</a></li>
<li><a href="OperandTypes.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>概要:&nbsp;</li>
<li>嵌套&nbsp;|&nbsp;</li>
<li><a href="#field.summary">字段</a>&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.summary">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li><a href="#field.detail">字段</a>&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.detail">方法</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.calcite.sql.type</div>
<h2 title="类 OperandTypes" class="title">类 OperandTypes</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.sql.type.OperandTypes</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">OperandTypes</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></pre>
<div class="block">Strategies for checking operand types.
<p>This class defines singleton instances of strategy objects for operand
type checking. <a href="../../../../../org/apache/calcite/sql/type/ReturnTypes.html" title="org.apache.calcite.sql.type中的类"><code>ReturnTypes</code></a>
and <a href="../../../../../org/apache/calcite/sql/type/InferTypes.html" title="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">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口"><code>SqlOperandTypeChecker</code></a>,
<a href="../../../../../org/apache/calcite/sql/type/ReturnTypes.html" title="org.apache.calcite.sql.type中的类"><code>ReturnTypes</code></a>,
<a href="../../../../../org/apache/calcite/sql/type/InferTypes.html" title="org.apache.calcite.sql.type中的类"><code>InferTypes</code></a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>字段概要</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="字段概要表, 列表字段和解释">
<caption><span>字段</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">限定符和类型</th>
<th class="colLast" scope="col">字段和说明</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#ANY">ANY</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#ANY_ANY">ANY_ANY</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#ANY_NUMERIC">ANY_NUMERIC</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#ARRAY">ARRAY</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#BINARY">BINARY</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#BOOLEAN">BOOLEAN</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#BOOLEAN_BOOLEAN">BOOLEAN_BOOLEAN</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#CBSTRING_INTEGER">CBSTRING_INTEGER</a></span></code>
<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="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#CHARACTER">CHARACTER</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#CHARACTER_CHARACTER_DATETIME">CHARACTER_CHARACTER_DATETIME</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#COLLECTION">COLLECTION</a></span></code>
<div class="block">Checks that returns whether a value is a multiset or an array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#COLLECTION_OR_MAP">COLLECTION_OR_MAP</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#COMPARABLE_ORDERED">COMPARABLE_ORDERED</a></span></code>
<div class="block">Operand type-checking strategy where operand type must allow ordered
comparisons.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#COMPARABLE_ORDERED_COMPARABLE_ORDERED">COMPARABLE_ORDERED_COMPARABLE_ORDERED</a></span></code>
<div class="block">Operand type-checking strategy where operand types must allow ordered
comparisons.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#COMPARABLE_UNORDERED_COMPARABLE_UNORDERED">COMPARABLE_UNORDERED_COMPARABLE_UNORDERED</a></span></code>
<div class="block">Operand type-checking strategy where operand types must allow unordered
comparisons.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#DATETIME">DATETIME</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#DATETIME_INTERVAL">DATETIME_INTERVAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#DATETIME_INTERVAL_INTERVAL">DATETIME_INTERVAL_INTERVAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#DATETIME_INTERVAL_INTERVAL_TIME">DATETIME_INTERVAL_INTERVAL_TIME</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#DATETIME_INTERVAL_TIME">DATETIME_INTERVAL_TIME</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#DIVISION_OPERATOR">DIVISION_OPERATOR</a></span></code>
<div class="block">Type checking strategy for the "/" operator</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#EXACT_NUMERIC">EXACT_NUMERIC</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#EXACT_NUMERIC_EXACT_NUMERIC">EXACT_NUMERIC_EXACT_NUMERIC</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#INTEGER">INTEGER</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#INTERVAL">INTERVAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#INTERVAL_DATETIME">INTERVAL_DATETIME</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#INTERVAL_INTERVAL">INTERVAL_INTERVAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#INTERVAL_NUMERIC">INTERVAL_NUMERIC</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#INTERVAL_SAME_SAME">INTERVAL_SAME_SAME</a></span></code>
<div class="block">Parameter type-checking strategy type must a nullable time interval,
nullable time interval</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#INTERVALINTERVAL_INTERVALDATETIME">INTERVALINTERVAL_INTERVALDATETIME</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#LITERAL">LITERAL</a></span></code>
<div class="block">Operand type-checking strategy type must be a non-NULL literal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#MINUS_DATE_OPERATOR">MINUS_DATE_OPERATOR</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#MINUS_OPERATOR">MINUS_OPERATOR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#MULTIPLY_OPERATOR">MULTIPLY_OPERATOR</a></span></code>
<div class="block">Type checking strategy for the "*" operator</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#MULTISET">MULTISET</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#MULTISET_MULTISET">MULTISET_MULTISET</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#NILADIC">NILADIC</a></span></code>
<div class="block">Operand type-checking strategy for an operator which takes no operands.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#NULLABLE_LITERAL">NULLABLE_LITERAL</a></span></code>
<div class="block">Operand type-checking strategy where type must be a literal or NULL.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#NUMERIC">NUMERIC</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#NUMERIC_INTEGER">NUMERIC_INTEGER</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#NUMERIC_INTERVAL">NUMERIC_INTERVAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#NUMERIC_NUMERIC">NUMERIC_NUMERIC</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#NUMERIC_OPTIONAL_INTEGER">NUMERIC_OPTIONAL_INTEGER</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#NUMERIC_OR_INTERVAL">NUMERIC_OR_INTERVAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#NUMERIC_OR_STRING">NUMERIC_OR_STRING</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#ONE_OR_MORE">ONE_OR_MORE</a></span></code>
<div class="block">Operand type-checking strategy that allows one or more operands.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#PERIOD">PERIOD</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#PERIOD_OR_DATETIME">PERIOD_OR_DATETIME</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#PLUS_OPERATOR">PLUS_OPERATOR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#POSITIVE_INTEGER_LITERAL">POSITIVE_INTEGER_LITERAL</a></span></code>
<div class="block">Operand type-checking strategy type must be a positive integer non-NULL
literal.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#RECORD_COLLECTION">RECORD_COLLECTION</a></span></code>
<div class="block">Checker that returns whether a value is a multiset of records or an
array of records.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#RECORD_TO_SCALAR">RECORD_TO_SCALAR</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#SAME_SAME">SAME_SAME</a></span></code>
<div class="block">Operand type-checking strategy where two operands must both be in the
same type family.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#SAME_SAME_INTEGER">SAME_SAME_INTEGER</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#SAME_SAME_SAME">SAME_SAME_SAME</a></span></code>
<div class="block">Operand type-checking strategy where three operands must all be in the
same type family.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#SAME_VARIADIC">SAME_VARIADIC</a></span></code>
<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="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#SCALAR_OR_RECORD_COLLECTION">SCALAR_OR_RECORD_COLLECTION</a></span></code>
<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="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#SCALAR_OR_RECORD_COLLECTION_OR_MAP">SCALAR_OR_RECORD_COLLECTION_OR_MAP</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#SET_OP">SET_OP</a></span></code>
<div class="block">Operand type-checking strategy for a set operator (UNION, INTERSECT,
EXCEPT).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#STRING">STRING</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#STRING_INTEGER">STRING_INTEGER</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#STRING_SAME_SAME">STRING_SAME_SAME</a></span></code>
<div class="block">Operand type-checking strategy where two operands must both be in the
same string type family.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#STRING_SAME_SAME_INTEGER">STRING_SAME_SAME_INTEGER</a></span></code>
<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="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#STRING_SAME_SAME_SAME">STRING_SAME_SAME_SAME</a></span></code>
<div class="block">Operand type-checking strategy where three operands must all be in the
same string type family.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#STRING_STRING">STRING_STRING</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#STRING_STRING_INTEGER">STRING_STRING_INTEGER</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#STRING_STRING_INTEGER_INTEGER">STRING_STRING_INTEGER_INTEGER</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#STRING_STRING_OPTIONAL_STRING">STRING_STRING_OPTIONAL_STRING</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#STRING_STRING_STRING">STRING_STRING_STRING</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#VARIADIC">VARIADIC</a></span></code>
<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>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>方法概要</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">静态方法</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">限定符和类型</th>
<th class="colLast" scope="col">方法和说明</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#and-org.apache.calcite.sql.type.SqlOperandTypeChecker...-">and</a></span>(<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a>...&nbsp;rules)</code>
<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="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#and-org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...-">and</a></span>(<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</code>
<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="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#family-java.util.List-">family</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/type/SqlTypeFamily.html" title="org.apache.calcite.sql.type中的枚举">SqlTypeFamily</a>&gt;&nbsp;families)</code>
<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="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#family-java.util.List-java.util.function.Predicate-">family</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/type/SqlTypeFamily.html" title="org.apache.calcite.sql.type中的枚举">SqlTypeFamily</a>&gt;&nbsp;families,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="java.util.function中的类或接口">Predicate</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>&gt;&nbsp;optional)</code>
<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="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#family-org.apache.calcite.sql.type.SqlTypeFamily...-">family</a></span>(<a href="../../../../../org/apache/calcite/sql/type/SqlTypeFamily.html" title="org.apache.calcite.sql.type中的枚举">SqlTypeFamily</a>...&nbsp;families)</code>
<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="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#or-org.apache.calcite.sql.type.SqlOperandTypeChecker...-">or</a></span>(<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a>...&nbsp;rules)</code>
<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="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#or-org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...-">or</a></span>(<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</code>
<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="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#repeat-org.apache.calcite.sql.SqlOperandCountRange-org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...-">repeat</a></span>(<a href="../../../../../org/apache/calcite/sql/SqlOperandCountRange.html" title="org.apache.calcite.sql中的接口">SqlOperandCountRange</a>&nbsp;range,
<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</code>
<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="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#sequence-java.lang.String-org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...-">sequence</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;allowedSignatures,
<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a>...&nbsp;rules)</code>
<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="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#variadic-org.apache.calcite.sql.SqlOperandCountRange-">variadic</a></span>(<a href="../../../../../org/apache/calcite/sql/SqlOperandCountRange.html" title="org.apache.calcite.sql中的接口">SqlOperandCountRange</a>&nbsp;range)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>从类继承的方法&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>字段详细资料</h3>
<a name="NILADIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NILADIC</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="VARIADIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VARIADIC</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="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 name="ONE_OR_MORE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ONE_OR_MORE</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="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 name="BOOLEAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOOLEAN</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> BOOLEAN</pre>
</li>
</ul>
<a name="BOOLEAN_BOOLEAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOOLEAN_BOOLEAN</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> BOOLEAN_BOOLEAN</pre>
</li>
</ul>
<a name="NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> NUMERIC</pre>
</li>
</ul>
<a name="INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTEGER</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> INTEGER</pre>
</li>
</ul>
<a name="NUMERIC_OPTIONAL_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_OPTIONAL_INTEGER</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> NUMERIC_OPTIONAL_INTEGER</pre>
</li>
</ul>
<a name="NUMERIC_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_INTEGER</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> NUMERIC_INTEGER</pre>
</li>
</ul>
<a name="NUMERIC_NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_NUMERIC</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> NUMERIC_NUMERIC</pre>
</li>
</ul>
<a name="EXACT_NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXACT_NUMERIC</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> EXACT_NUMERIC</pre>
</li>
</ul>
<a name="EXACT_NUMERIC_EXACT_NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXACT_NUMERIC_EXACT_NUMERIC</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> EXACT_NUMERIC_EXACT_NUMERIC</pre>
</li>
</ul>
<a name="BINARY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINARY</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> BINARY</pre>
</li>
</ul>
<a name="STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> STRING</pre>
</li>
</ul>
<a name="STRING_STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_STRING</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a> STRING_STRING</pre>
</li>
</ul>
<a name="STRING_STRING_STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_STRING_STRING</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a> STRING_STRING_STRING</pre>
</li>
</ul>
<a name="STRING_STRING_OPTIONAL_STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_STRING_OPTIONAL_STRING</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a> STRING_STRING_OPTIONAL_STRING</pre>
</li>
</ul>
<a name="CHARACTER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHARACTER</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> CHARACTER</pre>
</li>
</ul>
<a name="DATETIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATETIME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> DATETIME</pre>
</li>
</ul>
<a name="INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> INTERVAL</pre>
</li>
</ul>
<a name="CHARACTER_CHARACTER_DATETIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHARACTER_CHARACTER_DATETIME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> CHARACTER_CHARACTER_DATETIME</pre>
</li>
</ul>
<a name="PERIOD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERIOD</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> PERIOD</pre>
</li>
</ul>
<a name="PERIOD_OR_DATETIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERIOD_OR_DATETIME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> PERIOD_OR_DATETIME</pre>
</li>
</ul>
<a name="INTERVAL_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a> INTERVAL_INTERVAL</pre>
</li>
</ul>
<a name="MULTISET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MULTISET</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> MULTISET</pre>
</li>
</ul>
<a name="ARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARRAY</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> ARRAY</pre>
</li>
</ul>
<a name="COLLECTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLLECTION</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="COLLECTION_OR_MAP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLLECTION_OR_MAP</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> COLLECTION_OR_MAP</pre>
</li>
</ul>
<a name="NULLABLE_LITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NULLABLE_LITERAL</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="LITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LITERAL</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="POSITIVE_INTEGER_LITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>POSITIVE_INTEGER_LITERAL</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="SAME_SAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAME_SAME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="SAME_SAME_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAME_SAME_INTEGER</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> SAME_SAME_INTEGER</pre>
</li>
</ul>
<a name="SAME_SAME_SAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAME_SAME_SAME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="SAME_VARIADIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAME_VARIADIC</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="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 name="COMPARABLE_ORDERED_COMPARABLE_ORDERED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMPARABLE_ORDERED_COMPARABLE_ORDERED</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="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 name="COMPARABLE_ORDERED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMPARABLE_ORDERED</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="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 name="COMPARABLE_UNORDERED_COMPARABLE_UNORDERED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMPARABLE_UNORDERED_COMPARABLE_UNORDERED</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="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 name="STRING_SAME_SAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_SAME_SAME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="STRING_SAME_SAME_SAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_SAME_SAME_SAME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="STRING_STRING_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_STRING_INTEGER</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> STRING_STRING_INTEGER</pre>
</li>
</ul>
<a name="STRING_STRING_INTEGER_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_STRING_INTEGER_INTEGER</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> STRING_STRING_INTEGER_INTEGER</pre>
</li>
</ul>
<a name="STRING_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_INTEGER</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> STRING_INTEGER</pre>
</li>
</ul>
<a name="CBSTRING_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CBSTRING_INTEGER</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="STRING_SAME_SAME_INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_SAME_SAME_INTEGER</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="ANY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ANY</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> ANY</pre>
</li>
</ul>
<a name="ANY_ANY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ANY_ANY</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> ANY_ANY</pre>
</li>
</ul>
<a name="ANY_NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ANY_NUMERIC</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> ANY_NUMERIC</pre>
</li>
</ul>
<a name="INTERVAL_SAME_SAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL_SAME_SAME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="NUMERIC_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> NUMERIC_INTERVAL</pre>
</li>
</ul>
<a name="INTERVAL_NUMERIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL_NUMERIC</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> INTERVAL_NUMERIC</pre>
</li>
</ul>
<a name="DATETIME_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATETIME_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> DATETIME_INTERVAL</pre>
</li>
</ul>
<a name="DATETIME_INTERVAL_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATETIME_INTERVAL_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> DATETIME_INTERVAL_INTERVAL</pre>
</li>
</ul>
<a name="DATETIME_INTERVAL_INTERVAL_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATETIME_INTERVAL_INTERVAL_TIME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> DATETIME_INTERVAL_INTERVAL_TIME</pre>
</li>
</ul>
<a name="DATETIME_INTERVAL_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATETIME_INTERVAL_TIME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> DATETIME_INTERVAL_TIME</pre>
</li>
</ul>
<a name="INTERVAL_DATETIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL_DATETIME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> INTERVAL_DATETIME</pre>
</li>
</ul>
<a name="INTERVALINTERVAL_INTERVALDATETIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVALINTERVAL_INTERVALDATETIME</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> INTERVALINTERVAL_INTERVALDATETIME</pre>
</li>
</ul>
<a name="PLUS_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLUS_OPERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> PLUS_OPERATOR</pre>
</li>
</ul>
<a name="MULTIPLY_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MULTIPLY_OPERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> MULTIPLY_OPERATOR</pre>
<div class="block">Type checking strategy for the "*" operator</div>
</li>
</ul>
<a name="DIVISION_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIVISION_OPERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> DIVISION_OPERATOR</pre>
<div class="block">Type checking strategy for the "/" operator</div>
</li>
</ul>
<a name="MINUS_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MINUS_OPERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> MINUS_OPERATOR</pre>
</li>
</ul>
<a name="MINUS_DATE_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MINUS_DATE_OPERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a> MINUS_DATE_OPERATOR</pre>
</li>
</ul>
<a name="NUMERIC_OR_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_OR_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> NUMERIC_OR_INTERVAL</pre>
</li>
</ul>
<a name="NUMERIC_OR_STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC_OR_STRING</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> NUMERIC_OR_STRING</pre>
</li>
</ul>
<a name="RECORD_COLLECTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RECORD_COLLECTION</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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">另请参阅:</span></dt>
<dd><a href="../../../../../org/apache/calcite/sql/type/OperandTypes.html#COLLECTION"><code>COLLECTION</code></a></dd>
</dl>
</li>
</ul>
<a name="SCALAR_OR_RECORD_COLLECTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCALAR_OR_RECORD_COLLECTION</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="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="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a> SCALAR_OR_RECORD_COLLECTION_OR_MAP</pre>
</li>
</ul>
<a name="MULTISET_MULTISET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MULTISET_MULTISET</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a> MULTISET_MULTISET</pre>
</li>
</ul>
<a name="SET_OP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SET_OP</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="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 name="RECORD_TO_SCALAR">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RECORD_TO_SCALAR</h4>
<pre>public static final&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a> RECORD_TO_SCALAR</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>方法详细资料</h3>
<a name="family-org.apache.calcite.sql.type.SqlTypeFamily...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>family</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a>&nbsp;family(<a href="../../../../../org/apache/calcite/sql/type/SqlTypeFamily.html" title="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 name="family-java.util.List-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>family</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a>&nbsp;family(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/type/SqlTypeFamily.html" title="org.apache.calcite.sql.type中的枚举">SqlTypeFamily</a>&gt;&nbsp;families,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="java.util.function中的类或接口">Predicate</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口">Integer</a>&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 name="family-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>family</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/calcite/sql/type/FamilyOperandTypeChecker.html" title="org.apache.calcite.sql.type中的类">FamilyOperandTypeChecker</a>&nbsp;family(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口">List</a>&lt;<a href="../../../../../org/apache/calcite/sql/type/SqlTypeFamily.html" title="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 name="or-org.apache.calcite.sql.type.SqlOperandTypeChecker...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>or</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a>&nbsp;or(<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="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 name="and-org.apache.calcite.sql.type.SqlOperandTypeChecker...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>and</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a>&nbsp;and(<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="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 name="or-org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>or</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a>&nbsp;or(<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="and-org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>and</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlSingleOperandTypeChecker</a>&nbsp;and(<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="sequence-java.lang.String-org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sequence</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a>&nbsp;sequence(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;allowedSignatures,
<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="repeat-org.apache.calcite.sql.SqlOperandCountRange-org.apache.calcite.sql.type.SqlSingleOperandTypeChecker...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>repeat</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a>&nbsp;repeat(<a href="../../../../../org/apache/calcite/sql/SqlOperandCountRange.html" title="org.apache.calcite.sql中的接口">SqlOperandCountRange</a>&nbsp;range,
<a href="../../../../../org/apache/calcite/sql/type/SqlSingleOperandTypeChecker.html" title="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 name="variadic-org.apache.calcite.sql.SqlOperandCountRange-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>variadic</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/calcite/sql/type/SqlOperandTypeChecker.html" title="org.apache.calcite.sql.type中的接口">SqlOperandTypeChecker</a>&nbsp;variadic(<a href="../../../../../org/apache/calcite/sql/SqlOperandCountRange.html" title="org.apache.calcite.sql中的接口">SqlOperandCountRange</a>&nbsp;range)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li class="navBarCell1Rev"></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/calcite/sql/type/OperandsTypeChecking.html" title="org.apache.calcite.sql.type中的类"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../../org/apache/calcite/sql/type/OrdinalReturnTypeInference.html" title="org.apache.calcite.sql.type中的类"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/calcite/sql/type/OperandTypes.html" target="_top">框架</a></li>
<li><a href="OperandTypes.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>概要:&nbsp;</li>
<li>嵌套&nbsp;|&nbsp;</li>
<li><a href="#field.summary">字段</a>&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.summary">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li><a href="#field.detail">字段</a>&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.detail">方法</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; 2012-2020 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>