blob: 1b5f3a8d973b35490edf32b18d9f115c87100808 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class org.apache.calcite.jdbc.CalciteSchema (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="Uses of Class org.apache.calcite.jdbc.CalciteSchema (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><a href="../package-summary.html">Package</a></li>
<li><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">Class</a></li>
<li class="navBarCell1Rev">Use</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">
<h2 title="Uses of Class org.apache.calcite.jdbc.CalciteSchema" class="title">Uses of Class<br>org.apache.calcite.jdbc.CalciteSchema</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.jdbc">org.apache.calcite.jdbc</a></th>
<td class="colLast">
<div class="block">JDBC driver for Calcite.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.materialize">org.apache.calcite.materialize</a></th>
<td class="colLast">
<div class="block">Management of materialized query results.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.prepare">org.apache.calcite.prepare</a></th>
<td class="colLast">
<div class="block">Preparation of queries (parsing, planning and implementation).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.schema">org.apache.calcite.schema</a></th>
<td class="colLast">
<div class="block">Schema SPI.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.schema.impl">org.apache.calcite.schema.impl</a></th>
<td class="colLast">
<div class="block">Utilities to help implement Calcite's SPIs.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.sql.ddl">org.apache.calcite.sql.ddl</a></th>
<td class="colLast">
<div class="block">Parse tree for SQL DDL statements.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.sql.validate">org.apache.calcite.sql.validate</a></th>
<td class="colLast">
<div class="block">SQL validation.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.apache.calcite.jdbc">
<!-- -->
</a>
<h3>Uses of <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a> in <a href="../package-summary.html">org.apache.calcite.jdbc</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a> in <a href="../package-summary.html">org.apache.calcite.jdbc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>(package private) class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CachingCalciteSchema.html" title="class in org.apache.calcite.jdbc">CachingCalciteSchema</a></span></code></th>
<td class="colLast">
<div class="block">Concrete implementation of <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema</code></a> that caches tables,
functions and sub-schemas.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteRootSchema.html" title="class in org.apache.calcite.jdbc">CalciteRootSchema</a></span></code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SimpleCalciteSchema.html" title="class in org.apache.calcite.jdbc">SimpleCalciteSchema</a></span></code></th>
<td class="colLast">
<div class="block">A concrete implementation of <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema</code></a>
that maintains minimal state.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Fields in <a href="../package-summary.html">org.apache.calcite.jdbc</a> declared as <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteMetaImpl.CalciteMetaSchema.</span><code><span class="memberNameLink"><a href="../CalciteMetaImpl.CalciteMetaSchema.html#calciteSchema">calciteSchema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteConnectionImpl.ContextImpl.</span><code><span class="memberNameLink"><a href="../CalciteConnectionImpl.ContextImpl.html#mutableRootSchema">mutableRootSchema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#parent">parent</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteConnectionImpl.ContextImpl.</span><code><span class="memberNameLink"><a href="../CalciteConnectionImpl.ContextImpl.html#rootSchema">rootSchema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteConnectionImpl.DataContextImpl.</span><code><span class="memberNameLink"><a href="../CalciteConnectionImpl.DataContextImpl.html#rootSchema">rootSchema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteConnectionImpl.</span><code><span class="memberNameLink"><a href="../CalciteConnectionImpl.html#rootSchema">rootSchema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalcitePrepare.CalciteSignature.</span><code><span class="memberNameLink"><a href="../CalcitePrepare.CalciteSignature.html#rootSchema">rootSchema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.Entry.</span><code><span class="memberNameLink"><a href="../CalciteSchema.Entry.html#schema">schema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Fields in <a href="../package-summary.html">org.apache.calcite.jdbc</a> with type parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>(package private) com.google.common.cache.LoadingCache&lt;java.lang.String,&#8203;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingCalciteSchema.SubSchemaCache.</span><code><span class="memberNameLink"><a href="../CachingCalciteSchema.SubSchemaCache.html#cache">cache</a></span></code></th>
<td class="colLast">
<div class="block">Cached <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema</code></a> wrappers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#subSchemaMap">subSchemaMap</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.calcite.jdbc</a> that return <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingCalciteSchema.</span><code><span class="memberNameLink"><a href="../CachingCalciteSchema.html#add(java.lang.String,org.apache.calcite.schema.Schema)">add</a></span>&#8203;(java.lang.String&nbsp;name,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema)</code></th>
<td class="colLast">
<div class="block">Adds a child schema of this schema.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#add(java.lang.String,org.apache.calcite.schema.Schema)">add</a></span>&#8203;(java.lang.String&nbsp;name,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema)</code></th>
<td class="colLast">
<div class="block">Adds a child schema of this schema.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SimpleCalciteSchema.</span><code><span class="memberNameLink"><a href="../SimpleCalciteSchema.html#add(java.lang.String,org.apache.calcite.schema.Schema)">add</a></span>&#8203;(java.lang.String&nbsp;name,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.SchemaPlusImpl.</span><code><span class="memberNameLink"><a href="../CalciteSchema.SchemaPlusImpl.html#calciteSchema()">calciteSchema</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#createRootSchema(boolean)">createRootSchema</a></span>&#8203;(boolean&nbsp;addMetadataSchema)</code></th>
<td class="colLast">
<div class="block">Creates a root schema.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#createRootSchema(boolean,boolean)">createRootSchema</a></span>&#8203;(boolean&nbsp;addMetadataSchema,
boolean&nbsp;cache)</code></th>
<td class="colLast">
<div class="block">Creates a root schema.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#createRootSchema(boolean,boolean,java.lang.String)">createRootSchema</a></span>&#8203;(boolean&nbsp;addMetadataSchema,
boolean&nbsp;cache,
java.lang.String&nbsp;name)</code></th>
<td class="colLast">
<div class="block">Creates a root schema.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#createRootSchema(boolean,boolean,java.lang.String,org.apache.calcite.schema.Schema)">createRootSchema</a></span>&#8203;(boolean&nbsp;addMetadataSchema,
boolean&nbsp;cache,
java.lang.String&nbsp;name,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#createSnapshot(org.apache.calcite.schema.SchemaVersion)">createSnapshot</a></span>&#8203;(<a href="../../schema/SchemaVersion.html" title="interface in org.apache.calcite.schema">SchemaVersion</a>&nbsp;version)</code></th>
<td class="colLast">
<div class="block">Creates a snapshot of this CalciteSchema as of the specified time.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#from(org.apache.calcite.schema.SchemaPlus)">from</a></span>&#8203;(<a href="../../schema/SchemaPlus.html" title="interface in org.apache.calcite.schema">SchemaPlus</a>&nbsp;plus)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingCalciteSchema.</span><code><span class="memberNameLink"><a href="../CachingCalciteSchema.html#getImplicitSubSchema(java.lang.String,boolean)">getImplicitSubSchema</a></span>&#8203;(java.lang.String&nbsp;schemaName,
boolean&nbsp;caseSensitive)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#getImplicitSubSchema(java.lang.String,boolean)">getImplicitSubSchema</a></span>&#8203;(java.lang.String&nbsp;schemaName,
boolean&nbsp;caseSensitive)</code></th>
<td class="colLast">
<div class="block">Returns a sub-schema with a given name that is defined implicitly
(that is, by the underlying <a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema"><code>Schema</code></a> object, not explicitly
by a call to <a href="../CalciteSchema.html#add(java.lang.String,org.apache.calcite.schema.Schema)"><code>add(String, Schema)</code></a>), or null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SimpleCalciteSchema.</span><code><span class="memberNameLink"><a href="../SimpleCalciteSchema.html#getImplicitSubSchema(java.lang.String,boolean)">getImplicitSubSchema</a></span>&#8203;(java.lang.String&nbsp;schemaName,
boolean&nbsp;caseSensitive)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteConnectionImpl.ContextImpl.</span><code><span class="memberNameLink"><a href="../CalciteConnectionImpl.ContextImpl.html#getMutableRootSchema()">getMutableRootSchema</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalcitePrepare.Context.</span><code><span class="memberNameLink"><a href="../CalcitePrepare.Context.html#getMutableRootSchema()">getMutableRootSchema</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the root schema for statements that need to be able to modify
schemas and have the results available to other statements.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteConnectionImpl.ContextImpl.</span><code><span class="memberNameLink"><a href="../CalciteConnectionImpl.ContextImpl.html#getRootSchema()">getRootSchema</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalcitePrepare.Context.</span><code><span class="memberNameLink"><a href="../CalcitePrepare.Context.html#getRootSchema()">getRootSchema</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the root schema for statements that need a read-consistent
snapshot.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#getSubSchema(java.lang.String,boolean)">getSubSchema</a></span>&#8203;(java.lang.String&nbsp;schemaName,
boolean&nbsp;caseSensitive)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#root()">root</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingCalciteSchema.</span><code><span class="memberNameLink"><a href="../CachingCalciteSchema.html#snapshot(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.SchemaVersion)">snapshot</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/SchemaVersion.html" title="interface in org.apache.calcite.schema">SchemaVersion</a>&nbsp;version)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected abstract <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#snapshot(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.SchemaVersion)">snapshot</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/SchemaVersion.html" title="interface in org.apache.calcite.schema">SchemaVersion</a>&nbsp;version)</code></th>
<td class="colLast">
<div class="block">Returns a snapshot representation of this CalciteSchema.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SimpleCalciteSchema.</span><code><span class="memberNameLink"><a href="../SimpleCalciteSchema.html#snapshot(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.SchemaVersion)">snapshot</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/SchemaVersion.html" title="interface in org.apache.calcite.schema">SchemaVersion</a>&nbsp;version)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.calcite.jdbc</a> that return types with arguments of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.NavigableMap&lt;java.lang.String,&#8203;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#getSubSchemaMap()">getSubSchemaMap</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a collection of sub-schemas, both explicit (defined using
<a href="../CalciteSchema.html#add(java.lang.String,org.apache.calcite.schema.Schema)"><code>add(String, org.apache.calcite.schema.Schema)</code></a>) and implicit
(defined using <a href="../../schema/Schema.html#getSubSchemaNames()"><code>Schema.getSubSchemaNames()</code></a>
and <a href="../../schema/Schema.html#getSubSchema(java.lang.String)"><code>Schema.getSubSchema(String)</code></a>).</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.calcite.jdbc</a> with parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../CalciteConnection.html" title="interface in org.apache.calcite.jdbc">CalciteConnection</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteMetaImpl.</span><code><span class="memberNameLink"><a href="../CalciteMetaImpl.html#connect(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.adapter.java.JavaTypeFactory)">connect</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
<a href="../../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java">JavaTypeFactory</a>&nbsp;typeFactory)</code></th>
<td class="colLast">
<div class="block">A trojan-horse method, subject to change without notice.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) <a href="../CalciteConnection.html" title="interface in org.apache.calcite.jdbc">CalciteConnection</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Driver.</span><code><span class="memberNameLink"><a href="../Driver.html#connect(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.adapter.java.JavaTypeFactory)">connect</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java">JavaTypeFactory</a>&nbsp;typeFactory)</code></th>
<td class="colLast">
<div class="block">Creates an internal connection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) <a href="../CalciteConnection.html" title="interface in org.apache.calcite.jdbc">CalciteConnection</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Driver.</span><code><span class="memberNameLink"><a href="../Driver.html#connect(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.adapter.java.JavaTypeFactory,java.util.Properties)">connect</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java">JavaTypeFactory</a>&nbsp;typeFactory,
java.util.Properties&nbsp;properties)</code></th>
<td class="colLast">
<div class="block">Creates an internal connection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../DataContext.html" title="interface in org.apache.calcite">DataContext</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteConnectionImpl.</span><code><span class="memberNameLink"><a href="../CalciteConnectionImpl.html#createDataContext(java.util.Map,org.apache.calcite.jdbc.CalciteSchema)">createDataContext</a></span>&#8203;(java.util.Map&lt;java.lang.String,&#8203;java.lang.Object&gt;&nbsp;parameterValues,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract org.apache.calcite.avatica.AvaticaConnection</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteFactory.</span><code><span class="memberNameLink"><a href="../CalciteFactory.html#newConnection(org.apache.calcite.avatica.UnregisteredDriver,org.apache.calcite.avatica.AvaticaFactory,java.lang.String,java.util.Properties,org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.adapter.java.JavaTypeFactory)">newConnection</a></span>&#8203;(org.apache.calcite.avatica.UnregisteredDriver&nbsp;driver,
org.apache.calcite.avatica.AvaticaFactory&nbsp;factory,
java.lang.String&nbsp;url,
java.util.Properties&nbsp;info,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java">JavaTypeFactory</a>&nbsp;typeFactory)</code></th>
<td class="colLast">
<div class="block">Creates a connection with a root schema.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CalciteJdbc41Factory.CalciteJdbc41Connection.html" title="class in org.apache.calcite.jdbc">CalciteJdbc41Factory.CalciteJdbc41Connection</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteJdbc41Factory.</span><code><span class="memberNameLink"><a href="../CalciteJdbc41Factory.html#newConnection(org.apache.calcite.avatica.UnregisteredDriver,org.apache.calcite.avatica.AvaticaFactory,java.lang.String,java.util.Properties,org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.adapter.java.JavaTypeFactory)">newConnection</a></span>&#8203;(org.apache.calcite.avatica.UnregisteredDriver&nbsp;driver,
org.apache.calcite.avatica.AvaticaFactory&nbsp;factory,
java.lang.String&nbsp;url,
java.util.Properties&nbsp;info,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java">JavaTypeFactory</a>&nbsp;typeFactory)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingCalciteSchema.</span><code><span class="memberNameLink"><a href="../CachingCalciteSchema.html#snapshot(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.SchemaVersion)">snapshot</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/SchemaVersion.html" title="interface in org.apache.calcite.schema">SchemaVersion</a>&nbsp;version)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#snapshot(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.SchemaVersion)">snapshot</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/SchemaVersion.html" title="interface in org.apache.calcite.schema">SchemaVersion</a>&nbsp;version)</code></th>
<td class="colLast">
<div class="block">Returns a snapshot representation of this CalciteSchema.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SimpleCalciteSchema.</span><code><span class="memberNameLink"><a href="../SimpleCalciteSchema.html#snapshot(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.SchemaVersion)">snapshot</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/SchemaVersion.html" title="interface in org.apache.calcite.schema">SchemaVersion</a>&nbsp;version)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Method parameters in <a href="../package-summary.html">org.apache.calcite.jdbc</a> with type arguments of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingCalciteSchema.</span><code><span class="memberNameLink"><a href="../CachingCalciteSchema.html#addImplicitSubSchemaToBuilder(com.google.common.collect.ImmutableSortedMap.Builder)">addImplicitSubSchemaToBuilder</a></span>&#8203;(com.google.common.collect.ImmutableSortedMap.Builder&lt;java.lang.String,&#8203;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;&nbsp;builder)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteSchema.</span><code><span class="memberNameLink"><a href="../CalciteSchema.html#addImplicitSubSchemaToBuilder(com.google.common.collect.ImmutableSortedMap.Builder)">addImplicitSubSchemaToBuilder</a></span>&#8203;(com.google.common.collect.ImmutableSortedMap.Builder&lt;java.lang.String,&#8203;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;&nbsp;builder)</code></th>
<td class="colLast">
<div class="block">Adds implicit sub-schemas to a builder.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SimpleCalciteSchema.</span><code><span class="memberNameLink"><a href="../SimpleCalciteSchema.html#addImplicitSubSchemaToBuilder(com.google.common.collect.ImmutableSortedMap.Builder)">addImplicitSubSchemaToBuilder</a></span>&#8203;(com.google.common.collect.ImmutableSortedMap.Builder&lt;java.lang.String,&#8203;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;&nbsp;builder)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../package-summary.html">org.apache.calcite.jdbc</a> with parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CachingCalciteSchema.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.Schema,java.lang.String)">CachingCalciteSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema,
java.lang.String&nbsp;name)</code></th>
<td class="colLast">
<div class="block">Creates a CachingCalciteSchema.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CachingCalciteSchema.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.Schema,java.lang.String,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMultimap,org.apache.calcite.util.NameSet,org.apache.calcite.util.NameMap,java.util.List)">CachingCalciteSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;&nbsp;subSchemaMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a>&gt;&nbsp;tableMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.LatticeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.LatticeEntry</a>&gt;&nbsp;latticeMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TypeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TypeEntry</a>&gt;&nbsp;typeMap,
<a href="../../util/NameMultimap.html" title="class in org.apache.calcite.util">NameMultimap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;functionMap,
<a href="../../util/NameSet.html" title="class in org.apache.calcite.util">NameSet</a>&nbsp;functionNames,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;nullaryFunctionMap,
java.util.List&lt;? extends java.util.List&lt;java.lang.String&gt;&gt;&nbsp;path)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteConnectionImpl.html#%3Cinit%3E(org.apache.calcite.jdbc.Driver,org.apache.calcite.avatica.AvaticaFactory,java.lang.String,java.util.Properties,org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.adapter.java.JavaTypeFactory)">CalciteConnectionImpl</a></span>&#8203;(<a href="../Driver.html" title="class in org.apache.calcite.jdbc">Driver</a>&nbsp;driver,
org.apache.calcite.avatica.AvaticaFactory&nbsp;factory,
java.lang.String&nbsp;url,
java.util.Properties&nbsp;info,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java">JavaTypeFactory</a>&nbsp;typeFactory)</code></th>
<td class="colLast">
<div class="block">Creates a CalciteConnectionImpl.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteJdbc41Factory.CalciteJdbc41Connection.html#%3Cinit%3E(org.apache.calcite.jdbc.Driver,org.apache.calcite.avatica.AvaticaFactory,java.lang.String,java.util.Properties,org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.adapter.java.JavaTypeFactory)">CalciteJdbc41Connection</a></span>&#8203;(<a href="../Driver.html" title="class in org.apache.calcite.jdbc">Driver</a>&nbsp;driver,
org.apache.calcite.avatica.AvaticaFactory&nbsp;factory,
java.lang.String&nbsp;url,
java.util.Properties&nbsp;info,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java">JavaTypeFactory</a>&nbsp;typeFactory)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteMetaImpl.CalciteMetaSchema.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,java.lang.String)">CalciteMetaSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;calciteSchema,
java.lang.String&nbsp;tableCatalog,
java.lang.String&nbsp;tableSchem)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.Schema,java.lang.String,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMultimap,org.apache.calcite.util.NameSet,org.apache.calcite.util.NameMap,java.util.List)">CalciteSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;&nbsp;subSchemaMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a>&gt;&nbsp;tableMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.LatticeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.LatticeEntry</a>&gt;&nbsp;latticeMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TypeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TypeEntry</a>&gt;&nbsp;typeMap,
<a href="../../util/NameMultimap.html" title="class in org.apache.calcite.util">NameMultimap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;functionMap,
<a href="../../util/NameSet.html" title="class in org.apache.calcite.util">NameSet</a>&nbsp;functionNames,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;nullaryFunctionMap,
java.util.List&lt;? extends java.util.List&lt;java.lang.String&gt;&gt;&nbsp;path)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalcitePrepare.CalciteSignature.html#%3Cinit%3E(java.lang.String,java.util.List,java.util.Map,org.apache.calcite.rel.type.RelDataType,java.util.List,org.apache.calcite.avatica.Meta.CursorFactory,org.apache.calcite.jdbc.CalciteSchema,java.util.List,long,org.apache.calcite.runtime.Bindable)">CalciteSignature</a></span>&#8203;(java.lang.String&nbsp;sql,
java.util.List&lt;org.apache.calcite.avatica.AvaticaParameter&gt;&nbsp;parameterList,
java.util.Map&lt;java.lang.String,&#8203;java.lang.Object&gt;&nbsp;internalParameters,
<a href="../../rel/type/RelDataType.html" title="interface in org.apache.calcite.rel.type">RelDataType</a>&nbsp;rowType,
java.util.List&lt;org.apache.calcite.avatica.ColumnMetaData&gt;&nbsp;columns,
org.apache.calcite.avatica.Meta.CursorFactory&nbsp;cursorFactory,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
java.util.List&lt;<a href="../../rel/RelCollation.html" title="interface in org.apache.calcite.rel">RelCollation</a>&gt;&nbsp;collationList,
long&nbsp;maxRowCount,
<a href="../../runtime/Bindable.html" title="interface in org.apache.calcite.runtime">Bindable</a>&lt;<a href="../CalcitePrepare.CalciteSignature.html" title="type parameter in CalcitePrepare.CalciteSignature">T</a>&gt;&nbsp;bindable)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalcitePrepare.CalciteSignature.html#%3Cinit%3E(java.lang.String,java.util.List,java.util.Map,org.apache.calcite.rel.type.RelDataType,java.util.List,org.apache.calcite.avatica.Meta.CursorFactory,org.apache.calcite.jdbc.CalciteSchema,java.util.List,long,org.apache.calcite.runtime.Bindable,org.apache.calcite.avatica.Meta.StatementType)">CalciteSignature</a></span>&#8203;(java.lang.String&nbsp;sql,
java.util.List&lt;org.apache.calcite.avatica.AvaticaParameter&gt;&nbsp;parameterList,
java.util.Map&lt;java.lang.String,&#8203;java.lang.Object&gt;&nbsp;internalParameters,
<a href="../../rel/type/RelDataType.html" title="interface in org.apache.calcite.rel.type">RelDataType</a>&nbsp;rowType,
java.util.List&lt;org.apache.calcite.avatica.ColumnMetaData&gt;&nbsp;columns,
org.apache.calcite.avatica.Meta.CursorFactory&nbsp;cursorFactory,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
java.util.List&lt;<a href="../../rel/RelCollation.html" title="interface in org.apache.calcite.rel">RelCollation</a>&gt;&nbsp;collationList,
long&nbsp;maxRowCount,
<a href="../../runtime/Bindable.html" title="interface in org.apache.calcite.runtime">Bindable</a>&lt;<a href="../CalcitePrepare.CalciteSignature.html" title="type parameter in CalcitePrepare.CalciteSignature">T</a>&gt;&nbsp;bindable,
org.apache.calcite.avatica.Meta.StatementType&nbsp;statementType)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteConnectionImpl.DataContextImpl.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteConnectionImpl,java.util.Map,org.apache.calcite.jdbc.CalciteSchema)">DataContextImpl</a></span>&#8203;(<a href="../CalciteConnectionImpl.html" title="class in org.apache.calcite.jdbc">CalciteConnectionImpl</a>&nbsp;connection,
java.util.Map&lt;java.lang.String,&#8203;java.lang.Object&gt;&nbsp;parameters,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.Entry.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String)">Entry</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.FunctionEntry.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String)">FunctionEntry</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.FunctionEntryImpl.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,org.apache.calcite.schema.Function)">FunctionEntryImpl</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../schema/Function.html" title="interface in org.apache.calcite.schema">Function</a>&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a FunctionEntryImpl.</div>
</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.LatticeEntry.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String)">LatticeEntry</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.LatticeEntryImpl.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,org.apache.calcite.materialize.Lattice)">LatticeEntryImpl</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../materialize/Lattice.html" title="class in org.apache.calcite.materialize">Lattice</a>&nbsp;lattice)</code></th>
<td class="colLast">
<div class="block">Creates a LatticeEntryImpl.</div>
</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SimpleCalciteSchema.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.Schema,java.lang.String)">SimpleCalciteSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema,
java.lang.String&nbsp;name)</code></th>
<td class="colLast">
<div class="block">Creates a SimpleCalciteSchema.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SimpleCalciteSchema.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.Schema,java.lang.String,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMultimap,org.apache.calcite.util.NameSet,org.apache.calcite.util.NameMap,java.util.List)">SimpleCalciteSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;&nbsp;subSchemaMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a>&gt;&nbsp;tableMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.LatticeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.LatticeEntry</a>&gt;&nbsp;latticeMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TypeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TypeEntry</a>&gt;&nbsp;typeMap,
<a href="../../util/NameMultimap.html" title="class in org.apache.calcite.util">NameMultimap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;functionMap,
<a href="../../util/NameSet.html" title="class in org.apache.calcite.util">NameSet</a>&nbsp;functionNames,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;nullaryFunctionMap,
java.util.List&lt;? extends java.util.List&lt;java.lang.String&gt;&gt;&nbsp;path)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CachingCalciteSchema.SubSchemaCache.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.util.Set)">SubSchemaCache</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;calciteSchema,
java.util.Set&lt;java.lang.String&gt;&nbsp;names)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.TableEntry.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,com.google.common.collect.ImmutableList)">TableEntry</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name,
com.google.common.collect.ImmutableList&lt;java.lang.String&gt;&nbsp;sqls)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.TableEntryImpl.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,org.apache.calcite.schema.Table,com.google.common.collect.ImmutableList)">TableEntryImpl</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../schema/Table.html" title="interface in org.apache.calcite.schema">Table</a>&nbsp;table,
com.google.common.collect.ImmutableList&lt;java.lang.String&gt;&nbsp;sqls)</code></th>
<td class="colLast">
<div class="block">Creates a TableEntryImpl.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.TypeEntry.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String)">TypeEntry</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.TypeEntryImpl.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,org.apache.calcite.rel.type.RelProtoDataType)">TypeEntryImpl</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../rel/type/RelProtoDataType.html" title="interface in org.apache.calcite.rel.type">RelProtoDataType</a>&nbsp;protoDataType)</code></th>
<td class="colLast">
<div class="block">Creates a TypeEntryImpl.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructor parameters in <a href="../package-summary.html">org.apache.calcite.jdbc</a> with type arguments of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CachingCalciteSchema.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.Schema,java.lang.String,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMultimap,org.apache.calcite.util.NameSet,org.apache.calcite.util.NameMap,java.util.List)">CachingCalciteSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;&nbsp;subSchemaMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a>&gt;&nbsp;tableMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.LatticeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.LatticeEntry</a>&gt;&nbsp;latticeMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TypeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TypeEntry</a>&gt;&nbsp;typeMap,
<a href="../../util/NameMultimap.html" title="class in org.apache.calcite.util">NameMultimap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;functionMap,
<a href="../../util/NameSet.html" title="class in org.apache.calcite.util">NameSet</a>&nbsp;functionNames,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;nullaryFunctionMap,
java.util.List&lt;? extends java.util.List&lt;java.lang.String&gt;&gt;&nbsp;path)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../CalciteSchema.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.Schema,java.lang.String,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMultimap,org.apache.calcite.util.NameSet,org.apache.calcite.util.NameMap,java.util.List)">CalciteSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;&nbsp;subSchemaMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a>&gt;&nbsp;tableMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.LatticeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.LatticeEntry</a>&gt;&nbsp;latticeMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TypeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TypeEntry</a>&gt;&nbsp;typeMap,
<a href="../../util/NameMultimap.html" title="class in org.apache.calcite.util">NameMultimap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;functionMap,
<a href="../../util/NameSet.html" title="class in org.apache.calcite.util">NameSet</a>&nbsp;functionNames,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;nullaryFunctionMap,
java.util.List&lt;? extends java.util.List&lt;java.lang.String&gt;&gt;&nbsp;path)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SimpleCalciteSchema.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.schema.Schema,java.lang.String,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMap,org.apache.calcite.util.NameMultimap,org.apache.calcite.util.NameSet,org.apache.calcite.util.NameMap,java.util.List)">SimpleCalciteSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;parent,
<a href="../../schema/Schema.html" title="interface in org.apache.calcite.schema">Schema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&gt;&nbsp;subSchemaMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a>&gt;&nbsp;tableMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.LatticeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.LatticeEntry</a>&gt;&nbsp;latticeMap,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.TypeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TypeEntry</a>&gt;&nbsp;typeMap,
<a href="../../util/NameMultimap.html" title="class in org.apache.calcite.util">NameMultimap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;functionMap,
<a href="../../util/NameSet.html" title="class in org.apache.calcite.util">NameSet</a>&nbsp;functionNames,
<a href="../../util/NameMap.html" title="class in org.apache.calcite.util">NameMap</a>&lt;<a href="../CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a>&gt;&nbsp;nullaryFunctionMap,
java.util.List&lt;? extends java.util.List&lt;java.lang.String&gt;&gt;&nbsp;path)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.materialize">
<!-- -->
</a>
<h3>Uses of <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a> in <a href="../../materialize/package-summary.html">org.apache.calcite.materialize</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../../materialize/package-summary.html">org.apache.calcite.materialize</a> declared as <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Lattice.Builder.</span><code><span class="memberNameLink"><a href="../../materialize/Lattice.Builder.html#rootSchema">rootSchema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Lattice.</span><code><span class="memberNameLink"><a href="../../materialize/Lattice.html#rootSchema">rootSchema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MaterializationActor.Materialization.</span><code><span class="memberNameLink"><a href="../../materialize/MaterializationActor.Materialization.html#rootSchema">rootSchema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MaterializationActor.QueryKey.</span><code><span class="memberNameLink"><a href="../../materialize/MaterializationActor.QueryKey.html#schema">schema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../materialize/package-summary.html">org.apache.calcite.materialize</a> with parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../materialize/Lattice.Builder.html" title="class in org.apache.calcite.materialize">Lattice.Builder</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Lattice.</span><code><span class="memberNameLink"><a href="../../materialize/Lattice.html#builder(org.apache.calcite.jdbc.CalciteSchema,java.lang.String)">builder</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;calciteSchema,
java.lang.String&nbsp;sql)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) static <a href="../../materialize/Lattice.Builder.html" title="class in org.apache.calcite.materialize">Lattice.Builder</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Lattice.</span><code><span class="memberNameLink"><a href="../../materialize/Lattice.html#builder(org.apache.calcite.materialize.LatticeSpace,org.apache.calcite.jdbc.CalciteSchema,java.lang.String)">builder</a></span>&#8203;(<a href="../../materialize/LatticeSpace.html" title="class in org.apache.calcite.materialize">LatticeSpace</a>&nbsp;space,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;calciteSchema,
java.lang.String&nbsp;sql)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../materialize/Lattice.html" title="class in org.apache.calcite.materialize">Lattice</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Lattice.</span><code><span class="memberNameLink"><a href="../../materialize/Lattice.html#create(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,boolean)">create</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;sql,
boolean&nbsp;auto)</code></th>
<td class="colLast">
<div class="block">Creates a Lattice.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../schema/Table.html" title="interface in org.apache.calcite.schema">Table</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MaterializationService.DefaultTableFactory.</span><code><span class="memberNameLink"><a href="../../materialize/MaterializationService.DefaultTableFactory.html#createTable(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,java.util.List)">createTable</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;viewSql,
java.util.List&lt;java.lang.String&gt;&nbsp;viewSchemaPath)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../schema/Table.html" title="interface in org.apache.calcite.schema">Table</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MaterializationService.TableFactory.</span><code><span class="memberNameLink"><a href="../../materialize/MaterializationService.TableFactory.html#createTable(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,java.util.List)">createTable</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;viewSql,
java.util.List&lt;java.lang.String&gt;&nbsp;viewSchemaPath)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../materialize/MaterializationKey.html" title="class in org.apache.calcite.materialize">MaterializationKey</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MaterializationService.</span><code><span class="memberNameLink"><a href="../../materialize/MaterializationService.html#defineMaterialization(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.materialize.TileKey,java.lang.String,java.util.List,java.lang.String,boolean,boolean)">defineMaterialization</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
<a href="../../materialize/TileKey.html" title="class in org.apache.calcite.materialize">TileKey</a>&nbsp;tileKey,
java.lang.String&nbsp;viewSql,
java.util.List&lt;java.lang.String&gt;&nbsp;viewSchemaPath,
java.lang.String&nbsp;suggestedTableName,
boolean&nbsp;create,
boolean&nbsp;existing)</code></th>
<td class="colLast">
<div class="block">Defines a new materialization.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../materialize/MaterializationKey.html" title="class in org.apache.calcite.materialize">MaterializationKey</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MaterializationService.</span><code><span class="memberNameLink"><a href="../../materialize/MaterializationService.html#defineMaterialization(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.materialize.TileKey,java.lang.String,java.util.List,java.lang.String,org.apache.calcite.materialize.MaterializationService.TableFactory,boolean,boolean)">defineMaterialization</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
<a href="../../materialize/TileKey.html" title="class in org.apache.calcite.materialize">TileKey</a>&nbsp;tileKey,
java.lang.String&nbsp;viewSql,
java.util.List&lt;java.lang.String&gt;&nbsp;viewSchemaPath,
java.lang.String&nbsp;suggestedTableName,
<a href="../../materialize/MaterializationService.TableFactory.html" title="interface in org.apache.calcite.materialize">MaterializationService.TableFactory</a>&nbsp;tableFactory,
boolean&nbsp;create,
boolean&nbsp;existing)</code></th>
<td class="colLast">
<div class="block">Defines a new materialization.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../util/Pair.html" title="class in org.apache.calcite.util">Pair</a>&lt;<a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a>,&#8203;<a href="../../materialize/TileKey.html" title="class in org.apache.calcite.materialize">TileKey</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MaterializationService.</span><code><span class="memberNameLink"><a href="../../materialize/MaterializationService.html#defineTile(org.apache.calcite.materialize.Lattice,org.apache.calcite.util.ImmutableBitSet,java.util.List,org.apache.calcite.jdbc.CalciteSchema,boolean,boolean)">defineTile</a></span>&#8203;(<a href="../../materialize/Lattice.html" title="class in org.apache.calcite.materialize">Lattice</a>&nbsp;lattice,
<a href="../../util/ImmutableBitSet.html" title="class in org.apache.calcite.util">ImmutableBitSet</a>&nbsp;groupSet,
java.util.List&lt;<a href="../../materialize/Lattice.Measure.html" title="class in org.apache.calcite.materialize">Lattice.Measure</a>&gt;&nbsp;measureList,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
boolean&nbsp;create,
boolean&nbsp;exact)</code></th>
<td class="colLast">
<div class="block">Defines a tile.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../util/Pair.html" title="class in org.apache.calcite.util">Pair</a>&lt;<a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a>,&#8203;<a href="../../materialize/TileKey.html" title="class in org.apache.calcite.materialize">TileKey</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MaterializationService.</span><code><span class="memberNameLink"><a href="../../materialize/MaterializationService.html#defineTile(org.apache.calcite.materialize.Lattice,org.apache.calcite.util.ImmutableBitSet,java.util.List,org.apache.calcite.jdbc.CalciteSchema,boolean,boolean,java.lang.String,org.apache.calcite.materialize.MaterializationService.TableFactory)">defineTile</a></span>&#8203;(<a href="../../materialize/Lattice.html" title="class in org.apache.calcite.materialize">Lattice</a>&nbsp;lattice,
<a href="../../util/ImmutableBitSet.html" title="class in org.apache.calcite.util">ImmutableBitSet</a>&nbsp;groupSet,
java.util.List&lt;<a href="../../materialize/Lattice.Measure.html" title="class in org.apache.calcite.materialize">Lattice.Measure</a>&gt;&nbsp;measureList,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
boolean&nbsp;create,
boolean&nbsp;exact,
java.lang.String&nbsp;suggestedTableName,
<a href="../../materialize/MaterializationService.TableFactory.html" title="interface in org.apache.calcite.materialize">MaterializationService.TableFactory</a>&nbsp;tableFactory)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../prepare/Prepare.Materialization.html" title="class in org.apache.calcite.prepare">Prepare.Materialization</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MaterializationService.</span><code><span class="memberNameLink"><a href="../../materialize/MaterializationService.html#query(org.apache.calcite.jdbc.CalciteSchema)">query</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema)</code></th>
<td class="colLast">
<div class="block">Gathers a list of all materialized tables known within a given root
schema.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../materialize/package-summary.html">org.apache.calcite.materialize</a> with parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../materialize/Lattice.Builder.html#%3Cinit%3E(org.apache.calcite.materialize.LatticeSpace,org.apache.calcite.jdbc.CalciteSchema,java.lang.String)">Builder</a></span>&#8203;(<a href="../../materialize/LatticeSpace.html" title="class in org.apache.calcite.materialize">LatticeSpace</a>&nbsp;space,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;sql)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../materialize/Lattice.Builder.html#%3Cinit%3E(org.apache.calcite.materialize.LatticeSpace,org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.materialize.MutableNode)">Builder</a></span>&#8203;(<a href="../../materialize/LatticeSpace.html" title="class in org.apache.calcite.materialize">LatticeSpace</a>&nbsp;space,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
<a href="../../materialize/MutableNode.html" title="class in org.apache.calcite.materialize">MutableNode</a>&nbsp;mutableNode)</code></th>
<td class="colLast">
<div class="block">Creates a Builder based upon a mutable node.</div>
</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../materialize/Lattice.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.materialize.LatticeRootNode,boolean,boolean,long,org.apache.calcite.materialize.LatticeStatisticProvider.Factory,java.lang.Double,com.google.common.collect.ImmutableList,com.google.common.collect.ImmutableSortedSet,com.google.common.collect.ImmutableList)">Lattice</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../../materialize/LatticeRootNode.html" title="class in org.apache.calcite.materialize">LatticeRootNode</a>&nbsp;rootNode,
boolean&nbsp;auto,
boolean&nbsp;algorithm,
long&nbsp;algorithmMaxMillis,
<a href="../../materialize/LatticeStatisticProvider.Factory.html" title="interface in org.apache.calcite.materialize">LatticeStatisticProvider.Factory</a>&nbsp;statisticProviderFactory,
java.lang.Double&nbsp;rowCountEstimate,
com.google.common.collect.ImmutableList&lt;<a href="../../materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;columns,
com.google.common.collect.ImmutableSortedSet&lt;<a href="../../materialize/Lattice.Measure.html" title="class in org.apache.calcite.materialize">Lattice.Measure</a>&gt;&nbsp;defaultMeasures,
com.google.common.collect.ImmutableList&lt;<a href="../../materialize/Lattice.Tile.html" title="class in org.apache.calcite.materialize">Lattice.Tile</a>&gt;&nbsp;tiles)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../materialize/MaterializationActor.Materialization.html#%3Cinit%3E(org.apache.calcite.materialize.MaterializationKey,org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.jdbc.CalciteSchema.TableEntry,java.lang.String,org.apache.calcite.rel.type.RelDataType,java.util.List)">Materialization</a></span>&#8203;(<a href="../../materialize/MaterializationKey.html" title="class in org.apache.calcite.materialize">MaterializationKey</a>&nbsp;key,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a>&nbsp;materializedTable,
java.lang.String&nbsp;sql,
<a href="../../rel/type/RelDataType.html" title="interface in org.apache.calcite.rel.type">RelDataType</a>&nbsp;rowType,
java.util.List&lt;java.lang.String&gt;&nbsp;viewSchemaPath)</code></th>
<td class="colLast">
<div class="block">Creates a materialization.</div>
</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../materialize/MaterializationActor.QueryKey.html#%3Cinit%3E(java.lang.String,org.apache.calcite.jdbc.CalciteSchema,java.util.List)">QueryKey</a></span>&#8203;(java.lang.String&nbsp;sql,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.util.List&lt;java.lang.String&gt;&nbsp;path)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.prepare">
<!-- -->
</a>
<h3>Uses of <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a> in <a href="../../prepare/package-summary.html">org.apache.calcite.prepare</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../../prepare/package-summary.html">org.apache.calcite.prepare</a> declared as <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteCatalogReader.</span><code><span class="memberNameLink"><a href="../../prepare/CalciteCatalogReader.html#rootSchema">rootSchema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalcitePrepareImpl.CalcitePreparingStmt.</span><code><span class="memberNameLink"><a href="../../prepare/CalcitePrepareImpl.CalcitePreparingStmt.html#schema">schema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../prepare/package-summary.html">org.apache.calcite.prepare</a> that return <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteCatalogReader.</span><code><span class="memberNameLink"><a href="../../prepare/CalciteCatalogReader.html#getRootSchema()">getRootSchema</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../prepare/package-summary.html">org.apache.calcite.prepare</a> with parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../sql/validate/SqlMonikerImpl.html" title="class in org.apache.calcite.sql.validate">SqlMonikerImpl</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteCatalogReader.</span><code><span class="memberNameLink"><a href="../../prepare/CalciteCatalogReader.html#moniker(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,org.apache.calcite.sql.validate.SqlMonikerType)">moniker</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name,
<a href="../../sql/validate/SqlMonikerType.html" title="enum in org.apache.calcite.sql.validate">SqlMonikerType</a>&nbsp;type)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteMaterializer.</span><code><span class="memberNameLink"><a href="../../prepare/CalciteMaterializer.html#useStar(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.prepare.Prepare.Materialization)">useStar</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
<a href="../../prepare/Prepare.Materialization.html" title="class in org.apache.calcite.prepare">Prepare.Materialization</a>&nbsp;materialization)</code></th>
<td class="colLast">
<div class="block">Converts a relational expression to use a
<a href="../../schema/impl/StarTable.html" title="class in org.apache.calcite.schema.impl"><code>StarTable</code></a> defined in <code>schema</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.Iterable&lt;<a href="../../prepare/CalciteMaterializer.Callback.html" title="class in org.apache.calcite.prepare">CalciteMaterializer.Callback</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteMaterializer.</span><code><span class="memberNameLink"><a href="../../prepare/CalciteMaterializer.html#useStar(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.rel.RelNode)">useStar</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
<a href="../../rel/RelNode.html" title="interface in org.apache.calcite.rel">RelNode</a>&nbsp;queryRel)</code></th>
<td class="colLast">
<div class="block">Converts a relational expression to use a
<a href="../../schema/impl/StarTable.html" title="class in org.apache.calcite.schema.impl"><code>StarTable</code></a> defined in <code>schema</code>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../prepare/package-summary.html">org.apache.calcite.prepare</a> with parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../prepare/CalciteCatalogReader.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.util.List,org.apache.calcite.rel.type.RelDataTypeFactory,org.apache.calcite.config.CalciteConnectionConfig)">CalciteCatalogReader</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
java.util.List&lt;java.lang.String&gt;&nbsp;defaultSchema,
<a href="../../rel/type/RelDataTypeFactory.html" title="interface in org.apache.calcite.rel.type">RelDataTypeFactory</a>&nbsp;typeFactory,
<a href="../../config/CalciteConnectionConfig.html" title="interface in org.apache.calcite.config">CalciteConnectionConfig</a>&nbsp;config)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../prepare/CalciteCatalogReader.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.sql.validate.SqlNameMatcher,java.util.List,org.apache.calcite.rel.type.RelDataTypeFactory,org.apache.calcite.config.CalciteConnectionConfig)">CalciteCatalogReader</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../../sql/validate/SqlNameMatcher.html" title="interface in org.apache.calcite.sql.validate">SqlNameMatcher</a>&nbsp;nameMatcher,
java.util.List&lt;java.util.List&lt;java.lang.String&gt;&gt;&nbsp;schemaPaths,
<a href="../../rel/type/RelDataTypeFactory.html" title="interface in org.apache.calcite.rel.type">RelDataTypeFactory</a>&nbsp;typeFactory,
<a href="../../config/CalciteConnectionConfig.html" title="interface in org.apache.calcite.config">CalciteConnectionConfig</a>&nbsp;config)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../prepare/CalciteMaterializer.html#%3Cinit%3E(org.apache.calcite.prepare.CalcitePrepareImpl,org.apache.calcite.jdbc.CalcitePrepare.Context,org.apache.calcite.prepare.Prepare.CatalogReader,org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.plan.RelOptPlanner,org.apache.calcite.sql2rel.SqlRexConvertletTable)">CalciteMaterializer</a></span>&#8203;(<a href="../../prepare/CalcitePrepareImpl.html" title="class in org.apache.calcite.prepare">CalcitePrepareImpl</a>&nbsp;prepare,
<a href="../CalcitePrepare.Context.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare.Context</a>&nbsp;context,
<a href="../../prepare/Prepare.CatalogReader.html" title="interface in org.apache.calcite.prepare">Prepare.CatalogReader</a>&nbsp;catalogReader,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
<a href="../../plan/RelOptPlanner.html" title="interface in org.apache.calcite.plan">RelOptPlanner</a>&nbsp;planner,
<a href="../../sql2rel/SqlRexConvertletTable.html" title="interface in org.apache.calcite.sql2rel">SqlRexConvertletTable</a>&nbsp;convertletTable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../prepare/CalcitePrepareImpl.CalcitePreparingStmt.html#%3Cinit%3E(org.apache.calcite.prepare.CalcitePrepareImpl,org.apache.calcite.jdbc.CalcitePrepare.Context,org.apache.calcite.prepare.Prepare.CatalogReader,org.apache.calcite.rel.type.RelDataTypeFactory,org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.adapter.enumerable.EnumerableRel.Prefer,org.apache.calcite.plan.RelOptPlanner,org.apache.calcite.plan.Convention,org.apache.calcite.sql2rel.SqlRexConvertletTable)">CalcitePreparingStmt</a></span>&#8203;(<a href="../../prepare/CalcitePrepareImpl.html" title="class in org.apache.calcite.prepare">CalcitePrepareImpl</a>&nbsp;prepare,
<a href="../CalcitePrepare.Context.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare.Context</a>&nbsp;context,
<a href="../../prepare/Prepare.CatalogReader.html" title="interface in org.apache.calcite.prepare">Prepare.CatalogReader</a>&nbsp;catalogReader,
<a href="../../rel/type/RelDataTypeFactory.html" title="interface in org.apache.calcite.rel.type">RelDataTypeFactory</a>&nbsp;typeFactory,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
<a href="../../adapter/enumerable/EnumerableRel.Prefer.html" title="enum in org.apache.calcite.adapter.enumerable">EnumerableRel.Prefer</a>&nbsp;prefer,
<a href="../../plan/RelOptPlanner.html" title="interface in org.apache.calcite.plan">RelOptPlanner</a>&nbsp;planner,
<a href="../../plan/Convention.html" title="interface in org.apache.calcite.plan">Convention</a>&nbsp;resultConvention,
<a href="../../sql2rel/SqlRexConvertletTable.html" title="interface in org.apache.calcite.sql2rel">SqlRexConvertletTable</a>&nbsp;convertletTable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.schema">
<!-- -->
</a>
<h3>Uses of <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a> in <a href="../../schema/package-summary.html">org.apache.calcite.schema</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../schema/package-summary.html">org.apache.calcite.schema</a> that return <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#subSchema(org.apache.calcite.jdbc.CalciteSchema,java.lang.Iterable)">subSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.Iterable&lt;java.lang.String&gt;&nbsp;names)</code></th>
<td class="colLast">
<div class="block">Returns a sub-schema of a given schema obtained by following a sequence
of names.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../schema/package-summary.html">org.apache.calcite.schema</a> with parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../CalcitePrepare.AnalyzeViewResult.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.AnalyzeViewResult</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#analyzeView(org.apache.calcite.jdbc.CalciteConnection,org.apache.calcite.jdbc.CalciteSchema,java.util.List,java.lang.String,java.util.List,boolean)">analyzeView</a></span>&#8203;(<a href="../CalciteConnection.html" title="interface in org.apache.calcite.jdbc">CalciteConnection</a>&nbsp;connection,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.util.List&lt;java.lang.String&gt;&nbsp;schemaPath,
java.lang.String&nbsp;viewSql,
java.util.List&lt;java.lang.String&gt;&nbsp;viewPath,
boolean&nbsp;fail)</code></th>
<td class="colLast">
<div class="block">Analyzes a view.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../CalcitePrepare.ConvertResult.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.ConvertResult</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#convert(org.apache.calcite.jdbc.CalciteConnection,org.apache.calcite.jdbc.CalciteSchema,java.util.List,java.lang.String)">convert</a></span>&#8203;(<a href="../CalciteConnection.html" title="interface in org.apache.calcite.jdbc">CalciteConnection</a>&nbsp;connection,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.util.List&lt;java.lang.String&gt;&nbsp;schemaPath,
java.lang.String&nbsp;sql)</code></th>
<td class="colLast">
<div class="block">Parses and validates a SQL query and converts to relational algebra.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#gatherLattices(org.apache.calcite.jdbc.CalciteSchema,java.util.List)">gatherLattices</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.util.List&lt;<a href="../CalciteSchema.LatticeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.LatticeEntry</a>&gt;&nbsp;list)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.List&lt;<a href="../CalciteSchema.LatticeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.LatticeEntry</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#getLatticeEntries(org.apache.calcite.jdbc.CalciteSchema)">getLatticeEntries</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema)</code></th>
<td class="colLast">
<div class="block">Returns the lattices defined in a schema.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.List&lt;<a href="../../materialize/Lattice.html" title="class in org.apache.calcite.materialize">Lattice</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#getLattices(org.apache.calcite.jdbc.CalciteSchema)">getLattices</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema)</code></th>
<td class="colLast">
<div class="block">Returns the lattices defined in a schema.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.List&lt;<a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#getStarTables(org.apache.calcite.jdbc.CalciteSchema)">getStarTables</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema)</code></th>
<td class="colLast">
<div class="block">Returns the star tables defined in a schema.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static <a href="../CalcitePrepare.Context.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare.Context</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#makeContext(org.apache.calcite.config.CalciteConnectionConfig,org.apache.calcite.adapter.java.JavaTypeFactory,org.apache.calcite.DataContext,org.apache.calcite.jdbc.CalciteSchema,java.util.List,java.util.List)">makeContext</a></span>&#8203;(<a href="../../config/CalciteConnectionConfig.html" title="interface in org.apache.calcite.config">CalciteConnectionConfig</a>&nbsp;connectionConfig,
<a href="../../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java">JavaTypeFactory</a>&nbsp;typeFactory,
<a href="../../DataContext.html" title="interface in org.apache.calcite">DataContext</a>&nbsp;dataContext,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.util.List&lt;java.lang.String&gt;&nbsp;schemaPath,
java.util.List&lt;java.lang.String&gt;&nbsp;objectPath_)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private static <a href="../CalcitePrepare.Context.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare.Context</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#makeContext(org.apache.calcite.jdbc.CalciteConnection,org.apache.calcite.jdbc.CalciteSchema,java.util.List,java.util.List,com.google.common.collect.ImmutableMap)">makeContext</a></span>&#8203;(<a href="../CalciteConnection.html" title="interface in org.apache.calcite.jdbc">CalciteConnection</a>&nbsp;connection,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.util.List&lt;java.lang.String&gt;&nbsp;schemaPath,
java.util.List&lt;java.lang.String&gt;&nbsp;objectPath,
com.google.common.collect.ImmutableMap&lt;<a href="../../config/CalciteConnectionProperty.html" title="enum in org.apache.calcite.config">CalciteConnectionProperty</a>,&#8203;java.lang.String&gt;&nbsp;propValues)</code></th>
<td class="colLast">
<div class="block">Creates a context for the purposes of preparing a statement.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../CalcitePrepare.ParseResult.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.ParseResult</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#parse(org.apache.calcite.jdbc.CalciteConnection,org.apache.calcite.jdbc.CalciteSchema,java.util.List,java.lang.String)">parse</a></span>&#8203;(<a href="../CalciteConnection.html" title="interface in org.apache.calcite.jdbc">CalciteConnection</a>&nbsp;connection,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.util.List&lt;java.lang.String&gt;&nbsp;schemaPath,
java.lang.String&nbsp;sql)</code></th>
<td class="colLast">
<div class="block">Parses and validates a SQL query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../schema/Path.html" title="interface in org.apache.calcite.schema">Path</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#path(org.apache.calcite.jdbc.CalciteSchema,java.lang.Iterable)">path</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
java.lang.Iterable&lt;java.lang.String&gt;&nbsp;names)</code></th>
<td class="colLast">
<div class="block">Creates a path with a given list of names starting from a given root
schema.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../CalcitePrepare.CalciteSignature.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.CalciteSignature</a>&lt;java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#prepare(org.apache.calcite.jdbc.CalciteConnection,org.apache.calcite.jdbc.CalciteSchema,java.util.List,java.lang.String,com.google.common.collect.ImmutableMap)">prepare</a></span>&#8203;(<a href="../CalciteConnection.html" title="interface in org.apache.calcite.jdbc">CalciteConnection</a>&nbsp;connection,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.util.List&lt;java.lang.String&gt;&nbsp;schemaPath,
java.lang.String&nbsp;sql,
com.google.common.collect.ImmutableMap&lt;<a href="../../config/CalciteConnectionProperty.html" title="enum in org.apache.calcite.config">CalciteConnectionProperty</a>,&#8203;java.lang.String&gt;&nbsp;map)</code></th>
<td class="colLast">
<div class="block">Prepares a SQL query for execution.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#subSchema(org.apache.calcite.jdbc.CalciteSchema,java.lang.Iterable)">subSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.Iterable&lt;java.lang.String&gt;&nbsp;names)</code></th>
<td class="colLast">
<div class="block">Returns a sub-schema of a given schema obtained by following a sequence
of names.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Schemas.</span><code><span class="memberNameLink"><a href="../../schema/Schemas.html#uniqueTableName(org.apache.calcite.jdbc.CalciteSchema,java.lang.String)">uniqueTableName</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;base)</code></th>
<td class="colLast">
<div class="block">Generates a table name that is unique within the given schema.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.schema.impl">
<!-- -->
</a>
<h3>Uses of <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a> in <a href="../../schema/impl/package-summary.html">org.apache.calcite.schema.impl</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../../schema/impl/package-summary.html">org.apache.calcite.schema.impl</a> declared as <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ViewTableMacro.</span><code><span class="memberNameLink"><a href="../../schema/impl/ViewTableMacro.html#schema">schema</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../schema/impl/package-summary.html">org.apache.calcite.schema.impl</a> with parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../schema/impl/MaterializedViewTable.MaterializedViewTableMacro.html" title="class in org.apache.calcite.schema.impl">MaterializedViewTable.MaterializedViewTableMacro</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MaterializedViewTable.</span><code><span class="memberNameLink"><a href="../../schema/impl/MaterializedViewTable.html#create(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,java.util.List,java.util.List,java.lang.String,boolean)">create</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;viewSql,
java.util.List&lt;java.lang.String&gt;&nbsp;viewSchemaPath,
java.util.List&lt;java.lang.String&gt;&nbsp;viewPath,
java.lang.String&nbsp;suggestedTableName,
boolean&nbsp;existing)</code></th>
<td class="colLast">
<div class="block">Table macro that returns a materialized view.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../schema/impl/ModifiableViewTable.html" title="class in org.apache.calcite.schema.impl">ModifiableViewTable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ViewTableMacro.</span><code><span class="memberNameLink"><a href="../../schema/impl/ViewTableMacro.html#modifiableViewTable(org.apache.calcite.jdbc.CalcitePrepare.AnalyzeViewResult,java.lang.String,java.util.List,java.util.List,org.apache.calcite.jdbc.CalciteSchema)">modifiableViewTable</a></span>&#8203;(<a href="../CalcitePrepare.AnalyzeViewResult.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.AnalyzeViewResult</a>&nbsp;parsed,
java.lang.String&nbsp;viewSql,
java.util.List&lt;java.lang.String&gt;&nbsp;schemaPath,
java.util.List&lt;java.lang.String&gt;&nbsp;viewPath,
<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema)</code></th>
<td class="colLast">
<div class="block">Allows a sub-class to return an extension of <a href="../../schema/impl/ModifiableViewTable.html" title="class in org.apache.calcite.schema.impl"><code>ModifiableViewTable</code></a>
by overriding this method.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../schema/impl/package-summary.html">org.apache.calcite.schema.impl</a> with parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../schema/impl/MaterializedViewTable.MaterializedViewTableMacro.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,java.util.List,java.util.List,java.lang.String,boolean)">MaterializedViewTableMacro</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;viewSql,
java.util.List&lt;java.lang.String&gt;&nbsp;viewSchemaPath,
java.util.List&lt;java.lang.String&gt;&nbsp;viewPath,
java.lang.String&nbsp;suggestedTableName,
boolean&nbsp;existing)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../schema/impl/ViewTableMacro.html#%3Cinit%3E(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,java.util.List,java.util.List,java.lang.Boolean)">ViewTableMacro</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;viewSql,
java.util.List&lt;java.lang.String&gt;&nbsp;schemaPath,
java.util.List&lt;java.lang.String&gt;&nbsp;viewPath,
java.lang.Boolean&nbsp;modifiable)</code></th>
<td class="colLast">
<div class="block">Creates a ViewTableMacro.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.sql.ddl">
<!-- -->
</a>
<h3>Uses of <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a> in <a href="../../sql/ddl/package-summary.html">org.apache.calcite.sql.ddl</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../sql/ddl/package-summary.html">org.apache.calcite.sql.ddl</a> that return types with arguments of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>(package private) static <a href="../../util/Pair.html" title="class in org.apache.calcite.util">Pair</a>&lt;<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>,&#8203;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SqlDdlNodes.</span><code><span class="memberNameLink"><a href="../../sql/ddl/SqlDdlNodes.html#schema(org.apache.calcite.jdbc.CalcitePrepare.Context,boolean,org.apache.calcite.sql.SqlIdentifier)">schema</a></span>&#8203;(<a href="../CalcitePrepare.Context.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare.Context</a>&nbsp;context,
boolean&nbsp;mutable,
<a href="../../sql/SqlIdentifier.html" title="class in org.apache.calcite.sql">SqlIdentifier</a>&nbsp;id)</code></th>
<td class="colLast">
<div class="block">Returns the schema in which to create an object.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.sql.validate">
<!-- -->
</a>
<h3>Uses of <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a> in <a href="../../sql/validate/package-summary.html">org.apache.calcite.sql.validate</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../sql/validate/package-summary.html">org.apache.calcite.sql.validate</a> that return <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SqlValidatorCatalogReader.</span><code><span class="memberNameLink"><a href="../../sql/validate/SqlValidatorCatalogReader.html#getRootSchema()">getRootSchema</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the root namespace for name resolution.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SqlValidatorUtil.</span><code><span class="memberNameLink"><a href="../../sql/validate/SqlValidatorUtil.html#getSchema(org.apache.calcite.jdbc.CalciteSchema,java.lang.Iterable,org.apache.calcite.sql.validate.SqlNameMatcher)">getSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
java.lang.Iterable&lt;java.lang.String&gt;&nbsp;schemaPath,
<a href="../../sql/validate/SqlNameMatcher.html" title="interface in org.apache.calcite.sql.validate">SqlNameMatcher</a>&nbsp;nameMatcher)</code></th>
<td class="colLast">
<div class="block">Finds and returns <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema</code></a> nested to the given rootSchema
with specified schemaPath.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../sql/validate/package-summary.html">org.apache.calcite.sql.validate</a> with parameters of type <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SqlValidatorUtil.</span><code><span class="memberNameLink"><a href="../../sql/validate/SqlValidatorUtil.html#getSchema(org.apache.calcite.jdbc.CalciteSchema,java.lang.Iterable,org.apache.calcite.sql.validate.SqlNameMatcher)">getSchema</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
java.lang.Iterable&lt;java.lang.String&gt;&nbsp;schemaPath,
<a href="../../sql/validate/SqlNameMatcher.html" title="interface in org.apache.calcite.sql.validate">SqlNameMatcher</a>&nbsp;nameMatcher)</code></th>
<td class="colLast">
<div class="block">Finds and returns <a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema</code></a> nested to the given rootSchema
with specified schemaPath.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private static <a href="../CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SqlValidatorUtil.</span><code><span class="memberNameLink"><a href="../../sql/validate/SqlValidatorUtil.html#getTableEntryFrom(org.apache.calcite.jdbc.CalciteSchema,java.lang.String,boolean)">getTableEntryFrom</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;schema,
java.lang.String&nbsp;name,
boolean&nbsp;caseSensitive)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../CalciteSchema.TypeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TypeEntry</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SqlValidatorUtil.</span><code><span class="memberNameLink"><a href="../../sql/validate/SqlValidatorUtil.html#getTypeEntry(org.apache.calcite.jdbc.CalciteSchema,org.apache.calcite.sql.SqlIdentifier)">getTypeEntry</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../../sql/SqlIdentifier.html" title="class in org.apache.calcite.sql">SqlIdentifier</a>&nbsp;typeName)</code></th>
<td class="colLast">
<div class="block">Finds a <a href="../CalciteSchema.TypeEntry.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema.TypeEntry</code></a> in a
given schema whose type has the given name, possibly qualified.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EmptyScope.</span><code><span class="memberNameLink"><a href="../../sql/validate/EmptyScope.html#resolve_(org.apache.calcite.jdbc.CalciteSchema,java.util.List,java.util.List,org.apache.calcite.sql.validate.SqlNameMatcher,org.apache.calcite.sql.validate.SqlValidatorScope.Path,org.apache.calcite.sql.validate.SqlValidatorScope.Resolved)">resolve_</a></span>&#8203;(<a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
java.util.List&lt;java.lang.String&gt;&nbsp;names,
java.util.List&lt;java.lang.String&gt;&nbsp;schemaNames,
<a href="../../sql/validate/SqlNameMatcher.html" title="interface in org.apache.calcite.sql.validate">SqlNameMatcher</a>&nbsp;nameMatcher,
<a href="../../sql/validate/SqlValidatorScope.Path.html" title="class in org.apache.calcite.sql.validate">SqlValidatorScope.Path</a>&nbsp;path,
<a href="../../sql/validate/SqlValidatorScope.Resolved.html" title="interface in org.apache.calcite.sql.validate">SqlValidatorScope.Resolved</a>&nbsp;resolved)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</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><a href="../package-summary.html">Package</a></li>
<li><a href="../CalciteSchema.html" title="class in org.apache.calcite.jdbc">Class</a></li>
<li class="navBarCell1Rev">Use</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>