blob: a6d1771ef335960987acc0063cec163fbcc7d7c2 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Interface org.apache.calcite.util.Source (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 Interface org.apache.calcite.util.Source (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="../Source.html" title="interface in org.apache.calcite.util">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 Interface org.apache.calcite.util.Source" class="title">Uses of Interface<br>org.apache.calcite.util.Source</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../Source.html" title="interface in org.apache.calcite.util">Source</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.adapter.csv">org.apache.calcite.adapter.csv</a></th>
<td class="colLast">
<div class="block">Calcite query provider that reads from CSV (comma-separated value) files.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.adapter.file">org.apache.calcite.adapter.file</a></th>
<td class="colLast">
<div class="block">Calcite query provider that reads from web tables (HTML).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.util">org.apache.calcite.util</a></th>
<td class="colLast">
<div class="block">Provides utility classes.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.apache.calcite.adapter.csv">
<!-- -->
</a>
<h3>Uses of <a href="../Source.html" title="interface in org.apache.calcite.util">Source</a> in <a href="../../adapter/csv/package-summary.html">org.apache.calcite.adapter.csv</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../../adapter/csv/package-summary.html">org.apache.calcite.adapter.csv</a> declared as <a href="../Source.html" title="interface in org.apache.calcite.util">Source</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="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CsvTable.</span><code><span class="memberNameLink"><a href="../../adapter/csv/CsvTable.html#source">source</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">JsonTable.</span><code><span class="memberNameLink"><a href="../../adapter/csv/JsonTable.html#source">source</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../adapter/csv/package-summary.html">org.apache.calcite.adapter.csv</a> with parameters of type <a href="../Source.html" title="interface in org.apache.calcite.util">Source</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="../../schema/Table.html" title="interface in org.apache.calcite.schema">Table</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CsvSchema.</span><code><span class="memberNameLink"><a href="../../adapter/csv/CsvSchema.html#createTable(org.apache.calcite.util.Source)">createTable</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source)</code></th>
<td class="colLast">
<div class="block">Creates different sub-type of table based on the "flavor" attribute.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) static <a href="../../rel/type/RelDataType.html" title="interface in org.apache.calcite.rel.type">RelDataType</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CsvEnumerator.</span><code><span class="memberNameLink"><a href="../../adapter/csv/CsvEnumerator.html#deduceRowType(org.apache.calcite.adapter.java.JavaTypeFactory,org.apache.calcite.util.Source,java.util.List)">deduceRowType</a></span>&#8203;(<a href="../../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java">JavaTypeFactory</a>&nbsp;typeFactory,
<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
java.util.List&lt;<a href="../../adapter/csv/CsvFieldType.html" title="enum in org.apache.calcite.adapter.csv">CsvFieldType</a>&gt;&nbsp;fieldTypes)</code></th>
<td class="colLast">
<div class="block">Deduces the names and types of a table's columns by reading the first line
of a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) static <a href="../../rel/type/RelDataType.html" title="interface in org.apache.calcite.rel.type">RelDataType</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CsvEnumerator.</span><code><span class="memberNameLink"><a href="../../adapter/csv/CsvEnumerator.html#deduceRowType(org.apache.calcite.adapter.java.JavaTypeFactory,org.apache.calcite.util.Source,java.util.List,java.lang.Boolean)">deduceRowType</a></span>&#8203;(<a href="../../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java">JavaTypeFactory</a>&nbsp;typeFactory,
<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
java.util.List&lt;<a href="../../adapter/csv/CsvFieldType.html" title="enum in org.apache.calcite.adapter.csv">CsvFieldType</a>&gt;&nbsp;fieldTypes,
java.lang.Boolean&nbsp;stream)</code></th>
<td class="colLast">
<div class="block">Deduces the names and types of a table's columns by reading the first line
of a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static au.com.bytecode.opencsv.CSVReader</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CsvEnumerator.</span><code><span class="memberNameLink"><a href="../../adapter/csv/CsvEnumerator.html#openCsv(org.apache.calcite.util.Source)">openCsv</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../adapter/csv/package-summary.html">org.apache.calcite.adapter.csv</a> with parameters of type <a href="../Source.html" title="interface in org.apache.calcite.util">Source</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="../../adapter/csv/CsvEnumerator.html#%3Cinit%3E(org.apache.calcite.util.Source,java.util.concurrent.atomic.AtomicBoolean,boolean,java.lang.String%5B%5D,org.apache.calcite.adapter.csv.CsvEnumerator.RowConverter)">CsvEnumerator</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
java.util.concurrent.atomic.AtomicBoolean&nbsp;cancelFlag,
boolean&nbsp;stream,
java.lang.String[]&nbsp;filterValues,
<a href="../../adapter/csv/CsvEnumerator.RowConverter.html" title="class in org.apache.calcite.adapter.csv">CsvEnumerator.RowConverter</a>&lt;<a href="../../adapter/csv/CsvEnumerator.html" title="type parameter in CsvEnumerator">E</a>&gt;&nbsp;rowConverter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/CsvEnumerator.html#%3Cinit%3E(org.apache.calcite.util.Source,java.util.concurrent.atomic.AtomicBoolean,java.util.List)">CsvEnumerator</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
java.util.concurrent.atomic.AtomicBoolean&nbsp;cancelFlag,
java.util.List&lt;<a href="../../adapter/csv/CsvFieldType.html" title="enum in org.apache.calcite.adapter.csv">CsvFieldType</a>&gt;&nbsp;fieldTypes)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/CsvEnumerator.html#%3Cinit%3E(org.apache.calcite.util.Source,java.util.concurrent.atomic.AtomicBoolean,java.util.List,int%5B%5D)">CsvEnumerator</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
java.util.concurrent.atomic.AtomicBoolean&nbsp;cancelFlag,
java.util.List&lt;<a href="../../adapter/csv/CsvFieldType.html" title="enum in org.apache.calcite.adapter.csv">CsvFieldType</a>&gt;&nbsp;fieldTypes,
int[]&nbsp;fields)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/CsvFilterableTable.html#%3Cinit%3E(org.apache.calcite.util.Source,org.apache.calcite.rel.type.RelProtoDataType)">CsvFilterableTable</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
<a href="../../rel/type/RelProtoDataType.html" title="interface in org.apache.calcite.rel.type">RelProtoDataType</a>&nbsp;protoRowType)</code></th>
<td class="colLast">
<div class="block">Creates a CsvFilterableTable.</div>
</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/CsvScannableTable.html#%3Cinit%3E(org.apache.calcite.util.Source,org.apache.calcite.rel.type.RelProtoDataType)">CsvScannableTable</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
<a href="../../rel/type/RelProtoDataType.html" title="interface in org.apache.calcite.rel.type">RelProtoDataType</a>&nbsp;protoRowType)</code></th>
<td class="colLast">
<div class="block">Creates a CsvScannableTable.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/CsvStreamReader.html#%3Cinit%3E(org.apache.calcite.util.Source)">CsvStreamReader</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/CsvStreamReader.html#%3Cinit%3E(org.apache.calcite.util.Source,char,char,char,int,boolean,boolean)">CsvStreamReader</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
char&nbsp;separator,
char&nbsp;quoteChar,
char&nbsp;escape,
int&nbsp;line,
boolean&nbsp;strictQuotes,
boolean&nbsp;ignoreLeadingWhiteSpace)</code></th>
<td class="colLast">
<div class="block">Creates a CsvStreamReader with supplied separator and quote char.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/CsvStreamScannableTable.html#%3Cinit%3E(org.apache.calcite.util.Source,org.apache.calcite.rel.type.RelProtoDataType)">CsvStreamScannableTable</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
<a href="../../rel/type/RelProtoDataType.html" title="interface in org.apache.calcite.rel.type">RelProtoDataType</a>&nbsp;protoRowType)</code></th>
<td class="colLast">
<div class="block">Creates a CsvScannableTable.</div>
</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/CsvTable.html#%3Cinit%3E(org.apache.calcite.util.Source,org.apache.calcite.rel.type.RelProtoDataType)">CsvTable</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
<a href="../../rel/type/RelProtoDataType.html" title="interface in org.apache.calcite.rel.type">RelProtoDataType</a>&nbsp;protoRowType)</code></th>
<td class="colLast">
<div class="block">Creates a CsvTable.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/CsvTranslatableTable.html#%3Cinit%3E(org.apache.calcite.util.Source,org.apache.calcite.rel.type.RelProtoDataType)">CsvTranslatableTable</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
<a href="../../rel/type/RelProtoDataType.html" title="interface in org.apache.calcite.rel.type">RelProtoDataType</a>&nbsp;protoRowType)</code></th>
<td class="colLast">
<div class="block">Creates a CsvTable.</div>
</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/JsonEnumerator.html#%3Cinit%3E(org.apache.calcite.util.Source)">JsonEnumerator</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/csv/JsonTable.html#%3Cinit%3E(org.apache.calcite.util.Source)">JsonTable</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source)</code></th>
<td class="colLast">
<div class="block">Creates a JsonTable.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.adapter.file">
<!-- -->
</a>
<h3>Uses of <a href="../Source.html" title="interface in org.apache.calcite.util">Source</a> in <a href="../../adapter/file/package-summary.html">org.apache.calcite.adapter.file</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../../adapter/file/package-summary.html">org.apache.calcite.adapter.file</a> declared as <a href="../Source.html" title="interface in org.apache.calcite.util">Source</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="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FileReader.</span><code><span class="memberNameLink"><a href="../../adapter/file/FileReader.html#source">source</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../adapter/file/package-summary.html">org.apache.calcite.adapter.file</a> with parameters of type <a href="../Source.html" title="interface in org.apache.calcite.util">Source</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 boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FileSchema.</span><code><span class="memberNameLink"><a href="../../adapter/file/FileSchema.html#addTable(com.google.common.collect.ImmutableMap.Builder,org.apache.calcite.util.Source,java.lang.String,java.util.Map)">addTable</a></span>&#8203;(com.google.common.collect.ImmutableMap.Builder&lt;java.lang.String,&#8203;<a href="../../schema/Table.html" title="interface in org.apache.calcite.schema">Table</a>&gt;&nbsp;builder,
<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
java.lang.String&nbsp;tableName,
java.util.Map&lt;java.lang.String,&#8203;java.lang.Object&gt;&nbsp;tableDef)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) static <a href="../../adapter/file/FileTable.html" title="class in org.apache.calcite.adapter.file">FileTable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FileTable.</span><code><span class="memberNameLink"><a href="../../adapter/file/FileTable.html#create(org.apache.calcite.util.Source,java.util.Map)">create</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
java.util.Map&lt;java.lang.String,&#8203;java.lang.Object&gt;&nbsp;tableDef)</code></th>
<td class="colLast">
<div class="block">Creates a FileTable.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../adapter/file/package-summary.html">org.apache.calcite.adapter.file</a> with parameters of type <a href="../Source.html" title="interface in org.apache.calcite.util">Source</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="../../adapter/file/FileReader.html#%3Cinit%3E(org.apache.calcite.util.Source)">FileReader</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/file/FileReader.html#%3Cinit%3E(org.apache.calcite.util.Source,java.lang.String)">FileReader</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
java.lang.String&nbsp;selector)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/file/FileReader.html#%3Cinit%3E(org.apache.calcite.util.Source,java.lang.String,java.lang.Integer)">FileReader</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
java.lang.String&nbsp;selector,
java.lang.Integer&nbsp;index)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../adapter/file/FileTable.html#%3Cinit%3E(org.apache.calcite.util.Source,java.lang.String,java.lang.Integer,org.apache.calcite.rel.type.RelProtoDataType,java.util.List)">FileTable</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source,
java.lang.String&nbsp;selector,
java.lang.Integer&nbsp;index,
<a href="../../rel/type/RelProtoDataType.html" title="interface in org.apache.calcite.rel.type">RelProtoDataType</a>&nbsp;protoRowType,
java.util.List&lt;java.util.Map&lt;java.lang.String,&#8203;java.lang.Object&gt;&gt;&nbsp;fieldConfigs)</code></th>
<td class="colLast">
<div class="block">Creates a FileTable.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.util">
<!-- -->
</a>
<h3>Uses of <a href="../Source.html" title="interface in org.apache.calcite.util">Source</a> in <a href="../package-summary.html">org.apache.calcite.util</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../package-summary.html">org.apache.calcite.util</a> that implement <a href="../Source.html" title="interface in org.apache.calcite.util">Source</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>private static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Sources.FileSource.html" title="class in org.apache.calcite.util">Sources.FileSource</a></span></code></th>
<td class="colLast">
<div class="block">Implementation of <a href="../Source.html" title="interface in org.apache.calcite.util"><code>Source</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.calcite.util</a> that return <a href="../Source.html" title="interface in org.apache.calcite.util">Source</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="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Source.</span><code><span class="memberNameLink"><a href="../Source.html#append(org.apache.calcite.util.Source)">append</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;child)</code></th>
<td class="colLast">
<div class="block">Returns a source whose path concatenates this with a child.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.FileSource.</span><code><span class="memberNameLink"><a href="../Sources.FileSource.html#append(org.apache.calcite.util.Source)">append</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;child)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.</span><code><span class="memberNameLink"><a href="../Sources.html#file(java.io.File,java.lang.String)">file</a></span>&#8203;(java.io.File&nbsp;baseDirectory,
java.lang.String&nbsp;fileName)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.</span><code><span class="memberNameLink"><a href="../Sources.html#of(java.io.File)">of</a></span>&#8203;(java.io.File&nbsp;file)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.</span><code><span class="memberNameLink"><a href="../Sources.html#of(java.net.URL)">of</a></span>&#8203;(java.net.URL&nbsp;url)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Source.</span><code><span class="memberNameLink"><a href="../Source.html#relative(org.apache.calcite.util.Source)">relative</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source)</code></th>
<td class="colLast">
<div class="block">Returns a relative source, if this source is a child of a given base.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.FileSource.</span><code><span class="memberNameLink"><a href="../Sources.FileSource.html#relative(org.apache.calcite.util.Source)">relative</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;parent)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Source.</span><code><span class="memberNameLink"><a href="../Source.html#trim(java.lang.String)">trim</a></span>&#8203;(java.lang.String&nbsp;suffix)</code></th>
<td class="colLast">
<div class="block">Looks for a suffix on a path and returns
either the path with the suffix removed
or the original path.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.FileSource.</span><code><span class="memberNameLink"><a href="../Sources.FileSource.html#trim(java.lang.String)">trim</a></span>&#8203;(java.lang.String&nbsp;suffix)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Source.</span><code><span class="memberNameLink"><a href="../Source.html#trimOrNull(java.lang.String)">trimOrNull</a></span>&#8203;(java.lang.String&nbsp;suffix)</code></th>
<td class="colLast">
<div class="block">Looks for a suffix on a path and returns
either the path with the suffix removed
or null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.FileSource.</span><code><span class="memberNameLink"><a href="../Sources.FileSource.html#trimOrNull(java.lang.String)">trimOrNull</a></span>&#8203;(java.lang.String&nbsp;suffix)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.</span><code><span class="memberNameLink"><a href="../Sources.html#url(java.lang.String)">url</a></span>&#8203;(java.lang.String&nbsp;url)</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.util</a> with parameters of type <a href="../Source.html" title="interface in org.apache.calcite.util">Source</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="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Source.</span><code><span class="memberNameLink"><a href="../Source.html#append(org.apache.calcite.util.Source)">append</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;child)</code></th>
<td class="colLast">
<div class="block">Returns a source whose path concatenates this with a child.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.FileSource.</span><code><span class="memberNameLink"><a href="../Sources.FileSource.html#append(org.apache.calcite.util.Source)">append</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;child)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.</span><code><span class="memberNameLink"><a href="../Sources.html#isFile(org.apache.calcite.util.Source)">isFile</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Source.</span><code><span class="memberNameLink"><a href="../Source.html#relative(org.apache.calcite.util.Source)">relative</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;source)</code></th>
<td class="colLast">
<div class="block">Returns a relative source, if this source is a child of a given base.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Source.html" title="interface in org.apache.calcite.util">Source</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sources.FileSource.</span><code><span class="memberNameLink"><a href="../Sources.FileSource.html#relative(org.apache.calcite.util.Source)">relative</a></span>&#8203;(<a href="../Source.html" title="interface in org.apache.calcite.util">Source</a>&nbsp;parent)</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="../Source.html" title="interface in org.apache.calcite.util">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>