blob: 2feb8b2f7316dd1123b4243015a901b701534e64 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.runtime (Apache Calcite API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.calcite.runtime (Apache 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-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<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.runtime</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">Utilities required at runtime.</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="ArrayBindable.html" title="interface in org.apache.calcite.runtime">ArrayBindable</a></th>
<td class="colLast">
<div class="block">Extension to <a href="Bindable.html" title="interface in org.apache.calcite.runtime"><code>Bindable</code></a> that returns rows that are arrays of objects.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Bindable.html" title="interface in org.apache.calcite.runtime">Bindable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Statement that can be bound to a <a href="../DataContext.html" title="interface in org.apache.calcite"><code>DataContext</code></a> and then executed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteResource.html" title="interface in org.apache.calcite.runtime">CalciteResource</a></th>
<td class="colLast">
<div class="block">Compiler-checked resources for the Calcite project.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FlatLists.ComparableList.html" title="interface in org.apache.calcite.runtime">FlatLists.ComparableList</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">List that is also comparable.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="GeoFunctions.Geom.html" title="interface in org.apache.calcite.runtime">GeoFunctions.Geom</a></th>
<td class="colLast">
<div class="block">Geometry.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Hook.Closeable.html" title="interface in org.apache.calcite.runtime">Hook.Closeable</a></th>
<td class="colLast">
<div class="block">Removes a Hook after use.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.PropertyAccessor.html" title="interface in org.apache.calcite.runtime">Resources.PropertyAccessor</a></th>
<td class="colLast">
<div class="block">Means by which a resource can get values of properties, given their
name.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a></th>
<td class="colLast">
<div class="block">Consumer for decorating a <code>PreparedStatement</code>, that is, setting
its parameters.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Typed.html" title="interface in org.apache.calcite.runtime">Typed</a></th>
<td class="colLast">
<div class="block">Adds type information to a <a href="../linq4j/Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a>.</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="AbstractImmutableList.html" title="class in org.apache.calcite.runtime">AbstractImmutableList</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Base class for lists whose contents are constant after creation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ArrayComparator.html" title="class in org.apache.calcite.runtime">ArrayComparator</a></th>
<td class="colLast">
<div class="block">Compares arrays.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ArrayEnumeratorCursor.html" title="class in org.apache.calcite.runtime">ArrayEnumeratorCursor</a></th>
<td class="colLast">
<div class="block">Implementation of <code>Cursor</code> on top of an
<a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j"><code>Enumerator</code></a> that
returns an array of <code>Object</code> for each row.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BinarySearch.html" title="class in org.apache.calcite.runtime">BinarySearch</a></th>
<td class="colLast">
<div class="block">Binary search for the implementation of
RANGE BETWEEN XXX PRECEDING/FOLLOWING clause.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ConsList.html" title="class in org.apache.calcite.runtime">ConsList</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">List that consists of a head element and an immutable non-empty list.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Enumerables.html" title="class in org.apache.calcite.runtime">Enumerables</a></th>
<td class="colLast">
<div class="block">Utilities for processing <a href="../linq4j/Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a>
collections.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EnumeratorCursor.html" title="class in org.apache.calcite.runtime">EnumeratorCursor</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <code>Cursor</code> on top of an
<a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j"><code>Enumerator</code></a> that
returns a record for each row.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Feature.html" title="class in org.apache.calcite.runtime">Feature</a></th>
<td class="colLast">
<div class="block">SQL language feature.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FlatLists.html" title="class in org.apache.calcite.runtime">FlatLists</a></th>
<td class="colLast">
<div class="block">Space-efficient, comparable, immutable lists.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FlatLists.AbstractFlatList.html" title="class in org.apache.calcite.runtime">FlatLists.AbstractFlatList</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Base class for flat lists.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FlatLists.ComparableEmptyList.html" title="class in org.apache.calcite.runtime">FlatLists.ComparableEmptyList</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Empty list that implements the <code>Comparable</code> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FlatLists.ComparableListImpl.html" title="class in org.apache.calcite.runtime">FlatLists.ComparableListImpl</a>&lt;T extends java.lang.Comparable&lt;T&gt;&gt;</th>
<td class="colLast">
<div class="block">Wrapper around a list that makes it implement the <code>Comparable</code>
interface using lexical ordering.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FlatLists.Flat1List.html" title="class in org.apache.calcite.runtime">FlatLists.Flat1List</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">List that stores its one elements in the one members of the class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FlatLists.Flat2List.html" title="class in org.apache.calcite.runtime">FlatLists.Flat2List</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">List that stores its two elements in the two members of the class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FlatLists.Flat3List.html" title="class in org.apache.calcite.runtime">FlatLists.Flat3List</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">List that stores its three elements in the three members of the class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FlatLists.Flat4List.html" title="class in org.apache.calcite.runtime">FlatLists.Flat4List</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">List that stores its four elements in the four members of the class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FlatLists.Flat5List.html" title="class in org.apache.calcite.runtime">FlatLists.Flat5List</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">List that stores its five elements in the five members of the class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FlatLists.Flat6List.html" title="class in org.apache.calcite.runtime">FlatLists.Flat6List</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">List that stores its six elements in the six members of the class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="GeoFunctions.html" title="class in org.apache.calcite.runtime">GeoFunctions</a></th>
<td class="colLast">
<div class="block">Helper methods to implement Geo-spatial functions in generated code.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="GeoFunctions.MapGeom.html" title="class in org.apache.calcite.runtime">GeoFunctions.MapGeom</a></th>
<td class="colLast">
<div class="block">Sub-class of geometry that has a spatial reference.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="GeoFunctions.SimpleGeom.html" title="class in org.apache.calcite.runtime">GeoFunctions.SimpleGeom</a></th>
<td class="colLast">
<div class="block">Sub-class of geometry that has no spatial reference.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpUtils.html" title="class in org.apache.calcite.runtime">HttpUtils</a></th>
<td class="colLast">
<div class="block">Utilities for connecting to REST services such as Splunk via HTTP.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JsonFunctions.html" title="class in org.apache.calcite.runtime">JsonFunctions</a></th>
<td class="colLast">
<div class="block">A collection of functions used in JSON processing.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JsonFunctions.JsonPathContext.html" title="class in org.apache.calcite.runtime">JsonFunctions.JsonPathContext</a></th>
<td class="colLast">
<div class="block">Returned path context of JsonApiCommonSyntax, public for testing.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JsonFunctions.JsonValueContext.html" title="class in org.apache.calcite.runtime">JsonFunctions.JsonValueContext</a></th>
<td class="colLast">
<div class="block">The Java output of <a href="../sql/fun/SqlJsonValueExpressionOperator.html" title="class in org.apache.calcite.sql.fun"><code>SqlJsonValueExpressionOperator</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Like.html" title="class in org.apache.calcite.runtime">Like</a></th>
<td class="colLast">
<div class="block">Utilities for converting SQL <code>LIKE</code> and <code>SIMILAR</code> operators
to regular expressions.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectEnumeratorCursor.html" title="class in org.apache.calcite.runtime">ObjectEnumeratorCursor</a></th>
<td class="colLast">
<div class="block">Implementation of <code>Cursor</code> on top of an
<a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j"><code>Enumerator</code></a> that
returns an <code>Object</code> for each row.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PredicateImpl.html" title="class in org.apache.calcite.runtime">PredicateImpl</a>&lt;T&gt;</th>
<td class="colLast">Deprecated.
<div class="deprecationComment">Now Calcite is Java 8 and higher, we recommend that you
implement <code>Predicate</code> directly.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="RandomFunction.html" title="class in org.apache.calcite.runtime">RandomFunction</a></th>
<td class="colLast">
<div class="block">Function object for <code>RAND</code> and <code>RAND_INTEGER</code>, with and without
seed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="RecordEnumeratorCursor.html" title="class in org.apache.calcite.runtime">RecordEnumeratorCursor</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Implementation of <code>Cursor</code> on top of an
<a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j"><code>Enumerator</code></a> that
returns a record for each row.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.html" title="class in org.apache.calcite.runtime">Resources</a></th>
<td class="colLast">
<div class="block">Defining wrapper classes around resources that allow the compiler to check
whether the resources exist and have the argument types that your code
expects.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Resources.BooleanProp.html" title="class in org.apache.calcite.runtime">Resources.BooleanProp</a></th>
<td class="colLast">
<div class="block">Boolean property instance.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.DoubleProp.html" title="class in org.apache.calcite.runtime">Resources.DoubleProp</a></th>
<td class="colLast">
<div class="block">Double property instance.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Resources.Element.html" title="class in org.apache.calcite.runtime">Resources.Element</a></th>
<td class="colLast">
<div class="block">Element in a resource (either a resource or a property).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.ExInst.html" title="class in org.apache.calcite.runtime">Resources.ExInst</a>&lt;T extends java.lang.Exception&gt;</th>
<td class="colLast">
<div class="block">Sub-class of <a href="Resources.Inst.html" title="class in org.apache.calcite.runtime"><code>Resources.Inst</code></a> that can throw an exception without caused
by.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Resources.ExInstWithCause.html" title="class in org.apache.calcite.runtime">Resources.ExInstWithCause</a>&lt;T extends java.lang.Exception&gt;</th>
<td class="colLast">
<div class="block">Sub-class of <a href="Resources.Inst.html" title="class in org.apache.calcite.runtime"><code>Resources.Inst</code></a> that can throw an exception.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.Inst.html" title="class in org.apache.calcite.runtime">Resources.Inst</a></th>
<td class="colLast">
<div class="block">Resource instance.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Resources.IntProp.html" title="class in org.apache.calcite.runtime">Resources.IntProp</a></th>
<td class="colLast">
<div class="block">Integer property instance.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.MyPropertyResourceBundle.html" title="class in org.apache.calcite.runtime">Resources.MyPropertyResourceBundle</a></th>
<td class="colLast">
<div class="block">Resource bundle based on properties.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Resources.Prop.html" title="class in org.apache.calcite.runtime">Resources.Prop</a></th>
<td class="colLast">
<div class="block">Property instance.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.PropertiesAccessor.html" title="class in org.apache.calcite.runtime">Resources.PropertiesAccessor</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="Resources.PropertyAccessor.html" title="interface in org.apache.calcite.runtime"><code>Resources.PropertyAccessor</code></a> that reads from a
<code>Properties</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Resources.ShadowResourceBundle.html" title="class in org.apache.calcite.runtime">Resources.ShadowResourceBundle</a></th>
<td class="colLast">
<div class="block"><code>ShadowResourceBundle</code> is an abstract base class for
<code>ResourceBundle</code> classes which are backed by a properties file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.StringProp.html" title="class in org.apache.calcite.runtime">Resources.StringProp</a></th>
<td class="colLast">
<div class="block">String property instance.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Executes a SQL statement and returns the result as an <a href="../linq4j/Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ResultSetEnumerable.ResultSetEnumerator.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable.ResultSetEnumerator</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j"><code>Enumerator</code></a> that reads from a
<code>ResultSet</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SocketFactoryImpl.html" title="class in org.apache.calcite.runtime">SocketFactoryImpl</a></th>
<td class="colLast">
<div class="block">Extends the SocketFactory object with the main functionality being that the
created sockets inherit a set of options whose values are set in the
SocketFactoryImpl.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SortedMultiMap.html" title="class in org.apache.calcite.runtime">SortedMultiMap</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Map that allows you to partition values into lists according to a common
key, and then convert those lists into an iterator of sorted arrays.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlFunctions.html" title="class in org.apache.calcite.runtime">SqlFunctions</a></th>
<td class="colLast">
<div class="block">Helper methods to implement SQL functions in generated code.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlFunctions.ProductComparableListEnumerator.html" title="class in org.apache.calcite.runtime">SqlFunctions.ProductComparableListEnumerator</a>&lt;E extends java.lang.Comparable&gt;</th>
<td class="colLast">
<div class="block">Enumerates over the cartesian product of the given lists, returning
a comparable list for each row.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TrustAllSslSocketFactory.html" title="class in org.apache.calcite.runtime">TrustAllSslSocketFactory</a></th>
<td class="colLast">
<div class="block">Socket factory that trusts all SSL connections.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="TrustAllSslSocketFactory.DummyTrustManager.html" title="class in org.apache.calcite.runtime">TrustAllSslSocketFactory.DummyTrustManager</a></th>
<td class="colLast">
<div class="block">Implementation of <code>X509TrustManager</code> that trusts all
certificates.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Unit.html" title="class in org.apache.calcite.runtime">Unit</a></th>
<td class="colLast">
<div class="block">Synthetic record with zero fields.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Utilities.html" title="class in org.apache.calcite.runtime">Utilities</a></th>
<td class="colLast">
<div class="block">Utility methods called by generated code.</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="GeoFunctions.CapStyle.html" title="enum in org.apache.calcite.runtime">GeoFunctions.CapStyle</a></th>
<td class="colLast">
<div class="block">How the "buffer" command terminates the end of a line.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="GeoFunctions.JoinStyle.html" title="enum in org.apache.calcite.runtime">GeoFunctions.JoinStyle</a></th>
<td class="colLast">
<div class="block">How the "buffer" command decorates junctions between line segments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="GeoFunctions.Type.html" title="enum in org.apache.calcite.runtime">GeoFunctions.Type</a></th>
<td class="colLast">
<div class="block">Geometry types, with the names and codes assigned by OGC.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Hook.html" title="enum in org.apache.calcite.runtime">Hook</a></th>
<td class="colLast">
<div class="block">Collection of hooks that can be set by observers and are executed at various
parts of the query preparation process.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JsonFunctions.PathMode.html" title="enum in org.apache.calcite.runtime">JsonFunctions.PathMode</a></th>
<td class="colLast">
<div class="block">Path spec has two different modes: lax mode and strict mode.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Resources.BuiltinMethod.html" title="enum in org.apache.calcite.runtime">Resources.BuiltinMethod</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.EmptyPropertyAccessor.html" title="enum in org.apache.calcite.runtime">Resources.EmptyPropertyAccessor</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Resources.Validation.html" title="enum in org.apache.calcite.runtime">Resources.Validation</a></th>
<td class="colLast">
<div class="block">Types of validation that can be performed on a resource.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlFunctions.FlatProductInputType.html" title="enum in org.apache.calcite.runtime">SqlFunctions.FlatProductInputType</a></th>
<td class="colLast">
<div class="block">Type of argument passed into <a href="SqlFunctions.html#flatProduct(int%5B%5D,boolean,org.apache.calcite.runtime.SqlFunctions.FlatProductInputType%5B%5D)"><code>SqlFunctions.flatProduct(int[], boolean, org.apache.calcite.runtime.SqlFunctions.FlatProductInputType[])</code></a>.</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="CalciteContextException.html" title="class in org.apache.calcite.runtime">CalciteContextException</a></th>
<td class="colLast">
<div class="block">Exception which contains information about the textual context of the causing
exception.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteException.html" title="class in org.apache.calcite.runtime">CalciteException</a></th>
<td class="colLast">
<div class="block">Base class for all exceptions originating from Farrago.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.NoDefaultValueException.html" title="class in org.apache.calcite.runtime">Resources.NoDefaultValueException</a></th>
<td class="colLast">
<div class="block">Thrown when a default value is needed but a property does not have
one.</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="Resources.BaseMessage.html" title="annotation in org.apache.calcite.runtime">Resources.BaseMessage</a></th>
<td class="colLast">
<div class="block">The message in the default locale.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Resources.Default.html" title="annotation in org.apache.calcite.runtime">Resources.Default</a></th>
<td class="colLast">
<div class="block">Default value of a property.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Resources.Property.html" title="annotation in org.apache.calcite.runtime">Resources.Property</a></th>
<td class="colLast">
<div class="block">Property of a resource.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Resources.Resource.html" title="annotation in org.apache.calcite.runtime">Resources.Resource</a></th>
<td class="colLast">
<div class="block">The name of the property in the resource file.</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-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>