blob: ad8240e84907b896058aa346317da010e1a1a084 [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>org.apache.calcite.util (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="org.apache.calcite.util (Apache Calcite calcite API)";
}
}
catch(err) {
}
//-->
</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 class="navBarCell1Rev">程序包</li>
<li></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/tools/package-summary.html">上一个程序包</a></li>
<li><a href="../../../../org/apache/calcite/util/graph/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/util/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="程序包" class="title">程序包&nbsp;org.apache.calcite.util</h1>
<div class="docSummary">
<div class="block">Provides utility classes.</div>
</div>
<p>请参阅:&nbsp;<a href="#package.description">说明</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" 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>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/CalciteParserException.html" title="org.apache.calcite.util中的接口">CalciteParserException</a></td>
<td class="colLast">
<div class="block">Tagging interface to allow a
<a href="../../../../org/apache/calcite/sql/parser/SqlParseException.html" title="org.apache.calcite.sql.parser中的类"><code>SqlParseException</code></a>
to be identified without adding a
dependency on it from client-side code.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/CalciteValidatorException.html" title="org.apache.calcite.util中的接口">CalciteValidatorException</a></td>
<td class="colLast">
<div class="block">Tagging interface to allow a
<a href="../../../../org/apache/calcite/sql/validate/SqlValidatorException.html" title="org.apache.calcite.sql.validate中的类"><code>SqlValidatorException</code></a>
to be identified without
adding a dependency on it from client-side code.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Compatible.html" title="org.apache.calcite.util中的接口">Compatible</a></td>
<td class="colLast">
<div class="block">Compatibility layer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Glossary.html" title="org.apache.calcite.util中的接口">Glossary</a></td>
<td class="colLast">
<div class="block">A collection of terms.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Litmus.html" title="org.apache.calcite.util中的接口">Litmus</a></td>
<td class="colLast">
<div class="block">Callback to be called when a test for validity succeeds or fails.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PartiallyOrderedSet.Ordering.html" title="org.apache.calcite.util中的接口">PartiallyOrderedSet.Ordering</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Ordering relation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PrecedenceClimbingParser.Special.html" title="org.apache.calcite.util中的接口">PrecedenceClimbingParser.Special</a></td>
<td class="colLast">
<div class="block">Callback defining the behavior of a special function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ReflectiveVisitDispatcher.html" title="org.apache.calcite.util中的接口">ReflectiveVisitDispatcher</a>&lt;R extends <a href="../../../../org/apache/calcite/util/ReflectiveVisitor.html" title="org.apache.calcite.util中的接口">ReflectiveVisitor</a>,E&gt;</td>
<td class="colLast">
<div class="block">Interface for looking up methods relating to reflective visitation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ReflectiveVisitor.html" title="org.apache.calcite.util中的接口">ReflectiveVisitor</a></td>
<td class="colLast">
<div class="block">Object which can be a target for a reflective visitation (see
<a href="../../../../org/apache/calcite/util/ReflectUtil.html#invokeVisitor-org.apache.calcite.util.ReflectiveVisitor-java.lang.Object-java.lang.Class-java.lang.String-"><code>ReflectUtil.invokeVisitor(ReflectiveVisitor, Object, Class, String)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ReflectUtil.MethodDispatcher.html" title="org.apache.calcite.util中的接口">ReflectUtil.MethodDispatcher</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Can invoke a method on an object of type E with return type T.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/SaffronProperties.html" title="org.apache.calcite.util中的接口">SaffronProperties</a></td>
<td class="colLast">已过时
<div class="block"><span class="deprecationComment">As of release 1.19,
replaced by <a href="../../../../org/apache/calcite/config/CalciteSystemProperty.html" title="org.apache.calcite.config中的类"><code>CalciteSystemProperty</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Source.html" title="org.apache.calcite.util中的接口">Source</a></td>
<td class="colLast">
<div class="block">Source of data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/TryThreadLocal.Memo.html" title="org.apache.calcite.util中的接口">TryThreadLocal.Memo</a></td>
<td class="colLast">
<div class="block">Remembers to set the value back.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" 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>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/BarfingInvocationHandler.html" title="org.apache.calcite.util中的类">BarfingInvocationHandler</a></td>
<td class="colLast">
<div class="block">A class derived from <code>BarfingInvocationHandler</code> handles a method
call by looking for a method in itself with identical parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Benchmark.html" title="org.apache.calcite.util中的类">Benchmark</a></td>
<td class="colLast">
<div class="block">Helps to run benchmarks by running the same task repeatedly and averaging
the running times.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Benchmark.Statistician.html" title="org.apache.calcite.util中的类">Benchmark.Statistician</a></td>
<td class="colLast">
<div class="block">Collects statistics for a test that is run multiple times.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/BitSets.html" title="org.apache.calcite.util中的类">BitSets</a></td>
<td class="colLast">
<div class="block">Utility functions for <a href="https://docs.oracle.com/javase/8/docs/api/java/util/BitSet.html?is-external=true" title="java.util中的类或接口"><code>BitSet</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/BitString.html" title="org.apache.calcite.util中的类">BitString</a></td>
<td class="colLast">
<div class="block">String of bits.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Bug.html" title="org.apache.calcite.util中的类">Bug</a></td>
<td class="colLast">
<div class="block">Holder for a list of constants describing which bugs which have not been
fixed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/CancelFlag.html" title="org.apache.calcite.util中的类">CancelFlag</a></td>
<td class="colLast">
<div class="block">CancelFlag is used to post and check cancellation requests.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/CastingList.html" title="org.apache.calcite.util中的类">CastingList</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Converts a list whose members are automatically down-cast to a given type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ChunkList.html" title="org.apache.calcite.util中的类">ChunkList</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Implementation of list similar to <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html?is-external=true" title="java.util中的类或接口"><code>LinkedList</code></a>, but stores elements
in chunks of 32 elements.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Closer.html" title="org.apache.calcite.util中的类">Closer</a></td>
<td class="colLast">
<div class="block">Helper that holds onto <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="java.lang中的类或接口"><code>AutoCloseable</code></a> resources and releases them
when its <code>#close</code> method is called.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Compatible.Factory.html" title="org.apache.calcite.util中的类">Compatible.Factory</a></td>
<td class="colLast">
<div class="block">Creates the implementation of Compatible suitable for the
current environment.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/CompositeList.html" title="org.apache.calcite.util中的类">CompositeList</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Read-only list that is the concatenation of sub-lists.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/CompositeMap.html" title="org.apache.calcite.util中的类">CompositeMap</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">Unmodifiable view onto multiple backing maps.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ConversionUtil.html" title="org.apache.calcite.util中的类">ConversionUtil</a></td>
<td class="colLast">
<div class="block">Utility functions for converting from one type to another</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/DateString.html" title="org.apache.calcite.util中的类">DateString</a></td>
<td class="colLast">
<div class="block">Date literal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/DateTimeStringUtils.html" title="org.apache.calcite.util中的类">DateTimeStringUtils</a></td>
<td class="colLast">
<div class="block">Utility methods to manipulate String representation of DateTime values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/DelegatingInvocationHandler.html" title="org.apache.calcite.util中的类">DelegatingInvocationHandler</a></td>
<td class="colLast">
<div class="block">A class derived from <code>DelegatingInvocationHandler</code> handles a
method call by looking for a method in itself with identical parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/EquivalenceSet.html" title="org.apache.calcite.util中的类">EquivalenceSet</a>&lt;E extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a>&lt;E&gt;&gt;</td>
<td class="colLast">
<div class="block">Set of elements organized into equivalence classes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Filterator.html" title="org.apache.calcite.util中的类">Filterator</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Filtered iterator class: an iterator that includes only elements that are
instanceof a specified class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Holder.html" title="org.apache.calcite.util中的类">Holder</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">A mutable slot that can contain one object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableBeans.html" title="org.apache.calcite.util中的类">ImmutableBeans</a></td>
<td class="colLast">
<div class="block">Utilities for creating immutable beans.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableBitSet.html" title="org.apache.calcite.util中的类">ImmutableBitSet</a></td>
<td class="colLast">
<div class="block">An immutable list of bits.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableBitSet.Builder.html" title="org.apache.calcite.util中的类">ImmutableBitSet.Builder</a></td>
<td class="colLast">
<div class="block">Builder.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableIntList.html" title="org.apache.calcite.util中的类">ImmutableIntList</a></td>
<td class="colLast">
<div class="block">An immutable list of <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="java.lang中的类或接口"><code>Integer</code></a> values backed by an array of
<code>int</code>s.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableNullableList.html" title="org.apache.calcite.util中的类">ImmutableNullableList</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">An immutable list that may contain null values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableNullableList.Builder.html" title="org.apache.calcite.util中的类">ImmutableNullableList.Builder</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">A builder for creating immutable nullable list instances.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/IntegerIntervalSet.html" title="org.apache.calcite.util中的类">IntegerIntervalSet</a></td>
<td class="colLast">
<div class="block">A set of non-negative integers defined by a sequence of points, intervals,
and exclusions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/IntList.html" title="org.apache.calcite.util中的类">IntList</a></td>
<td class="colLast">已过时</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/JsonBuilder.html" title="org.apache.calcite.util中的类">JsonBuilder</a></td>
<td class="colLast">
<div class="block">Builder for JSON documents (represented as <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="java.util中的类或接口"><code>List</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="java.util中的类或接口"><code>Map</code></a>,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口"><code>String</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="java.lang中的类或接口"><code>Boolean</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="java.lang中的类或接口"><code>Long</code></a>).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/NameMap.html" title="org.apache.calcite.util中的类">NameMap</a>&lt;V&gt;</td>
<td class="colLast">
<div class="block">Map whose keys are names and can be accessed with and without case
sensitivity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/NameMultimap.html" title="org.apache.calcite.util中的类">NameMultimap</a>&lt;V&gt;</td>
<td class="colLast">
<div class="block">Multimap whose keys are names and can be accessed with and without case
sensitivity.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/NameSet.html" title="org.apache.calcite.util中的类">NameSet</a></td>
<td class="colLast">
<div class="block">Set of names that can be accessed with and without case sensitivity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/NlsString.html" title="org.apache.calcite.util中的类">NlsString</a></td>
<td class="colLast">
<div class="block">A string, optionally with <a href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html?is-external=true" title="java.nio.charset中的类或接口"><code>character set</code></a> and
<a href="../../../../org/apache/calcite/sql/SqlCollation.html" title="org.apache.calcite.sql中的类"><code>SqlCollation</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/NumberUtil.html" title="org.apache.calcite.util中的类">NumberUtil</a></td>
<td class="colLast">
<div class="block">Utility functions for working with numbers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Pair.html" title="org.apache.calcite.util中的类">Pair</a>&lt;T1,T2&gt;</td>
<td class="colLast">
<div class="block">Pair of objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PartiallyOrderedSet.html" title="org.apache.calcite.util中的类">PartiallyOrderedSet</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Partially-ordered set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Permutation.html" title="org.apache.calcite.util中的类">Permutation</a></td>
<td class="colLast">
<div class="block">Represents a mapping which reorders elements in an array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PrecedenceClimbingParser.html" title="org.apache.calcite.util中的类">PrecedenceClimbingParser</a></td>
<td class="colLast">
<div class="block">Parser that takes a collection of tokens (atoms and operators)
and groups them together according to the operators' precedence
and associativity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PrecedenceClimbingParser.Builder.html" title="org.apache.calcite.util中的类">PrecedenceClimbingParser.Builder</a></td>
<td class="colLast">
<div class="block">Fluent helper to build a parser containing a list of tokens.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PrecedenceClimbingParser.Call.html" title="org.apache.calcite.util中的类">PrecedenceClimbingParser.Call</a></td>
<td class="colLast">
<div class="block">A token that is a call to an operator with arguments.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PrecedenceClimbingParser.Op.html" title="org.apache.calcite.util中的类">PrecedenceClimbingParser.Op</a></td>
<td class="colLast">
<div class="block">An operator token.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PrecedenceClimbingParser.Result.html" title="org.apache.calcite.util中的类">PrecedenceClimbingParser.Result</a></td>
<td class="colLast">
<div class="block">Result of a call to <a href="../../../../org/apache/calcite/util/PrecedenceClimbingParser.Special.html#apply-org.apache.calcite.util.PrecedenceClimbingParser-org.apache.calcite.util.PrecedenceClimbingParser.SpecialOp-"><code>PrecedenceClimbingParser.Special.apply(org.apache.calcite.util.PrecedenceClimbingParser, org.apache.calcite.util.PrecedenceClimbingParser.SpecialOp)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PrecedenceClimbingParser.SpecialOp.html" title="org.apache.calcite.util中的类">PrecedenceClimbingParser.SpecialOp</a></td>
<td class="colLast">
<div class="block">An token corresponding to a special operator.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PrecedenceClimbingParser.Token.html" title="org.apache.calcite.util中的类">PrecedenceClimbingParser.Token</a></td>
<td class="colLast">
<div class="block">A token: either an atom, a call to an operator with arguments,
or an unmatched operator.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ReflectUtil.html" title="org.apache.calcite.util中的类">ReflectUtil</a></td>
<td class="colLast">
<div class="block">Static utilities for Java reflection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/RelToSqlConverterUtil.html" title="org.apache.calcite.util中的类">RelToSqlConverterUtil</a></td>
<td class="colLast">
<div class="block">Utilities used by multiple dialect for RelToSql conversion.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/SaffronProperties.Helper.html" title="org.apache.calcite.util中的类">SaffronProperties.Helper</a></td>
<td class="colLast">
<div class="block">Helper class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/SerializableCharset.html" title="org.apache.calcite.util中的类">SerializableCharset</a></td>
<td class="colLast">
<div class="block">Serializable wrapper around a <a href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html?is-external=true" title="java.nio.charset中的类或接口"><code>Charset</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/SimpleNamespaceContext.html" title="org.apache.calcite.util中的类">SimpleNamespaceContext</a></td>
<td class="colLast">
<div class="block">Simple <a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/namespace/NamespaceContext.html?is-external=true" title="javax.xml.namespace中的类或接口"><code>NamespaceContext</code></a> implementation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Sources.html" title="org.apache.calcite.util中的类">Sources</a></td>
<td class="colLast">
<div class="block">Utilities for <a href="../../../../org/apache/calcite/util/Source.html" title="org.apache.calcite.util中的接口"><code>Source</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/SourceStringReader.html" title="org.apache.calcite.util中的类">SourceStringReader</a></td>
<td class="colLast">
<div class="block">Extension to <a href="https://docs.oracle.com/javase/8/docs/api/java/io/StringReader.html?is-external=true" title="java.io中的类或接口"><code>StringReader</code></a> that allows the original string to be
recovered.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Stacks.html" title="org.apache.calcite.util中的类">Stacks</a></td>
<td class="colLast">已过时</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/StackWriter.html" title="org.apache.calcite.util中的类">StackWriter</a></td>
<td class="colLast">
<div class="block">A helper class for generating formatted text.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Static.html" title="org.apache.calcite.util中的类">Static</a></td>
<td class="colLast">
<div class="block">Definitions of objects to be statically imported.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Template.html" title="org.apache.calcite.util中的类">Template</a></td>
<td class="colLast">
<div class="block">String template.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/TimestampString.html" title="org.apache.calcite.util中的类">TimestampString</a></td>
<td class="colLast">
<div class="block">Timestamp literal.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/TimestampWithTimeZoneString.html" title="org.apache.calcite.util中的类">TimestampWithTimeZoneString</a></td>
<td class="colLast">
<div class="block">Timestamp with time-zone literal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/TimeString.html" title="org.apache.calcite.util中的类">TimeString</a></td>
<td class="colLast">
<div class="block">Time literal.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/TimeWithTimeZoneString.html" title="org.apache.calcite.util中的类">TimeWithTimeZoneString</a></td>
<td class="colLast">
<div class="block">Time with time-zone literal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/TryThreadLocal.html" title="org.apache.calcite.util中的类">TryThreadLocal</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Thread-local variable that returns a handle that can be closed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/UnmodifiableArrayList.html" title="org.apache.calcite.util中的类">UnmodifiableArrayList</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">A view onto an array that cannot be modified by the client.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Unsafe.html" title="org.apache.calcite.util中的类">Unsafe</a></td>
<td class="colLast">
<div class="block">Contains methods that call JDK methods that the
<a href="https://github.com/policeman-tools/forbidden-apis">forbidden
APIs checker</a> does not approve of.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Util.html" title="org.apache.calcite.util中的类">Util</a></td>
<td class="colLast">
<div class="block">Miscellaneous utility functions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Util.OverFinder.html" title="org.apache.calcite.util中的类">Util.OverFinder</a></td>
<td class="colLast">
<div class="block">Visitor which looks for an OVER clause inside a tree of
<a href="../../../../org/apache/calcite/sql/SqlNode.html" title="org.apache.calcite.sql中的类"><code>SqlNode</code></a> objects.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/XmlOutput.html" title="org.apache.calcite.util中的类">XmlOutput</a></td>
<td class="colLast">
<div class="block">Streaming XML output.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" 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>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/BuiltInMethod.html" title="org.apache.calcite.util中的枚举">BuiltInMethod</a></td>
<td class="colLast">
<div class="block">Built-in methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Optionality.html" title="org.apache.calcite.util中的枚举">Optionality</a></td>
<td class="colLast">
<div class="block">Four states that describe whether a particular behavior or
property is allowed and/or not allowed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/PrecedenceClimbingParser.Type.html" title="org.apache.calcite.util中的枚举">PrecedenceClimbingParser.Type</a></td>
<td class="colLast">
<div class="block">Token type.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" 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>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ControlFlowException.html" title="org.apache.calcite.util中的类">ControlFlowException</a></td>
<td class="colLast">
<div class="block">Exception intended to be used for control flow, as opposed to the usual
use of exceptions which is to signal an error condition.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/Util.FoundOne.html" title="org.apache.calcite.util中的类">Util.FoundOne</a></td>
<td class="colLast">
<div class="block">Exception used to interrupt a tree walk of any kind.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" 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>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableBeans.BooleanDefault.html" title="org.apache.calcite.util中的注释">ImmutableBeans.BooleanDefault</a></td>
<td class="colLast">
<div class="block">Default value of a boolean property of a bean.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableBeans.EnumDefault.html" title="org.apache.calcite.util中的注释">ImmutableBeans.EnumDefault</a></td>
<td class="colLast">
<div class="block">Default value of an enum property of a bean.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableBeans.IntDefault.html" title="org.apache.calcite.util中的注释">ImmutableBeans.IntDefault</a></td>
<td class="colLast">
<div class="block">Default value of an int property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableBeans.NullDefault.html" title="org.apache.calcite.util中的注释">ImmutableBeans.NullDefault</a></td>
<td class="colLast">
<div class="block">Default value of a String or enum property of a bean that is null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableBeans.Property.html" title="org.apache.calcite.util中的注释">ImmutableBeans.Property</a></td>
<td class="colLast">
<div class="block">Property of a bean.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/util/ImmutableBeans.StringDefault.html" title="org.apache.calcite.util中的注释">ImmutableBeans.StringDefault</a></td>
<td class="colLast">
<div class="block">Default value of a String property of a bean.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="程序包org.apache.calcite.util的说明">程序包org.apache.calcite.util的说明</h2>
<div class="block">Provides utility classes.</div>
</div>
<!-- ======= 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 class="navBarCell1Rev">程序包</li>
<li></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/tools/package-summary.html">上一个程序包</a></li>
<li><a href="../../../../org/apache/calcite/util/graph/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/util/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.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>
<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>