blob: fb6f0bdd7b483775c086b9087fcb9eb887f19dab [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.drill.exec.store (Drill : 1.20.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.drill.exec.store (Drill : 1.20.3 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/drill/exec/ssl/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/drill/exec/store/avro/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/drill/exec/store/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></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>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.drill.exec.store</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ColumnExplorer.ImplicitFileColumn.html" title="interface in org.apache.drill.exec.store">ColumnExplorer.ImplicitFileColumn</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ConnectorLocator.html" title="interface in org.apache.drill.exec.store">ConnectorLocator</a></td>
<td class="colLast">
<div class="block">Locates storage plugins.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/PartitionExplorer.html" title="interface in org.apache.drill.exec.store">PartitionExplorer</a></td>
<td class="colLast">
<div class="block">Exposes partition information to UDFs to allow queries to limit reading
partitions dynamically.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/PluginBootstrapLoader.html" title="interface in org.apache.drill.exec.store">PluginBootstrapLoader</a></td>
<td class="colLast">
<div class="block">Generalized interface for bootstraping or upgrading the plugin persistent
store.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/PluginRegistryContext.html" title="interface in org.apache.drill.exec.store">PluginRegistryContext</a></td>
<td class="colLast">
<div class="block">Provides a loose coupling of the plugin registry to the resources it needs
from elsewhere.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/PluginRulesProvider.html" title="interface in org.apache.drill.exec.store">PluginRulesProvider</a></td>
<td class="colLast">
<div class="block">Provides rules required for adding support of specific operator pushdown for storage plugin.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/RecordReader.html" title="interface in org.apache.drill.exec.store">RecordReader</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/RecordWriter.html" title="interface in org.apache.drill.exec.store">RecordWriter</a></td>
<td class="colLast">
<div class="block">RecordWriter interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/SchemaConfig.SchemaConfigInfoProvider.html" title="interface in org.apache.drill.exec.store">SchemaConfig.SchemaConfigInfoProvider</a></td>
<td class="colLast">
<div class="block">Interface to implement to provide required info for <a href="../../../../../org/apache/drill/exec/store/SchemaConfig.html" title="class in org.apache.drill.exec.store"><code>SchemaConfig</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/SchemaFactory.html" title="interface in org.apache.drill.exec.store">SchemaFactory</a></td>
<td class="colLast">
<div class="block">Storage plugins implements this interface to register the schemas they provide.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/SchemaPartitionExplorer.html" title="interface in org.apache.drill.exec.store">SchemaPartitionExplorer</a></td>
<td class="colLast">
<div class="block">Exposes partition information for a particular schema.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StatisticsRecordCollector.html" title="interface in org.apache.drill.exec.store">StatisticsRecordCollector</a></td>
<td class="colLast">
<div class="block">Interface for collecting and obtaining statistics.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StatisticsRecordWriter.html" title="interface in org.apache.drill.exec.store">StatisticsRecordWriter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePlugin.html" title="interface in org.apache.drill.exec.store">StoragePlugin</a></td>
<td class="colLast">
<div class="block">Interface for all implementations of the storage plugins.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginRegistry.html" title="interface in org.apache.drill.exec.store">StoragePluginRegistry</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginStore.html" title="interface in org.apache.drill.exec.store">StoragePluginStore</a></td>
<td class="colLast">
<div class="block">Interface to the storage mechanism used to store storage plugin
configurations, typically in JSON format.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/AbstractRecordReader.html" title="class in org.apache.drill.exec.store">AbstractRecordReader</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/AbstractRecordWriter.html" title="class in org.apache.drill.exec.store">AbstractRecordWriter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/AbstractSchema.html" title="class in org.apache.drill.exec.store">AbstractSchema</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/AbstractSchemaFactory.html" title="class in org.apache.drill.exec.store">AbstractSchemaFactory</a></td>
<td class="colLast">
<div class="block">Abstract implementation of <a href="../../../../../org/apache/drill/exec/store/SchemaFactory.html" title="interface in org.apache.drill.exec.store"><code>SchemaFactory</code></a>, ensures that given schema
name is always converted is lower case.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/AbstractStoragePlugin.html" title="class in org.apache.drill.exec.store">AbstractStoragePlugin</a></td>
<td class="colLast">
<div class="block">Abstract class for StorePlugin implementations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ClassicConnectorLocator.html" title="class in org.apache.drill.exec.store">ClassicConnectorLocator</a></td>
<td class="colLast">
<div class="block">Plugin locator for the "classic" class-path method of locating connectors.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ClassPathFileSystem.html" title="class in org.apache.drill.exec.store">ClassPathFileSystem</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ColumnExplorer.html" title="class in org.apache.drill.exec.store">ColumnExplorer</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/CommonParquetRecordReader.html" title="class in org.apache.drill.exec.store">CommonParquetRecordReader</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ConnectorHandle.html" title="class in org.apache.drill.exec.store">ConnectorHandle</a></td>
<td class="colLast">
<div class="block">Defines a storage connector: a storage plugin config along with the
locator which can create a plugin instance given an instance of the
config.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/DrillbitPluginRegistryContext.html" title="class in org.apache.drill.exec.store">DrillbitPluginRegistryContext</a></td>
<td class="colLast">
<div class="block">Implementation of the storage registry context which obtains the
needed resources from the <code>DrillbitContext</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/DrillSchemaFactory.html" title="class in org.apache.drill.exec.store">DrillSchemaFactory</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/EventBasedRecordWriter.html" title="class in org.apache.drill.exec.store">EventBasedRecordWriter</a></td>
<td class="colLast">
<div class="block">Reads records from the RecordValueAccessor and writes into RecordWriter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/EventBasedRecordWriter.FieldConverter.html" title="class in org.apache.drill.exec.store">EventBasedRecordWriter.FieldConverter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ImplicitColumnUtils.html" title="class in org.apache.drill.exec.store">ImplicitColumnUtils</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ImplicitColumnUtils.ImplicitColumn.html" title="class in org.apache.drill.exec.store">ImplicitColumnUtils.ImplicitColumn</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ImplicitColumnUtils.ImplicitColumns.html" title="class in org.apache.drill.exec.store">ImplicitColumnUtils.ImplicitColumns</a></td>
<td class="colLast">
<div class="block">This class represents an implicit column in a dataset.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/JSONBaseStatisticsRecordWriter.html" title="class in org.apache.drill.exec.store">JSONBaseStatisticsRecordWriter</a></td>
<td class="colLast">
<div class="block">Abstract implementation of StatisticsRecordWriter interface which exposes interface:
<code>#writeHeader(List)</code>
<code>#addField(int,String)</code>
to output the data in string format instead of implementing addField for each type holder.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/JSONOutputRecordWriter.html" title="class in org.apache.drill.exec.store">JSONOutputRecordWriter</a></td>
<td class="colLast">
<div class="block">Abstract implementation of RecordWriter interface which exposes interface:
<code>#writeHeader(List)</code>
<code>#addField(int,String)</code>
to output the data in string format instead of implementing addField for each type holder.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/LocalSyncableFileSystem.html" title="class in org.apache.drill.exec.store">LocalSyncableFileSystem</a></td>
<td class="colLast">
<div class="block">A syncable local extension of the Hadoop FileSystem</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ParquetOutputRecordWriter.html" title="class in org.apache.drill.exec.store">ParquetOutputRecordWriter</a></td>
<td class="colLast">
<div class="block">Abstract implementation of RecordWriter interface which exposes interface:
<code>#writeHeader(List)</code>
<code>#addField(int,String)</code>
to output the data in string format instead of implementing addField for each type holder.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/PartitionExplorerImpl.html" title="class in org.apache.drill.exec.store">PartitionExplorerImpl</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/PluginBootstrapLoaderImpl.html" title="class in org.apache.drill.exec.store">PluginBootstrapLoaderImpl</a></td>
<td class="colLast">
<div class="block">Loads the set of bootstrap plugin configurations for new systems.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/PluginHandle.html" title="class in org.apache.drill.exec.store">PluginHandle</a></td>
<td class="colLast">
<div class="block">Represents a storage plugin, defined by a (name, config) pair.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/PluginRulesProviderImpl.html" title="class in org.apache.drill.exec.store">PluginRulesProviderImpl</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/RecordDataType.html" title="class in org.apache.drill.exec.store">RecordDataType</a></td>
<td class="colLast">
<div class="block">Defines names and data types of columns in a static drill table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ResourceInputStream.html" title="class in org.apache.drill.exec.store">ResourceInputStream</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/SchemaConfig.html" title="class in org.apache.drill.exec.store">SchemaConfig</a></td>
<td class="colLast">
<div class="block">Contains information needed by
<a href="../../../../../org/apache/drill/exec/store/AbstractSchema.html" title="class in org.apache.drill.exec.store"><code>AbstractSchema</code></a> implementations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/SchemaConfig.Builder.html" title="class in org.apache.drill.exec.store">SchemaConfig.Builder</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/SchemaTreeProvider.html" title="class in org.apache.drill.exec.store">SchemaTreeProvider</a></td>
<td class="colLast">
<div class="block">Creates new schema trees.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StatisticsRecordWriterImpl.html" title="class in org.apache.drill.exec.store">StatisticsRecordWriterImpl</a></td>
<td class="colLast">
<div class="block">Reads records from the RecordValueAccessor and writes into StatisticsRecordCollector.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginOptimizerRule.html" title="class in org.apache.drill.exec.store">StoragePluginOptimizerRule</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginRegistryImpl.html" title="class in org.apache.drill.exec.store">StoragePluginRegistryImpl</a></td>
<td class="colLast">
<div class="block">Plugin registry.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginRulesSupplier.html" title="class in org.apache.drill.exec.store">StoragePluginRulesSupplier</a></td>
<td class="colLast">
<div class="block">Helper class that can be used to obtain rules required for pushing down operators
that specific plugin supports configured using <a href="../../../../../org/apache/drill/exec/store/StoragePluginRulesSupplier.StoragePluginRulesSupplierBuilder.html" title="class in org.apache.drill.exec.store"><code>StoragePluginRulesSupplier.StoragePluginRulesSupplierBuilder</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginRulesSupplier.StoragePluginRulesSupplierBuilder.html" title="class in org.apache.drill.exec.store">StoragePluginRulesSupplier.StoragePluginRulesSupplierBuilder</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginStoreImpl.html" title="class in org.apache.drill.exec.store">StoragePluginStoreImpl</a></td>
<td class="colLast">
<div class="block">Concrete storage plugin (configuration) store based on the
<a href="../../../../../org/apache/drill/exec/store/sys/PersistentStore.html" title="interface in org.apache.drill.exec.store.sys"><code>PersistentStore</code></a> abstraction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StorageStrategy.html" title="class in org.apache.drill.exec.store">StorageStrategy</a></td>
<td class="colLast">
<div class="block">Contains list of parameters that will be used to store path / files on file system.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StringOutputRecordWriter.html" title="class in org.apache.drill.exec.store">StringOutputRecordWriter</a></td>
<td class="colLast">
<div class="block">Abstract implementation of RecordWriter interface which exposes interface:
<a href="../../../../../org/apache/drill/exec/store/StringOutputRecordWriter.html#startNewSchema-org.apache.drill.exec.record.BatchSchema-"><code>StringOutputRecordWriter.startNewSchema(BatchSchema)</code></a>
<a href="../../../../../org/apache/drill/exec/store/StringOutputRecordWriter.html#addField-int-java.lang.String-"><code>StringOutputRecordWriter.addField(int,String)</code></a>
to output the data in string format instead of implementing addField for each type holder.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/SubSchemaWrapper.html" title="class in org.apache.drill.exec.store">SubSchemaWrapper</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/SubsetRemover.html" title="class in org.apache.drill.exec.store">SubsetRemover</a></td>
<td class="colLast">
<div class="block">Removes <code>RelSubset</code> nodes from the plan.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/SystemPluginLocator.html" title="class in org.apache.drill.exec.store">SystemPluginLocator</a></td>
<td class="colLast">
<div class="block">Locates system storage plugins.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/TimedCallable.html" title="class in org.apache.drill.exec.store">TimedCallable</a>&lt;V&gt;</td>
<td class="colLast">
<div class="block">Allows parallel executions of tasks in a simplified way.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ColumnExplorer.ImplicitFileColumns.html" title="enum in org.apache.drill.exec.store">ColumnExplorer.ImplicitFileColumns</a></td>
<td class="colLast">
<div class="block">Columns that give information from where file data comes from.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/ColumnExplorer.ImplicitInternalFileColumns.html" title="enum in org.apache.drill.exec.store">ColumnExplorer.ImplicitInternalFileColumns</a></td>
<td class="colLast">
<div class="block">Columns that give internal information about file or its parts.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/CommonParquetRecordReader.Metric.html" title="enum in org.apache.drill.exec.store">CommonParquetRecordReader.Metric</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginRegistry.PluginFilter.html" title="enum in org.apache.drill.exec.store">StoragePluginRegistry.PluginFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/PartitionNotFoundException.html" title="class in org.apache.drill.exec.store">PartitionNotFoundException</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginRegistry.PluginEncodingException.html" title="class in org.apache.drill.exec.store">StoragePluginRegistry.PluginEncodingException</a></td>
<td class="colLast">
<div class="block">Indicates an error when decoding a plugin from JSON.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginRegistry.PluginException.html" title="class in org.apache.drill.exec.store">StoragePluginRegistry.PluginException</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/StoragePluginRegistry.PluginNotFoundException.html" title="class in org.apache.drill.exec.store">StoragePluginRegistry.PluginNotFoundException</a></td>
<td class="colLast">
<div class="block">Indicates the requested plugin was not found.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Annotation Types Summary table, listing annotation types, and an explanation">
<caption><span>Annotation Types Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Annotation Type</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/PrivatePlugin.html" title="annotation in org.apache.drill.exec.store">PrivatePlugin</a></td>
<td class="colLast">
<div class="block">Indicates private plugins which will be excluded from automatic plugin
discovery.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/store/SystemPlugin.html" title="annotation in org.apache.drill.exec.store">SystemPlugin</a></td>
<td class="colLast">
<div class="block">Indicates system plugins which will be dynamically initialized during storage
plugin registry init stage.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/drill/exec/ssl/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/drill/exec/store/avro/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/drill/exec/store/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 1970 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>