blob: d54ad8d0fb8fdbb1d7a3427874d22a73f684a809 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.util (Apache Calcite calcite API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.calcite.util (Apache Calcite calcite API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.calcite.util</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">Provides utility classes.</div>
</section>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteParserException.html" title="interface in org.apache.calcite.util">CalciteParserException</a></th>
<td class="colLast">
<div class="block">Tagging interface to allow a
<a href="../sql/parser/SqlParseException.html" title="class in 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">
<th class="colFirst" scope="row"><a href="CalciteValidatorException.html" title="interface in org.apache.calcite.util">CalciteValidatorException</a></th>
<td class="colLast">
<div class="block">Tagging interface to allow a
<a href="../sql/validate/SqlValidatorException.html" title="class in 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">
<th class="colFirst" scope="row"><a href="Compatible.html" title="interface in org.apache.calcite.util">Compatible</a></th>
<td class="colLast">
<div class="block">Compatibility layer.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Glossary.html" title="interface in org.apache.calcite.util">Glossary</a></th>
<td class="colLast">
<div class="block">A collection of terms.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Litmus.html" title="interface in org.apache.calcite.util">Litmus</a></th>
<td class="colLast">
<div class="block">Callback to be called when a test for validity succeeds or fails.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PartiallyOrderedSet.Ordering.html" title="interface in org.apache.calcite.util">PartiallyOrderedSet.Ordering</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Ordering relation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PrecedenceClimbingParser.Special.html" title="interface in org.apache.calcite.util">PrecedenceClimbingParser.Special</a></th>
<td class="colLast">
<div class="block">Callback defining the behavior of a special function.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ReflectiveVisitDispatcher.html" title="interface in org.apache.calcite.util">ReflectiveVisitDispatcher</a>&lt;R extends <a href="ReflectiveVisitor.html" title="interface in org.apache.calcite.util">ReflectiveVisitor</a>,&#8203;E&gt;</th>
<td class="colLast">
<div class="block">Interface for looking up methods relating to reflective visitation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ReflectiveVisitor.html" title="interface in org.apache.calcite.util">ReflectiveVisitor</a></th>
<td class="colLast">
<div class="block">Object which can be a target for a reflective visitation (see
<a href="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">
<th class="colFirst" scope="row"><a href="ReflectUtil.MethodDispatcher.html" title="interface in org.apache.calcite.util">ReflectUtil.MethodDispatcher</a>&lt;T&gt;</th>
<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">
<th class="colFirst" scope="row"><a href="SaffronProperties.html" title="interface in org.apache.calcite.util">SaffronProperties</a></th>
<td class="colLast">Deprecated.
<div class="deprecationComment">As of release 1.19,
replaced by <a href="../config/CalciteSystemProperty.html" title="class in org.apache.calcite.config"><code>CalciteSystemProperty</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Source.html" title="interface in org.apache.calcite.util">Source</a></th>
<td class="colLast">
<div class="block">Source of data.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="TryThreadLocal.Memo.html" title="interface in org.apache.calcite.util">TryThreadLocal.Memo</a></th>
<td class="colLast">
<div class="block">Remembers to set the value back.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BarfingInvocationHandler.html" title="class in org.apache.calcite.util">BarfingInvocationHandler</a></th>
<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">
<th class="colFirst" scope="row"><a href="Benchmark.html" title="class in org.apache.calcite.util">Benchmark</a></th>
<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">
<th class="colFirst" scope="row"><a href="Benchmark.Statistician.html" title="class in org.apache.calcite.util">Benchmark.Statistician</a></th>
<td class="colLast">
<div class="block">Collects statistics for a test that is run multiple times.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BitSets.html" title="class in org.apache.calcite.util">BitSets</a></th>
<td class="colLast">
<div class="block">Utility functions for <a href="https://docs.oracle.com/javase/9/docs/api/java/util/BitSet.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>BitSet</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BitString.html" title="class in org.apache.calcite.util">BitString</a></th>
<td class="colLast">
<div class="block">String of bits.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bug.html" title="class in org.apache.calcite.util">Bug</a></th>
<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">
<th class="colFirst" scope="row"><a href="CancelFlag.html" title="class in org.apache.calcite.util">CancelFlag</a></th>
<td class="colLast">
<div class="block">CancelFlag is used to post and check cancellation requests.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CastingList.html" title="class in org.apache.calcite.util">CastingList</a>&lt;E&gt;</th>
<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">
<th class="colFirst" scope="row"><a href="ChunkList.html" title="class in org.apache.calcite.util">ChunkList</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Implementation of list similar to <a href="https://docs.oracle.com/javase/9/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>LinkedList</code></a>, but stores elements
in chunks of 32 elements.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Closer.html" title="class in org.apache.calcite.util">Closer</a></th>
<td class="colLast">
<div class="block">Helper that holds onto <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>AutoCloseable</code></a> resources and releases them
when its <code>#close</code> method is called.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Compatible.Factory.html" title="class in org.apache.calcite.util">Compatible.Factory</a></th>
<td class="colLast">
<div class="block">Creates the implementation of Compatible suitable for the
current environment.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CompositeList.html" title="class in org.apache.calcite.util">CompositeList</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Read-only list that is the concatenation of sub-lists.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CompositeMap.html" title="class in org.apache.calcite.util">CompositeMap</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Unmodifiable view onto multiple backing maps.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ConversionUtil.html" title="class in org.apache.calcite.util">ConversionUtil</a></th>
<td class="colLast">
<div class="block">Utility functions for converting from one type to another.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DateString.html" title="class in org.apache.calcite.util">DateString</a></th>
<td class="colLast">
<div class="block">Date literal.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DateTimeStringUtils.html" title="class in org.apache.calcite.util">DateTimeStringUtils</a></th>
<td class="colLast">
<div class="block">Utility methods to manipulate String representation of DateTime values.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DelegatingInvocationHandler.html" title="class in org.apache.calcite.util">DelegatingInvocationHandler</a></th>
<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">
<th class="colFirst" scope="row"><a href="EquivalenceSet.html" title="class in org.apache.calcite.util">EquivalenceSet</a>&lt;E extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;E&gt;&gt;</th>
<td class="colLast">
<div class="block">Set of elements organized into equivalence classes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Filterator.html" title="class in org.apache.calcite.util">Filterator</a>&lt;E&gt;</th>
<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">
<th class="colFirst" scope="row"><a href="Holder.html" title="class in org.apache.calcite.util">Holder</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">A mutable slot that can contain one object.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableBeans.html" title="class in org.apache.calcite.util">ImmutableBeans</a></th>
<td class="colLast">
<div class="block">Utilities for creating immutable beans.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableBitSet.html" title="class in org.apache.calcite.util">ImmutableBitSet</a></th>
<td class="colLast">
<div class="block">An immutable list of bits.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableBitSet.Builder.html" title="class in org.apache.calcite.util">ImmutableBitSet.Builder</a></th>
<td class="colLast">
<div class="block">Builder.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableIntList.html" title="class in org.apache.calcite.util">ImmutableIntList</a></th>
<td class="colLast">
<div class="block">An immutable list of <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Integer</code></a> values backed by an array of
<code>int</code>s.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableNullableList.html" title="class in org.apache.calcite.util">ImmutableNullableList</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">An immutable list that may contain null values.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableNullableList.Builder.html" title="class in org.apache.calcite.util">ImmutableNullableList.Builder</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">A builder for creating immutable nullable list instances.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntegerIntervalSet.html" title="class in org.apache.calcite.util">IntegerIntervalSet</a></th>
<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">
<th class="colFirst" scope="row"><a href="IntList.html" title="class in org.apache.calcite.util">IntList</a></th>
<td class="colLast">Deprecated.</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JsonBuilder.html" title="class in org.apache.calcite.util">JsonBuilder</a></th>
<td class="colLast">
<div class="block">Builder for JSON documents (represented as <a href="https://docs.oracle.com/javase/9/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>List</code></a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Map</code></a>,
<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>String</code></a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Boolean</code></a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Long</code></a>).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;V&gt;</th>
<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">
<th class="colFirst" scope="row"><a href="NameMultimap.html" title="class in org.apache.calcite.util">NameMultimap</a>&lt;V&gt;</th>
<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">
<th class="colFirst" scope="row"><a href="NameSet.html" title="class in org.apache.calcite.util">NameSet</a></th>
<td class="colLast">
<div class="block">Set of names that can be accessed with and without case sensitivity.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="NlsString.html" title="class in org.apache.calcite.util">NlsString</a></th>
<td class="colLast">
<div class="block">A string, optionally with <a href="https://docs.oracle.com/javase/9/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset" class="externalLink"><code>character set</code></a> and
<a href="../sql/SqlCollation.html" title="class in org.apache.calcite.sql"><code>SqlCollation</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="NumberUtil.html" title="class in org.apache.calcite.util">NumberUtil</a></th>
<td class="colLast">
<div class="block">Utility functions for working with numbers.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Pair.html" title="class in org.apache.calcite.util">Pair</a>&lt;T1,&#8203;T2&gt;</th>
<td class="colLast">
<div class="block">Pair of objects.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PartiallyOrderedSet.html" title="class in org.apache.calcite.util">PartiallyOrderedSet</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Partially-ordered set.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Permutation.html" title="class in org.apache.calcite.util">Permutation</a></th>
<td class="colLast">
<div class="block">Represents a mapping which reorders elements in an array.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PrecedenceClimbingParser.html" title="class in org.apache.calcite.util">PrecedenceClimbingParser</a></th>
<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">
<th class="colFirst" scope="row"><a href="PrecedenceClimbingParser.Builder.html" title="class in org.apache.calcite.util">PrecedenceClimbingParser.Builder</a></th>
<td class="colLast">
<div class="block">Fluent helper to build a parser containing a list of tokens.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PrecedenceClimbingParser.Call.html" title="class in org.apache.calcite.util">PrecedenceClimbingParser.Call</a></th>
<td class="colLast">
<div class="block">A token that is a call to an operator with arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PrecedenceClimbingParser.Op.html" title="class in org.apache.calcite.util">PrecedenceClimbingParser.Op</a></th>
<td class="colLast">
<div class="block">An operator token.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PrecedenceClimbingParser.Result.html" title="class in org.apache.calcite.util">PrecedenceClimbingParser.Result</a></th>
<td class="colLast">
<div class="block">Result of a call to <a href="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">
<th class="colFirst" scope="row"><a href="PrecedenceClimbingParser.SpecialOp.html" title="class in org.apache.calcite.util">PrecedenceClimbingParser.SpecialOp</a></th>
<td class="colLast">
<div class="block">An token corresponding to a special operator.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PrecedenceClimbingParser.Token.html" title="class in org.apache.calcite.util">PrecedenceClimbingParser.Token</a></th>
<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">
<th class="colFirst" scope="row"><a href="ReflectUtil.html" title="class in org.apache.calcite.util">ReflectUtil</a></th>
<td class="colLast">
<div class="block">Static utilities for Java reflection.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="RelToSqlConverterUtil.html" title="class in org.apache.calcite.util">RelToSqlConverterUtil</a></th>
<td class="colLast">
<div class="block">Utilities used by multiple dialect for RelToSql conversion.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SaffronProperties.Helper.html" title="class in org.apache.calcite.util">SaffronProperties.Helper</a></th>
<td class="colLast">
<div class="block">Helper class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SerializableCharset.html" title="class in org.apache.calcite.util">SerializableCharset</a></th>
<td class="colLast">
<div class="block">Serializable wrapper around a <a href="https://docs.oracle.com/javase/9/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset" class="externalLink"><code>Charset</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SimpleNamespaceContext.html" title="class in org.apache.calcite.util">SimpleNamespaceContext</a></th>
<td class="colLast">
<div class="block">Simple <a href="https://docs.oracle.com/javase/9/docs/api/javax/xml/namespace/NamespaceContext.html?is-external=true" title="class or interface in javax.xml.namespace" class="externalLink"><code>NamespaceContext</code></a> implementation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Sources.html" title="class in org.apache.calcite.util">Sources</a></th>
<td class="colLast">
<div class="block">Utilities for <a href="Source.html" title="interface in org.apache.calcite.util"><code>Source</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SourceStringReader.html" title="class in org.apache.calcite.util">SourceStringReader</a></th>
<td class="colLast">
<div class="block">Extension to <a href="https://docs.oracle.com/javase/9/docs/api/java/io/StringReader.html?is-external=true" title="class or interface in java.io" class="externalLink"><code>StringReader</code></a> that allows the original string to be
recovered.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Stacks.html" title="class in org.apache.calcite.util">Stacks</a></th>
<td class="colLast">Deprecated.</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="StackWriter.html" title="class in org.apache.calcite.util">StackWriter</a></th>
<td class="colLast">
<div class="block">A helper class for generating formatted text.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Static.html" title="class in org.apache.calcite.util">Static</a></th>
<td class="colLast">
<div class="block">Definitions of objects to be statically imported.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Template.html" title="class in org.apache.calcite.util">Template</a></th>
<td class="colLast">
<div class="block">String template.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TimestampString.html" title="class in org.apache.calcite.util">TimestampString</a></th>
<td class="colLast">
<div class="block">Timestamp literal.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="TimestampWithTimeZoneString.html" title="class in org.apache.calcite.util">TimestampWithTimeZoneString</a></th>
<td class="colLast">
<div class="block">Timestamp with time-zone literal.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TimeString.html" title="class in org.apache.calcite.util">TimeString</a></th>
<td class="colLast">
<div class="block">Time literal.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="TimeWithTimeZoneString.html" title="class in org.apache.calcite.util">TimeWithTimeZoneString</a></th>
<td class="colLast">
<div class="block">Time with time-zone literal.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TryThreadLocal.html" title="class in org.apache.calcite.util">TryThreadLocal</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Thread-local variable that returns a handle that can be closed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnmodifiableArrayList.html" title="class in org.apache.calcite.util">UnmodifiableArrayList</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">A view onto an array that cannot be modified by the client.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Unsafe.html" title="class in org.apache.calcite.util">Unsafe</a></th>
<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">
<th class="colFirst" scope="row"><a href="Util.html" title="class in org.apache.calcite.util">Util</a></th>
<td class="colLast">
<div class="block">Miscellaneous utility functions.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Util.OverFinder.html" title="class in org.apache.calcite.util">Util.OverFinder</a></th>
<td class="colLast">
<div class="block">Visitor which looks for an OVER clause inside a tree of
<a href="../sql/SqlNode.html" title="class in org.apache.calcite.sql"><code>SqlNode</code></a> objects.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="XmlOutput.html" title="class in org.apache.calcite.util">XmlOutput</a></th>
<td class="colLast">
<div class="block">Streaming XML output.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BuiltInMethod.html" title="enum in org.apache.calcite.util">BuiltInMethod</a></th>
<td class="colLast">
<div class="block">Built-in methods.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Optionality.html" title="enum in org.apache.calcite.util">Optionality</a></th>
<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">
<th class="colFirst" scope="row"><a href="PrecedenceClimbingParser.Type.html" title="enum in org.apache.calcite.util">PrecedenceClimbingParser.Type</a></th>
<td class="colLast">
<div class="block">Token type.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ControlFlowException.html" title="class in org.apache.calcite.util">ControlFlowException</a></th>
<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">
<th class="colFirst" scope="row"><a href="Util.FoundOne.html" title="class in org.apache.calcite.util">Util.FoundOne</a></th>
<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">
<caption><span>Annotation Types Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Annotation Type</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableBeans.BooleanDefault.html" title="annotation in org.apache.calcite.util">ImmutableBeans.BooleanDefault</a></th>
<td class="colLast">
<div class="block">Default value of a boolean property of a bean.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableBeans.EnumDefault.html" title="annotation in org.apache.calcite.util">ImmutableBeans.EnumDefault</a></th>
<td class="colLast">
<div class="block">Default value of an enum property of a bean.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableBeans.IntDefault.html" title="annotation in org.apache.calcite.util">ImmutableBeans.IntDefault</a></th>
<td class="colLast">
<div class="block">Default value of an int property.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableBeans.NullDefault.html" title="annotation in org.apache.calcite.util">ImmutableBeans.NullDefault</a></th>
<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">
<th class="colFirst" scope="row"><a href="ImmutableBeans.Property.html" title="annotation in org.apache.calcite.util">ImmutableBeans.Property</a></th>
<td class="colLast">
<div class="block">Property of a bean.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableBeans.StringDefault.html" title="annotation in org.apache.calcite.util">ImmutableBeans.StringDefault</a></th>
<td class="colLast">
<div class="block">Default value of a String property of a bean.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &copy; 2012-2020 Apache Software Foundation. All Rights Reserved.</small></p>
</footer>
</body>
</html>