blob: 86f9a4909bd8d3660ff7446f5bb431ec6dc01e42 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.sql.validate (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.validate (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.validate</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">SQL validation.</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="AggregatingScope.html" title="interface in org.apache.calcite.sql.validate">AggregatingScope</a></th>
<td class="colLast">
<div class="block">An extension to the <a href="SqlValidatorScope.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidatorScope</code></a> interface which indicates that
the scope is aggregating.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlConformance.html" title="interface in org.apache.calcite.sql.validate">SqlConformance</a></th>
<td class="colLast">
<div class="block">Enumeration of valid SQL compatibility modes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlMoniker.html" title="interface in org.apache.calcite.sql.validate">SqlMoniker</a></th>
<td class="colLast">
<div class="block">An interface of an object identifier that represents a SqlIdentifier</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlNameMatcher.html" title="interface in org.apache.calcite.sql.validate">SqlNameMatcher</a></th>
<td class="colLast">
<div class="block">Checks whether two names are the same according to a case-sensitivity policy.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidator.html" title="interface in org.apache.calcite.sql.validate">SqlValidator</a></th>
<td class="colLast">
<div class="block">Validates the parse tree of a SQL statement, and provides semantic
information about the parse tree.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorCatalogReader.html" title="interface in org.apache.calcite.sql.validate">SqlValidatorCatalogReader</a></th>
<td class="colLast">
<div class="block">Supplies catalog information for <a href="SqlValidator.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidator</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorNamespace.html" title="interface in org.apache.calcite.sql.validate">SqlValidatorNamespace</a></th>
<td class="colLast">
<div class="block">A namespace describes the relation returned by a section of a SQL query.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorScope.html" title="interface in org.apache.calcite.sql.validate">SqlValidatorScope</a></th>
<td class="colLast">
<div class="block">Name-resolution scope.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorScope.Resolved.html" title="interface in org.apache.calcite.sql.validate">SqlValidatorScope.Resolved</a></th>
<td class="colLast">
<div class="block">Callback from <a href="SqlValidatorScope.html#resolve(java.util.List,org.apache.calcite.sql.validate.SqlNameMatcher,boolean,org.apache.calcite.sql.validate.SqlValidatorScope.Resolved)"><code>SqlValidatorScope.resolve(java.util.List&lt;java.lang.String&gt;, org.apache.calcite.sql.validate.SqlNameMatcher, boolean, org.apache.calcite.sql.validate.SqlValidatorScope.Resolved)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorTable.html" title="interface in org.apache.calcite.sql.validate">SqlValidatorTable</a></th>
<td class="colLast">
<div class="block">Supplies a <a href="SqlValidator.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidator</code></a> with the metadata for a table.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorUtil.Suggester.html" title="interface in org.apache.calcite.sql.validate">SqlValidatorUtil.Suggester</a></th>
<td class="colLast">
<div class="block">Suggests candidates for unique names, given the number of attempts so far
and the number of expressions in the project list.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorWithHints.html" title="interface in org.apache.calcite.sql.validate">SqlValidatorWithHints</a></th>
<td class="colLast">
<div class="block">Extends <a href="SqlValidator.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidator</code></a> to allow discovery of useful data such as fully
qualified names of sql objects, alternative valid sql objects that can be
used in the SQL statement (dubbed as hints)</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="AbstractNamespace.html" title="class in org.apache.calcite.sql.validate">AbstractNamespace</a></th>
<td class="colLast">
<div class="block">Abstract implementation of <a href="SqlValidatorNamespace.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidatorNamespace</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggChecker.html" title="class in org.apache.calcite.sql.validate">AggChecker</a></th>
<td class="colLast">
<div class="block">Visitor which throws an exception if any component of the expression is not a
group expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggFinder.html" title="class in org.apache.calcite.sql.validate">AggFinder</a></th>
<td class="colLast">
<div class="block">Visitor that looks for an aggregate function inside a tree of
<a href="../SqlNode.html" title="class in org.apache.calcite.sql"><code>SqlNode</code></a> objects and throws <a href="../../util/Util.FoundOne.html" title="class in org.apache.calcite.util"><code>Util.FoundOne</code></a> when it finds
one.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggFinder.AggIterable.html" title="class in org.apache.calcite.sql.validate">AggFinder.AggIterable</a></th>
<td class="colLast">
<div class="block">Iterates over all aggregates.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregatingSelectScope.html" title="class in org.apache.calcite.sql.validate">AggregatingSelectScope</a></th>
<td class="colLast">
<div class="block">Scope for resolving identifiers within a SELECT statement that has a
GROUP BY clause.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AggVisitor.html" title="class in org.apache.calcite.sql.validate">AggVisitor</a></th>
<td class="colLast">
<div class="block">Visitor that can find aggregate and windowed aggregate functions.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AliasNamespace.html" title="class in org.apache.calcite.sql.validate">AliasNamespace</a></th>
<td class="colLast">
<div class="block">Namespace for an <code>AS t(c1, c2, ...)</code> clause.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CatalogScope.html" title="class in org.apache.calcite.sql.validate">CatalogScope</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="SqlValidatorScope.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidatorScope</code></a> that can see all schemas in the
current catalog.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CollectNamespace.html" title="class in org.apache.calcite.sql.validate">CollectNamespace</a></th>
<td class="colLast">
<div class="block">Namespace for COLLECT and TABLE constructs.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CollectScope.html" title="class in org.apache.calcite.sql.validate">CollectScope</a></th>
<td class="colLast">
<div class="block">The name-resolution context for expression inside a multiset call.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DelegatingNamespace.html" title="class in org.apache.calcite.sql.validate">DelegatingNamespace</a></th>
<td class="colLast">
<div class="block">An implementation of <a href="SqlValidatorNamespace.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidatorNamespace</code></a> that delegates all methods
to an underlying object.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DelegatingScope.html" title="class in org.apache.calcite.sql.validate">DelegatingScope</a></th>
<td class="colLast">
<div class="block">A scope which delegates all requests to its parent scope.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DelegatingSqlValidatorCatalogReader.html" title="class in org.apache.calcite.sql.validate">DelegatingSqlValidatorCatalogReader</a></th>
<td class="colLast">
<div class="block">Implementation of
<a href="SqlValidatorCatalogReader.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidatorCatalogReader</code></a> that passes
all calls to a parent catalog reader.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DelegatingSqlValidatorTable.html" title="class in org.apache.calcite.sql.validate">DelegatingSqlValidatorTable</a></th>
<td class="colLast">
<div class="block">Implements <a href="SqlValidatorTable.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidatorTable</code></a> by
delegating to a parent table.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EmptyScope.html" title="class in org.apache.calcite.sql.validate">EmptyScope</a></th>
<td class="colLast">
<div class="block">Deviant implementation of <a href="SqlValidatorScope.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidatorScope</code></a> for the top of the scope
stack.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FieldNamespace.html" title="class in org.apache.calcite.sql.validate">FieldNamespace</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="SqlValidatorNamespace.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidatorNamespace</code></a> for a field of a record.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="GroupByScope.html" title="class in org.apache.calcite.sql.validate">GroupByScope</a></th>
<td class="colLast">
<div class="block">Represents the name-resolution context for expressions in an GROUP BY clause.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IdentifierNamespace.html" title="class in org.apache.calcite.sql.validate">IdentifierNamespace</a></th>
<td class="colLast">
<div class="block">Namespace whose contents are defined by the type of an
<a href="../SqlIdentifier.html" title="class in org.apache.calcite.sql"><code>identifier</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JoinNamespace.html" title="class in org.apache.calcite.sql.validate">JoinNamespace</a></th>
<td class="colLast">
<div class="block">Namespace representing the row type produced by joining two relations.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JoinScope.html" title="class in org.apache.calcite.sql.validate">JoinScope</a></th>
<td class="colLast">
<div class="block">The name-resolution context for expression inside a JOIN clause.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ListScope.html" title="class in org.apache.calcite.sql.validate">ListScope</a></th>
<td class="colLast">
<div class="block">Abstract base for a scope which is defined by a list of child namespaces and
which inherits from a parent scope.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MatchRecognizeNamespace.html" title="class in org.apache.calcite.sql.validate">MatchRecognizeNamespace</a></th>
<td class="colLast">
<div class="block">Namespace for a <code>MATCH_RECOGNIZE</code> clause.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MatchRecognizeScope.html" title="class in org.apache.calcite.sql.validate">MatchRecognizeScope</a></th>
<td class="colLast">
<div class="block">Scope for expressions in a <code>MATCH_RECOGNIZE</code> clause.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="OrderByScope.html" title="class in org.apache.calcite.sql.validate">OrderByScope</a></th>
<td class="colLast">
<div class="block">Represents the name-resolution context for expressions in an ORDER BY clause.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="OverScope.html" title="class in org.apache.calcite.sql.validate">OverScope</a></th>
<td class="colLast">
<div class="block">The name-resolution scope of a OVER clause.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ParameterNamespace.html" title="class in org.apache.calcite.sql.validate">ParameterNamespace</a></th>
<td class="colLast">
<div class="block">Namespace representing the type of a dynamic parameter.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ParameterScope.html" title="class in org.apache.calcite.sql.validate">ParameterScope</a></th>
<td class="colLast">
<div class="block">A scope which contains nothing besides a few parameters.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ProcedureNamespace.html" title="class in org.apache.calcite.sql.validate">ProcedureNamespace</a></th>
<td class="colLast">
<div class="block">Namespace whose contents are defined by the result of a call to a
user-defined procedure.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SchemaNamespace.html" title="class in org.apache.calcite.sql.validate">SchemaNamespace</a></th>
<td class="colLast">
<div class="block">Namespace based on a schema.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ScopeChild.html" title="class in org.apache.calcite.sql.validate">ScopeChild</a></th>
<td class="colLast">
<div class="block">One of the inputs of a <a href="SqlValidatorScope.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidatorScope</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SelectNamespace.html" title="class in org.apache.calcite.sql.validate">SelectNamespace</a></th>
<td class="colLast">
<div class="block">Namespace offered by a sub-query.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SelectScope.html" title="class in org.apache.calcite.sql.validate">SelectScope</a></th>
<td class="colLast">
<div class="block">The name-resolution scope of a SELECT clause.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SetopNamespace.html" title="class in org.apache.calcite.sql.validate">SetopNamespace</a></th>
<td class="colLast">
<div class="block">Namespace based upon a set operation (UNION, INTERSECT, EXCEPT).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlAbstractConformance.html" title="class in org.apache.calcite.sql.validate">SqlAbstractConformance</a></th>
<td class="colLast">
<div class="block">Abstract base class for implementing <a href="SqlConformance.html" title="interface in org.apache.calcite.sql.validate"><code>SqlConformance</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlDelegatingConformance.html" title="class in org.apache.calcite.sql.validate">SqlDelegatingConformance</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="SqlConformance.html" title="interface in org.apache.calcite.sql.validate"><code>SqlConformance</code></a> that delegates all methods to
another object.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlIdentifierMoniker.html" title="class in org.apache.calcite.sql.validate">SqlIdentifierMoniker</a></th>
<td class="colLast">
<div class="block">An implementation of <a href="SqlMoniker.html" title="interface in org.apache.calcite.sql.validate"><code>SqlMoniker</code></a> that encapsulates the normalized name
information of a <a href="../SqlIdentifier.html" title="class in org.apache.calcite.sql"><code>SqlIdentifier</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlMonikerImpl.html" title="class in org.apache.calcite.sql.validate">SqlMonikerImpl</a></th>
<td class="colLast">
<div class="block">A generic implementation of <a href="SqlMoniker.html" title="interface in org.apache.calcite.sql.validate"><code>SqlMoniker</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlNameMatchers.html" title="class in org.apache.calcite.sql.validate">SqlNameMatchers</a></th>
<td class="colLast">
<div class="block">Helpers for <a href="SqlNameMatcher.html" title="interface in org.apache.calcite.sql.validate"><code>SqlNameMatcher</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlNameMatchers.BaseMatcher.html" title="class in org.apache.calcite.sql.validate">SqlNameMatchers.BaseMatcher</a></th>
<td class="colLast">
<div class="block">Partial implementation of <a href="SqlNameMatcher.html" title="interface in org.apache.calcite.sql.validate"><code>SqlNameMatcher</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlNameMatchers.LiberalNameMatcher.html" title="class in org.apache.calcite.sql.validate">SqlNameMatchers.LiberalNameMatcher</a></th>
<td class="colLast">
<div class="block">Matcher that remembers the requests that were made of it.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlQualified.html" title="class in org.apache.calcite.sql.validate">SqlQualified</a></th>
<td class="colLast">
<div class="block">Fully-qualified identifier.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlScopedShuttle.html" title="class in org.apache.calcite.sql.validate">SqlScopedShuttle</a></th>
<td class="colLast">
<div class="block">Refinement to <a href="../util/SqlShuttle.html" title="class in org.apache.calcite.sql.util"><code>SqlShuttle</code></a> which maintains a stack of scopes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlUserDefinedAggFunction.html" title="class in org.apache.calcite.sql.validate">SqlUserDefinedAggFunction</a></th>
<td class="colLast">
<div class="block">User-defined aggregate function.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlUserDefinedFunction.html" title="class in org.apache.calcite.sql.validate">SqlUserDefinedFunction</a></th>
<td class="colLast">
<div class="block">User-defined scalar function.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlUserDefinedTableFunction.html" title="class in org.apache.calcite.sql.validate">SqlUserDefinedTableFunction</a></th>
<td class="colLast">
<div class="block">User-defined table function.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlUserDefinedTableMacro.html" title="class in org.apache.calcite.sql.validate">SqlUserDefinedTableMacro</a></th>
<td class="colLast">
<div class="block">User-defined table macro.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl</a></th>
<td class="colLast">
<div class="block">Default implementation of <a href="SqlValidator.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidator</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.DeleteNamespace.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.DeleteNamespace</a></th>
<td class="colLast">
<div class="block">Namespace for a DELETE statement.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.DmlNamespace.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.DmlNamespace</a></th>
<td class="colLast">
<div class="block">Common base class for DML statement namespaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.Expander.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.Expander</a></th>
<td class="colLast">
<div class="block">Converts an expression into canonical form by fully-qualifying any
identifiers.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.ExtendedExpander.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.ExtendedExpander</a></th>
<td class="colLast">
<div class="block">Shuttle which walks over an expression in the GROUP BY/HAVING clause, replacing
usages of aliases or ordinals with the underlying expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.FunctionParamInfo.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.FunctionParamInfo</a></th>
<td class="colLast">
<div class="block">Utility object used to maintain information about the parameters in a
function call.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.IdInfo.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.IdInfo</a></th>
<td class="colLast">
<div class="block">Information about an identifier in a particular scope.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.InsertNamespace.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.InsertNamespace</a></th>
<td class="colLast">
<div class="block">Namespace for an INSERT statement.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.MergeNamespace.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.MergeNamespace</a></th>
<td class="colLast">
<div class="block">Namespace for a MERGE statement.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.NavigationExpander.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.NavigationExpander</a></th>
<td class="colLast">
<div class="block">Shuttle that expands navigation expressions in a MATCH_RECOGNIZE clause.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.NavigationModifier.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.NavigationModifier</a></th>
<td class="colLast">
<div class="block">Modify the nodes in navigation function
such as FIRST, LAST, PREV AND NEXT.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.NavigationReplacer.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.NavigationReplacer</a></th>
<td class="colLast">
<div class="block">Shuttle that replaces <code>A as A.price &gt; PREV(B.price)</code> with
<code>PREV(A.price, 0) &gt; LAST(B.price, 0)</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.UpdateNamespace.html" title="class in org.apache.calcite.sql.validate">SqlValidatorImpl.UpdateNamespace</a></th>
<td class="colLast">
<div class="block">Namespace for an UPDATE statement.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorScope.EmptyPath.html" title="class in org.apache.calcite.sql.validate">SqlValidatorScope.EmptyPath</a></th>
<td class="colLast">
<div class="block">A path that has no steps.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorScope.Path.html" title="class in org.apache.calcite.sql.validate">SqlValidatorScope.Path</a></th>
<td class="colLast">
<div class="block">A sequence of steps by which an identifier was resolved.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorScope.Resolve.html" title="class in org.apache.calcite.sql.validate">SqlValidatorScope.Resolve</a></th>
<td class="colLast">
<div class="block">A match found when looking up a name.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorScope.ResolvedImpl.html" title="class in org.apache.calcite.sql.validate">SqlValidatorScope.ResolvedImpl</a></th>
<td class="colLast">
<div class="block">Default implementation of
<a href="SqlValidatorScope.Resolved.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidatorScope.Resolved</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorScope.Step.html" title="class in org.apache.calcite.sql.validate">SqlValidatorScope.Step</a></th>
<td class="colLast">
<div class="block">A step in resolving an identifier.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorUtil.html" title="class in org.apache.calcite.sql.validate">SqlValidatorUtil</a></th>
<td class="colLast">
<div class="block">Utility methods related to validation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlValidatorUtil.DeepCopier.html" title="class in org.apache.calcite.sql.validate">SqlValidatorUtil.DeepCopier</a></th>
<td class="colLast">Deprecated.</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorUtil.GroupAnalyzer.html" title="class in org.apache.calcite.sql.validate">SqlValidatorUtil.GroupAnalyzer</a></th>
<td class="colLast">
<div class="block">Builds a list of GROUP BY expressions.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TableConstructorNamespace.html" title="class in org.apache.calcite.sql.validate">TableConstructorNamespace</a></th>
<td class="colLast">
<div class="block">Namespace for a table constructor <code>VALUES (expr, expr, ...)</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="TableNamespace.html" title="class in org.apache.calcite.sql.validate">TableNamespace</a></th>
<td class="colLast">
<div class="block">Namespace based on a table from the catalog.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TableScope.html" title="class in org.apache.calcite.sql.validate">TableScope</a></th>
<td class="colLast">
<div class="block">The name-resolution scope of a LATERAL TABLE clause.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnnestNamespace.html" title="class in org.apache.calcite.sql.validate">UnnestNamespace</a></th>
<td class="colLast">
<div class="block">Namespace for UNNEST.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WithItemNamespace.html" title="class in org.apache.calcite.sql.validate">WithItemNamespace</a></th>
<td class="colLast">
<div class="block">Very similar to <a href="AliasNamespace.html" title="class in org.apache.calcite.sql.validate"><code>AliasNamespace</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WithNamespace.html" title="class in org.apache.calcite.sql.validate">WithNamespace</a></th>
<td class="colLast">
<div class="block">Namespace for <code>WITH</code> clause.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WithScope.html" title="class in org.apache.calcite.sql.validate">WithScope</a></th>
<td class="colLast">
<div class="block">Scope providing the objects that are available after evaluating an item
in a WITH clause.</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="SqlConformanceEnum.html" title="enum in org.apache.calcite.sql.validate">SqlConformanceEnum</a></th>
<td class="colLast">
<div class="block">Enumeration of built-in SQL compatibility modes.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlModality.html" title="enum in org.apache.calcite.sql.validate">SqlModality</a></th>
<td class="colLast">
<div class="block">Relational or streaming.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlMonikerType.html" title="enum in org.apache.calcite.sql.validate">SqlMonikerType</a></th>
<td class="colLast">
<div class="block">An enumeration of moniker types.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlMonotonicity.html" title="enum in org.apache.calcite.sql.validate">SqlMonotonicity</a></th>
<td class="colLast">
<div class="block">Enumeration of types of monotonicity.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorImpl.Status.html" title="enum in org.apache.calcite.sql.validate">SqlValidatorImpl.Status</a></th>
<td class="colLast">
<div class="block">Validation status.</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="CyclicDefinitionException.html" title="class in org.apache.calcite.sql.validate">CyclicDefinitionException</a></th>
<td class="colLast">
<div class="block">Thrown when an object, such as a view, is found to have a cylic
definition.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlUserDefinedTableMacro.NonLiteralException.html" title="class in org.apache.calcite.sql.validate">SqlUserDefinedTableMacro.NonLiteralException</a></th>
<td class="colLast">
<div class="block">Thrown when a non-literal occurs in an argument to a user-defined
table macro.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlValidatorException.html" title="class in org.apache.calcite.sql.validate">SqlValidatorException</a></th>
<td class="colLast">
<div class="block">Exception thrown while validating a SQL statement.</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>