blob: 8f7f7292509ef5bc8c837da7eace77a396bb12cc [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.sql.type (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.sql.type (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.sql.type</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">SQL type system.</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="ExtraSqlTypes.html" title="interface in org.apache.calcite.sql.type">ExtraSqlTypes</a></th>
<td class="colLast">
<div class="block">Holds constants associated with SQL types introduced after the earliest
version of Java supported by Farrago (this currently means anything
introduced in JDK 1.6 or later).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JavaToSqlTypeConversionRules.ColumnList.html" title="interface in org.apache.calcite.sql.type">JavaToSqlTypeConversionRules.ColumnList</a></th>
<td class="colLast">
<div class="block">Make this public when needed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">Strategy interface to check for allowed operand types of an operator call.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlOperandTypeInference.html" title="interface in org.apache.calcite.sql.type">SqlOperandTypeInference</a></th>
<td class="colLast">
<div class="block">Strategy to infer unknown types of the operands of an operator call.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlReturnTypeInference.html" title="interface in org.apache.calcite.sql.type">SqlReturnTypeInference</a></th>
<td class="colLast">
<div class="block">Strategy interface to infer the type of an operator call from the type of the
operands.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type">SqlSingleOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">SqlSingleOperandTypeChecker is an extension of <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type"><code>SqlOperandTypeChecker</code></a>
for implementations which are capable of checking the type of a single
operand in isolation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlTypeName.PrecScale.html" title="interface in org.apache.calcite.sql.type">SqlTypeName.PrecScale</a></th>
<td class="colLast">
<div class="block">Flags indicating precision/scale combinations.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlTypeTransform.html" title="interface in org.apache.calcite.sql.type">SqlTypeTransform</a></th>
<td class="colLast">
<div class="block">Strategy to transform one type to another.</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="AbstractSqlType.html" title="class in org.apache.calcite.sql.type">AbstractSqlType</a></th>
<td class="colLast">
<div class="block">Abstract base class for SQL implementations of <a href="../../rel/type/RelDataType.html" title="interface in org.apache.calcite.rel.type"><code>RelDataType</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ArraySqlType.html" title="class in org.apache.calcite.sql.type">ArraySqlType</a></th>
<td class="colLast">
<div class="block">SQL array type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AssignableOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">AssignableOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">AssignableOperandTypeChecker implements <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type"><code>SqlOperandTypeChecker</code></a> by
verifying that the type of each argument is assignable to a predefined set of
parameter types (under the SQL definition of "assignable").</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BasicSqlType.html" title="class in org.apache.calcite.sql.type">BasicSqlType</a></th>
<td class="colLast">
<div class="block">BasicSqlType represents a standard atomic SQL type (excluding interval
types).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ComparableOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">ComparableOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">Type checking strategy which verifies that types have the required attributes
to be used as arguments to comparison operators.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CompositeOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">CompositeOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">This class allows multiple existing <a href="SqlOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type"><code>SqlOperandTypeChecker</code></a> rules to be
combined into one rule.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CompositeSingleOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">CompositeSingleOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">Allows multiple
<a href="SqlSingleOperandTypeChecker.html" title="interface in org.apache.calcite.sql.type"><code>SqlSingleOperandTypeChecker</code></a> rules to be
combined into one rule.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CursorReturnTypeInference.html" title="class in org.apache.calcite.sql.type">CursorReturnTypeInference</a></th>
<td class="colLast">
<div class="block">Returns the rowtype of a cursor of the operand at a particular 0-based
ordinal position.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ExplicitOperandTypeInference.html" title="class in org.apache.calcite.sql.type">ExplicitOperandTypeInference</a></th>
<td class="colLast">
<div class="block">ExplicitOperandTypeInferences implements <a href="SqlOperandTypeInference.html" title="interface in org.apache.calcite.sql.type"><code>SqlOperandTypeInference</code></a> by
explicitly supplying a type for each parameter.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ExplicitReturnTypeInference.html" title="class in org.apache.calcite.sql.type">ExplicitReturnTypeInference</a></th>
<td class="colLast">
<div class="block">A <a href="SqlReturnTypeInference.html" title="interface in org.apache.calcite.sql.type"><code>SqlReturnTypeInference</code></a> which always returns the same SQL type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FamilyOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">FamilyOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">Operand type-checking strategy which checks operands for inclusion in type
families.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="InferTypes.html" title="class in org.apache.calcite.sql.type">InferTypes</a></th>
<td class="colLast">
<div class="block">Strategies for inferring operand types.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntervalSqlType.html" title="class in org.apache.calcite.sql.type">IntervalSqlType</a></th>
<td class="colLast">
<div class="block">IntervalSqlType represents a standard SQL datetime interval type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JavaToSqlTypeConversionRules.html" title="class in org.apache.calcite.sql.type">JavaToSqlTypeConversionRules</a></th>
<td class="colLast">
<div class="block">JavaToSqlTypeConversionRules defines mappings from common Java types to
corresponding SQL types.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LiteralOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">LiteralOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">Parameter type-checking strategy type must be a literal (whether null is
allowed is determined by the constructor).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MapSqlType.html" title="class in org.apache.calcite.sql.type">MapSqlType</a></th>
<td class="colLast">
<div class="block">SQL map type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MatchReturnTypeInference.html" title="class in org.apache.calcite.sql.type">MatchReturnTypeInference</a></th>
<td class="colLast">
<div class="block">Returns the first type that matches a set of given <a href="SqlTypeName.html" title="enum in org.apache.calcite.sql.type"><code>SqlTypeName</code></a>s.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MultisetOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">MultisetOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">Parameter type-checking strategy types must be [nullable] Multiset,
[nullable] Multiset and the two types must have the same element type</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MultisetSqlType.html" title="class in org.apache.calcite.sql.type">MultisetSqlType</a></th>
<td class="colLast">
<div class="block">MultisetSqlType represents a standard SQL2003 multiset type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectSqlType.html" title="class in org.apache.calcite.sql.type">ObjectSqlType</a></th>
<td class="colLast">
<div class="block">ObjectSqlType represents an SQL structured user-defined type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="OperandsTypeChecking.html" title="class in org.apache.calcite.sql.type">OperandsTypeChecking</a></th>
<td class="colLast">
<div class="block">Strategies to check for allowed operand types of an operator call.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="OperandTypes.html" title="class in org.apache.calcite.sql.type">OperandTypes</a></th>
<td class="colLast">
<div class="block">Strategies for checking operand types.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="OperandTypes.PeriodOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">OperandTypes.PeriodOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">Operand type checker that accepts period types:
PERIOD (DATETIME, DATETIME)
PERIOD (DATETIME, INTERVAL)
[ROW] (DATETIME, DATETIME)
[ROW] (DATETIME, INTERVAL)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="OrdinalReturnTypeInference.html" title="class in org.apache.calcite.sql.type">OrdinalReturnTypeInference</a></th>
<td class="colLast">
<div class="block">Returns the type of the operand at a particular 0-based ordinal position.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ReturnTypes.html" title="class in org.apache.calcite.sql.type">ReturnTypes</a></th>
<td class="colLast">
<div class="block">A collection of return-type inference strategies.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SameOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">SameOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">Parameter type-checking strategy where all operand types must be the same.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SameOperandTypeExceptLastOperandChecker.html" title="class in org.apache.calcite.sql.type">SameOperandTypeExceptLastOperandChecker</a></th>
<td class="colLast">
<div class="block">Parameter type-checking strategy where all operand types except last one must be the same.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SetopOperandTypeChecker.html" title="class in org.apache.calcite.sql.type">SetopOperandTypeChecker</a></th>
<td class="colLast">
<div class="block">Parameter type-checking strategy for a set operator (UNION, INTERSECT,
EXCEPT).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlOperandCountRanges.html" title="class in org.apache.calcite.sql.type">SqlOperandCountRanges</a></th>
<td class="colLast">
<div class="block">Helpers for <a href="../SqlOperandCountRange.html" title="interface in org.apache.calcite.sql"><code>SqlOperandCountRange</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlOperandCountRanges.RangeImpl.html" title="class in org.apache.calcite.sql.type">SqlOperandCountRanges.RangeImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../SqlOperandCountRange.html" title="interface in org.apache.calcite.sql"><code>SqlOperandCountRange</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlReturnTypeInferenceChain.html" title="class in org.apache.calcite.sql.type">SqlReturnTypeInferenceChain</a></th>
<td class="colLast">
<div class="block">Strategy to infer the type of an operator call from the type of the operands
by using a series of <a href="SqlReturnTypeInference.html" title="interface in org.apache.calcite.sql.type"><code>SqlReturnTypeInference</code></a> rules in a given order.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlTypeAssignmentRules.html" title="class in org.apache.calcite.sql.type">SqlTypeAssignmentRules</a></th>
<td class="colLast">
<div class="block">Rules that determine whether a type is assignable from another type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlTypeAssignmentRules.Builder.html" title="class in org.apache.calcite.sql.type">SqlTypeAssignmentRules.Builder</a></th>
<td class="colLast">
<div class="block">Keeps state while maps are building build.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlTypeExplicitPrecedenceList.html" title="class in org.apache.calcite.sql.type">SqlTypeExplicitPrecedenceList</a></th>
<td class="colLast">
<div class="block">SqlTypeExplicitPrecedenceList implements the
<a href="../../rel/type/RelDataTypePrecedenceList.html" title="interface in org.apache.calcite.rel.type"><code>RelDataTypePrecedenceList</code></a> interface via an explicit list of
<a href="SqlTypeName.html" title="enum in org.apache.calcite.sql.type"><code>SqlTypeName</code></a> entries.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlTypeFactoryImpl.html" title="class in org.apache.calcite.sql.type">SqlTypeFactoryImpl</a></th>
<td class="colLast">
<div class="block">SqlTypeFactoryImpl provides a default implementation of
<a href="../../rel/type/RelDataTypeFactory.html" title="interface in org.apache.calcite.rel.type"><code>RelDataTypeFactory</code></a> which supports SQL types.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlTypeFactoryImpl.UnknownSqlType.html" title="class in org.apache.calcite.sql.type">SqlTypeFactoryImpl.UnknownSqlType</a></th>
<td class="colLast">
<div class="block">The unknown type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlTypeTransformCascade.html" title="class in org.apache.calcite.sql.type">SqlTypeTransformCascade</a></th>
<td class="colLast">
<div class="block">Strategy to infer the type of an operator call from the type of the operands
by using one <a href="SqlReturnTypeInference.html" title="interface in org.apache.calcite.sql.type"><code>SqlReturnTypeInference</code></a> rule and a combination of
<a href="SqlTypeTransform.html" title="interface in org.apache.calcite.sql.type"><code>SqlTypeTransform</code></a>s</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlTypeTransforms.html" title="class in org.apache.calcite.sql.type">SqlTypeTransforms</a></th>
<td class="colLast">
<div class="block">SqlTypeTransforms defines a number of reusable instances of
<a href="SqlTypeTransform.html" title="interface in org.apache.calcite.sql.type"><code>SqlTypeTransform</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlTypeUtil.html" title="class in org.apache.calcite.sql.type">SqlTypeUtil</a></th>
<td class="colLast">
<div class="block">Contains utility methods used during SQL validation or type derivation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TableFunctionReturnTypeInference.html" title="class in org.apache.calcite.sql.type">TableFunctionReturnTypeInference</a></th>
<td class="colLast">
<div class="block">TableFunctionReturnTypeInference implements rules for deriving table function
output row types by expanding references to cursor parameters.</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="CompositeOperandTypeChecker.Composition.html" title="enum in org.apache.calcite.sql.type">CompositeOperandTypeChecker.Composition</a></th>
<td class="colLast">
<div class="block">How operands are composed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlOperandTypeChecker.Consistency.html" title="enum in org.apache.calcite.sql.type">SqlOperandTypeChecker.Consistency</a></th>
<td class="colLast">
<div class="block">Strategy used to make arguments consistent.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlTypeFamily.html" title="enum in org.apache.calcite.sql.type">SqlTypeFamily</a></th>
<td class="colLast">
<div class="block">SqlTypeFamily provides SQL type categorization.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlTypeName.html" title="enum in org.apache.calcite.sql.type">SqlTypeName</a></th>
<td class="colLast">
<div class="block">Enumeration of the type names which can be used to construct a SQL type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlTypeName.Limit.html" title="enum in org.apache.calcite.sql.type">SqlTypeName.Limit</a></th>
<td class="colLast">
<div class="block">Limit.</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>