blob: a89007731d213f79c207b7193f54192f9834903a [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>Uses of Interface org.apache.drill.common.exceptions.CustomErrorContext (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="Uses of Interface org.apache.drill.common.exceptions.CustomErrorContext (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><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/drill/common/exceptions/class-use/CustomErrorContext.html" target="_top">Frames</a></li>
<li><a href="CustomErrorContext.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">
<h2 title="Uses of Interface org.apache.drill.common.exceptions.CustomErrorContext" class="title">Uses of Interface<br>org.apache.drill.common.exceptions.CustomErrorContext</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</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">
<td class="colFirst"><a href="#org.apache.drill.common.exceptions">org.apache.drill.common.exceptions</a></td>
<td class="colLast">
<div class="block">Various exceptions used in logical, physical and execution contexts.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.scan.file">org.apache.drill.exec.physical.impl.scan.file</a></td>
<td class="colLast">
<div class="block">Handles optional file metadata columns: implicit columns and
partition columns.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.scan.framework">org.apache.drill.exec.physical.impl.scan.framework</a></td>
<td class="colLast">
<div class="block">Defines the projection, vector continuity and other operations for
a set of one or more readers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.scan.project">org.apache.drill.exec.physical.impl.scan.project</a></td>
<td class="colLast">
<div class="block">Provides run-time semantic analysis of the projection list for the
scan operator.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.scan.v3">org.apache.drill.exec.physical.impl.scan.v3</a></td>
<td class="colLast">
<div class="block">Provides the "version 3" scan framework (which can also be thought of
as EVF version 2).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.scan.v3.file">org.apache.drill.exec.physical.impl.scan.v3.file</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.scan.v3.lifecycle">org.apache.drill.exec.physical.impl.scan.v3.lifecycle</a></td>
<td class="colLast">
<div class="block">Implements the details of the scan lifecycle for a set of readers,
primarily the process of resolving the scan output schema from a variety
of input schemas, then running each reader, each of which will produce
some number of batches.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.scan.v3.schema">org.apache.drill.exec.physical.impl.scan.v3.schema</a></td>
<td class="colLast">
<div class="block">Provides run-time semantic analysis of the projection list for the
scan operator.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.resultSet">org.apache.drill.exec.physical.resultSet</a></td>
<td class="colLast">
<div class="block">Provides a second-generation row set (AKA "record batch") writer used
by client code to
Define the schema of a result set.
Write data into the vectors backing a row set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.resultSet.impl">org.apache.drill.exec.physical.resultSet.impl</a></td>
<td class="colLast">
<div class="block">Handles the details of the result set loader implementation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.resultSet.project">org.apache.drill.exec.physical.resultSet.project</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.store.easy.json.loader">org.apache.drill.exec.store.easy.json.loader</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.store.hdf5.writers">org.apache.drill.exec.store.hdf5.writers</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.store.http.util">org.apache.drill.exec.store.http.util</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.store.xml">org.apache.drill.exec.store.xml</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.drill.common.exceptions">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/common/exceptions/package-summary.html">org.apache.drill.common.exceptions</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/apache/drill/common/exceptions/package-summary.html">org.apache.drill.common.exceptions</a> that implement <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/common/exceptions/ChildErrorContext.html" title="class in org.apache.drill.common.exceptions">ChildErrorContext</a></span></code>
<div class="block">Represents an additional level of error context detail that
adds to that provided by some outer context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/common/exceptions/EmptyErrorContext.html" title="class in org.apache.drill.common.exceptions">EmptyErrorContext</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/drill/common/exceptions/package-summary.html">org.apache.drill.common.exceptions</a> declared as <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">EmptyErrorContext.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/common/exceptions/EmptyErrorContext.html#INSTANCE">INSTANCE</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/common/exceptions/package-summary.html">org.apache.drill.common.exceptions</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/UserException.Builder.html" title="class in org.apache.drill.common.exceptions">UserException.Builder</a></code></td>
<td class="colLast"><span class="typeNameLabel">UserException.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/common/exceptions/UserException.Builder.html#addContext-org.apache.drill.common.exceptions.CustomErrorContext-">addContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/drill/common/exceptions/package-summary.html">org.apache.drill.common.exceptions</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/common/exceptions/ChildErrorContext.html#ChildErrorContext-org.apache.drill.common.exceptions.CustomErrorContext-">ChildErrorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;parent)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.scan.file">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/file/package-summary.html">org.apache.drill.exec.physical.impl.scan.file</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/file/package-summary.html">org.apache.drill.exec.physical.impl.scan.file</a> that implement <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/file/FileScanFramework.FileRowSetContext.html" title="class in org.apache.drill.exec.physical.impl.scan.file">FileScanFramework.FileRowSetContext</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/file/package-summary.html">org.apache.drill.exec.physical.impl.scan.file</a> that return <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">FileScanFramework.FileReaderFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/file/FileScanFramework.FileReaderFactory.html#errorContext--">errorContext</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/file/package-summary.html">org.apache.drill.exec.physical.impl.scan.file</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/file/FileScanFramework.FileRowSetContext.html#FileRowSetContext-org.apache.drill.common.exceptions.CustomErrorContext-org.apache.hadoop.mapred.FileSplit-">FileRowSetContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;parent,
org.apache.hadoop.mapred.FileSplit&nbsp;split)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.scan.framework">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/package-summary.html">org.apache.drill.exec.physical.impl.scan.framework</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/package-summary.html">org.apache.drill.exec.physical.impl.scan.framework</a> declared as <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiatorImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/SchemaNegotiatorImpl.html#context">context</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/package-summary.html">org.apache.drill.exec.physical.impl.scan.framework</a> that return <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ManagedScanFramework.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/ManagedScanFramework.html#errorContext--">errorContext</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiatorImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/SchemaNegotiatorImpl.html#errorContext--">errorContext</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiator.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/SchemaNegotiator.html#parentErrorContext--">parentErrorContext</a></span>()</code>
<div class="block">The context to use as a parent when creating a custom context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiatorImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/SchemaNegotiatorImpl.html#parentErrorContext--">parentErrorContext</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/package-summary.html">org.apache.drill.exec.physical.impl.scan.framework</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiator.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/SchemaNegotiator.html#setErrorContext-org.apache.drill.common.exceptions.CustomErrorContext-">setErrorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;context)</code>
<div class="block">Specify an advanced error context which allows the reader to
fill in custom context values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiatorImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/framework/SchemaNegotiatorImpl.html#setErrorContext-org.apache.drill.common.exceptions.CustomErrorContext-">setErrorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.scan.project">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/package-summary.html">org.apache.drill.exec.physical.impl.scan.project</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/package-summary.html">org.apache.drill.exec.physical.impl.scan.project</a> declared as <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanSchemaOrchestrator.ScanSchemaOptions.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/ScanSchemaOrchestrator.ScanSchemaOptions.html#context">context</a></span></code>
<div class="block">Context for error messages.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanLevelProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/ScanLevelProjection.html#errorContext">errorContext</a></span></code>
<div class="block">Context used with error messages.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanLevelProjection.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/ScanLevelProjection.Builder.html#errorContext">errorContext</a></span></code>
<div class="block">Context used with error messages.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/package-summary.html">org.apache.drill.exec.physical.impl.scan.project</a> that return <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanLevelProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/ScanLevelProjection.html#context--">context</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanSchemaOrchestrator.ScanOrchestratorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/ScanSchemaOrchestrator.ScanOrchestratorBuilder.html#errorContext--">errorContext</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/package-summary.html">org.apache.drill.exec.physical.impl.scan.project</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ScanSchemaOrchestrator.ScanOrchestratorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/ScanSchemaOrchestrator.ScanOrchestratorBuilder.html#errorContext-org.apache.drill.common.exceptions.CustomErrorContext-">errorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/ScanLevelProjection.Builder.html" title="class in org.apache.drill.exec.physical.impl.scan.project">ScanLevelProjection.Builder</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanLevelProjection.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/ScanLevelProjection.Builder.html#errorContext-org.apache.drill.common.exceptions.CustomErrorContext-">errorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/physical/resultSet/ResultSetLoader.html" title="interface in org.apache.drill.exec.physical.resultSet">ResultSetLoader</a></code></td>
<td class="colLast"><span class="typeNameLabel">ReaderSchemaOrchestrator.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/project/ReaderSchemaOrchestrator.html#makeTableLoader-org.apache.drill.common.exceptions.CustomErrorContext-org.apache.drill.exec.record.metadata.TupleMetadata-long-">makeTableLoader</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext,
<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;readerSchema,
long&nbsp;localLimit)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.scan.v3">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3</a> declared as <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanLifecycleBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/ScanLifecycleBuilder.html#errorContext">errorContext</a></span></code>
<div class="block">Context for error messages.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3</a> that return <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiator.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/SchemaNegotiator.html#errorContext--">errorContext</a></span>()</code>
<div class="block">Returns the error context to use for this reader: either the
parent or the reader-specific context set in
<a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/SchemaNegotiator.html#setErrorContext-org.apache.drill.common.exceptions.CustomErrorContext-"><code>SchemaNegotiator.setErrorContext(CustomErrorContext)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanLifecycleBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/ScanLifecycleBuilder.html#errorContext--">errorContext</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiator.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/SchemaNegotiator.html#parentErrorContext--">parentErrorContext</a></span>()</code>
<div class="block">The context to use as a parent when creating a custom context.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ScanLifecycleBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/ScanLifecycleBuilder.html#errorContext-org.apache.drill.common.exceptions.CustomErrorContext-">errorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiator.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/SchemaNegotiator.html#setErrorContext-org.apache.drill.common.exceptions.CustomErrorContext-">setErrorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;context)</code>
<div class="block">Specify an advanced error context which allows the reader to
fill in custom context values.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.scan.v3.file">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/file/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.file</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/file/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.file</a> that implement <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/file/FileSchemaNegotiatorImpl.SplitErrorContext.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.file">FileSchemaNegotiatorImpl.SplitErrorContext</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/file/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.file</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/file/ImplicitColumnResolver.html#ImplicitColumnResolver-org.apache.drill.exec.physical.impl.scan.v3.file.ImplicitColumnResolver.ImplicitColumnOptions-org.apache.drill.common.exceptions.CustomErrorContext-">ImplicitColumnResolver</a></span>(<a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/file/ImplicitColumnResolver.ImplicitColumnOptions.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.file">ImplicitColumnResolver.ImplicitColumnOptions</a>&nbsp;options,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/file/FileSchemaNegotiatorImpl.SplitErrorContext.html#SplitErrorContext-org.apache.drill.common.exceptions.CustomErrorContext-">SplitErrorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;parent)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.scan.v3.lifecycle">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.lifecycle</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.lifecycle</a> declared as <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiatorImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/SchemaNegotiatorImpl.html#baseErrorContext">baseErrorContext</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiatorImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/SchemaNegotiatorImpl.html#readerErrorContext">readerErrorContext</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.lifecycle</a> that return <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ReaderLifecycle.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/ReaderLifecycle.html#errorContext--">errorContext</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanLifecycle.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/ScanLifecycle.html#errorContext--">errorContext</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiatorImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/SchemaNegotiatorImpl.html#errorContext--">errorContext</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiatorImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/SchemaNegotiatorImpl.html#parentErrorContext--">parentErrorContext</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.lifecycle</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">SchemaNegotiatorImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/lifecycle/SchemaNegotiatorImpl.html#setErrorContext-org.apache.drill.common.exceptions.CustomErrorContext-">setErrorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.scan.v3.schema">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.schema</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.schema</a> declared as <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">AbstractSchemaTracker.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/AbstractSchemaTracker.html#errorContext">errorContext</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">DynamicSchemaFilter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/DynamicSchemaFilter.html#errorContext">errorContext</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.schema</a> that return <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanSchemaTracker.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ScanSchemaTracker.html#errorContext--">errorContext</a></span>()</code>
<div class="block">The scan-level error context used for errors which may occur before the
first reader starts.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">AbstractSchemaTracker.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/AbstractSchemaTracker.html#errorContext--">errorContext</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.schema</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ProjectionSchemaTracker.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ProjectionSchemaTracker.html#applyReaderSchema-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">applyReaderSchema</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;readerOutputSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ScanSchemaTracker.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ScanSchemaTracker.html#applyReaderSchema-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">applyReaderSchema</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;readerOutputSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>
<div class="block">Once a reader has read a batch, the reader will have provided a type
for each projected column which the reader knows about.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">SchemaBasedTracker.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/SchemaBasedTracker.html#applyReaderSchema-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">applyReaderSchema</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;readerOutputSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ScanSchemaConfigBuilder.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.schema">ScanSchemaConfigBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanSchemaConfigBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ScanSchemaConfigBuilder.html#errorContext-org.apache.drill.common.exceptions.CustomErrorContext-">errorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.html" title="interface in org.apache.drill.exec.physical.resultSet.impl">ProjectionFilter</a></code></td>
<td class="colLast"><span class="typeNameLabel">DynamicSchemaFilter.DynamicTupleFilter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/DynamicSchemaFilter.DynamicTupleFilter.html#filterFor-org.apache.drill.exec.record.metadata.DynamicColumn-boolean-org.apache.drill.common.exceptions.CustomErrorContext-java.lang.String-">filterFor</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/DynamicColumn.html" title="class in org.apache.drill.exec.record.metadata">DynamicColumn</a>&nbsp;col,
boolean&nbsp;allowMapAdditions,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.html" title="interface in org.apache.drill.exec.physical.resultSet.impl">ProjectionFilter</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProjectionSchemaTracker.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ProjectionSchemaTracker.html#projectionFilter-org.apache.drill.common.exceptions.CustomErrorContext-">projectionFilter</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>
<div class="block">Set up a projection filter using the reader input schema returned
from <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/AbstractSchemaTracker.html#readerInputSchema--"><code>AbstractSchemaTracker.readerInputSchema()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.html" title="interface in org.apache.drill.exec.physical.resultSet.impl">ProjectionFilter</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScanSchemaTracker.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ScanSchemaTracker.html#projectionFilter-org.apache.drill.common.exceptions.CustomErrorContext-">projectionFilter</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>
<div class="block">A reader is responsible for reading columns in the reader input schema.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.html" title="interface in org.apache.drill.exec.physical.resultSet.impl">ProjectionFilter</a></code></td>
<td class="colLast"><span class="typeNameLabel">SchemaBasedTracker.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/SchemaBasedTracker.html#projectionFilter-org.apache.drill.common.exceptions.CustomErrorContext-">projectionFilter</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>
<div class="block">Set up a projection filter using the defined schema</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">SchemaUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/SchemaUtils.html#verifyCompatibility-org.apache.drill.exec.physical.impl.scan.v3.schema.ProjectedColumn-org.apache.drill.exec.record.metadata.ColumnMetadata-java.lang.String-org.apache.drill.common.exceptions.CustomErrorContext-">verifyCompatibility</a></span>(<a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ProjectedColumn.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.schema">ProjectedColumn</a>&nbsp;colReq,
<a href="../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;actual,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>
<div class="block">Perform the column-level projection as described in
<code>#isConsistent(RequestedColumn, ColumnMetadata)</code>, and raise a
<code>UserException</code> if the column is not consistent with projection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">SchemaUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/SchemaUtils.html#verifyConsistency-org.apache.drill.exec.record.metadata.ColumnMetadata-org.apache.drill.exec.record.metadata.ColumnMetadata-java.lang.String-org.apache.drill.common.exceptions.CustomErrorContext-">verifyConsistency</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;existing,
<a href="../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;revised,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">SchemaUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/SchemaUtils.html#verifyProjection-org.apache.drill.exec.record.metadata.ColumnMetadata-org.apache.drill.exec.record.metadata.ColumnMetadata-java.lang.String-org.apache.drill.common.exceptions.CustomErrorContext-">verifyProjection</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;existing,
<a href="../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;revised,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3.schema</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/AbstractSchemaTracker.html#AbstractSchemaTracker-org.apache.drill.common.exceptions.CustomErrorContext-">AbstractSchemaTracker</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/DynamicSchemaFilter.html#DynamicSchemaFilter-org.apache.drill.common.exceptions.CustomErrorContext-java.lang.String-org.apache.drill.exec.physical.impl.scan.v3.schema.DynamicSchemaFilter.NewColumnsMode-">DynamicSchemaFilter</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source,
<a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/DynamicSchemaFilter.NewColumnsMode.html" title="enum in org.apache.drill.exec.physical.impl.scan.v3.schema">DynamicSchemaFilter.NewColumnsMode</a>&nbsp;newColumnsMode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/DynamicSchemaFilter.DynamicTupleFilter.html#DynamicTupleFilter-org.apache.drill.exec.record.metadata.TupleMetadata-boolean-org.apache.drill.common.exceptions.CustomErrorContext-java.lang.String-">DynamicTupleFilter</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;mapSchema,
boolean&nbsp;isOpen,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/DynamicSchemaFilter.DynamicTupleFilter.html#DynamicTupleFilter-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">DynamicTupleFilter</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;projectionSet,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ProjectionSchemaTracker.html#ProjectionSchemaTracker-org.apache.drill.exec.physical.impl.scan.v3.schema.ScanProjectionParser.ProjectionParseResult-boolean-org.apache.drill.common.exceptions.CustomErrorContext-">ProjectionSchemaTracker</a></span>(<a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ScanProjectionParser.ProjectionParseResult.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.schema">ScanProjectionParser.ProjectionParseResult</a>&nbsp;parseResult,
boolean&nbsp;allowSchemaChange,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ProjectionSchemaTracker.html#ProjectionSchemaTracker-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.exec.physical.impl.scan.v3.schema.ScanProjectionParser.ProjectionParseResult-org.apache.drill.common.exceptions.CustomErrorContext-">ProjectionSchemaTracker</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;definedSchema,
<a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ScanProjectionParser.ProjectionParseResult.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.schema">ScanProjectionParser.ProjectionParseResult</a>&nbsp;parseResult,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/DynamicSchemaFilter.RowSchemaFilter.html#RowSchemaFilter-org.apache.drill.exec.physical.impl.scan.v3.schema.MutableTupleSchema-boolean-org.apache.drill.common.exceptions.CustomErrorContext-">RowSchemaFilter</a></span>(<a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/MutableTupleSchema.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.schema">MutableTupleSchema</a>&nbsp;schema,
boolean&nbsp;allowMapChanges,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ScanSchemaResolver.html#ScanSchemaResolver-org.apache.drill.exec.physical.impl.scan.v3.schema.MutableTupleSchema-org.apache.drill.exec.physical.impl.scan.v3.schema.ScanSchemaResolver.SchemaType-boolean-org.apache.drill.common.exceptions.CustomErrorContext-">ScanSchemaResolver</a></span>(<a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/MutableTupleSchema.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.schema">MutableTupleSchema</a>&nbsp;schema,
<a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/ScanSchemaResolver.SchemaType.html" title="enum in org.apache.drill.exec.physical.impl.scan.v3.schema">ScanSchemaResolver.SchemaType</a>&nbsp;mode,
boolean&nbsp;allowMapAdditions,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/impl/scan/v3/schema/SchemaBasedTracker.html#SchemaBasedTracker-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">SchemaBasedTracker</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;definedSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.resultSet">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/physical/resultSet/package-summary.html">org.apache.drill.exec.physical.resultSet</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/resultSet/package-summary.html">org.apache.drill.exec.physical.resultSet</a> that return <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ResultSetLoader.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/ResultSetLoader.html#errorContext--">errorContext</a></span>()</code>
<div class="block">Context for error messages.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.resultSet.impl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/package-summary.html">org.apache.drill.exec.physical.resultSet.impl</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/package-summary.html">org.apache.drill.exec.physical.resultSet.impl</a> declared as <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ResultSetOptionBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ResultSetOptionBuilder.html#errorContext">errorContext</a></span></code>
<div class="block">Error message context</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProjectionFilter.BaseSchemaProjectionFilter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.BaseSchemaProjectionFilter.html#errorContext">errorContext</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ResultSetLoaderImpl.ResultSetOptions.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ResultSetLoaderImpl.ResultSetOptions.html#errorContext">errorContext</a></span></code>
<div class="block">Context for error messages.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/package-summary.html">org.apache.drill.exec.physical.resultSet.impl</a> that return <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">ResultSetLoaderImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ResultSetLoaderImpl.html#errorContext--">errorContext</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/package-summary.html">org.apache.drill.exec.physical.resultSet.impl</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.html" title="interface in org.apache.drill.exec.physical.resultSet.impl">ProjectionFilter</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProjectionFilter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.html#definedSchemaFilter-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">definedSchemaFilter</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;definedSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ResultSetOptionBuilder.html" title="class in org.apache.drill.exec.physical.resultSet.impl">ResultSetOptionBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">ResultSetOptionBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ResultSetOptionBuilder.html#errorContext-org.apache.drill.common.exceptions.CustomErrorContext-">errorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;context)</code>
<div class="block">Provides context for error messages.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.html" title="interface in org.apache.drill.exec.physical.resultSet.impl">ProjectionFilter</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProjectionFilter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.html#projectionFilter-org.apache.drill.exec.physical.resultSet.project.RequestedTuple-org.apache.drill.common.exceptions.CustomErrorContext-">projectionFilter</a></span>(<a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/RequestedTuple.html" title="interface in org.apache.drill.exec.physical.resultSet.project">RequestedTuple</a>&nbsp;tupleProj,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.html" title="interface in org.apache.drill.exec.physical.resultSet.impl">ProjectionFilter</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProjectionFilter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.html#providedSchemaFilter-org.apache.drill.exec.physical.resultSet.project.RequestedTuple-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">providedSchemaFilter</a></span>(<a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/RequestedTuple.html" title="interface in org.apache.drill.exec.physical.resultSet.project">RequestedTuple</a>&nbsp;tupleProj,
<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;providedSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/package-summary.html">org.apache.drill.exec.physical.resultSet.impl</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.DirectProjectionFilter.html#DirectProjectionFilter-org.apache.drill.exec.physical.resultSet.project.RequestedTuple-org.apache.drill.common.exceptions.CustomErrorContext-">DirectProjectionFilter</a></span>(<a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/RequestedTuple.html" title="interface in org.apache.drill.exec.physical.resultSet.project">RequestedTuple</a>&nbsp;projectionSet,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.SchemaProjectionFilter.html#SchemaProjectionFilter-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">SchemaProjectionFilter</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;definedSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/impl/ProjectionFilter.TypeProjectionFilter.html#TypeProjectionFilter-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">TypeProjectionFilter</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;providedSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.resultSet.project">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/package-summary.html">org.apache.drill.exec.physical.resultSet.project</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/package-summary.html">org.apache.drill.exec.physical.resultSet.project</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ImpliedTupleRequest.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/ImpliedTupleRequest.html#enforceProjection-org.apache.drill.exec.record.metadata.ColumnMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">enforceProjection</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;columnSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">RequestedTupleImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/RequestedTupleImpl.html#enforceProjection-org.apache.drill.exec.record.metadata.ColumnMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">enforceProjection</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;columnSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">RequestedTuple.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/RequestedTuple.html#enforceProjection-org.apache.drill.exec.record.metadata.ColumnMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">enforceProjection</a></span>(<a href="../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;columnSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProjectionChecker.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/ProjectionChecker.html#validateProjection-org.apache.drill.exec.physical.resultSet.project.RequestedColumn-org.apache.drill.exec.record.metadata.ColumnMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">validateProjection</a></span>(<a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/RequestedColumn.html" title="interface in org.apache.drill.exec.physical.resultSet.project">RequestedColumn</a>&nbsp;colReq,
<a href="../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;readCol,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>
<div class="block">Perform the column-level projection as described in
<a href="../../../../../../org/apache/drill/exec/physical/resultSet/project/ProjectionChecker.html#isConsistent-org.apache.drill.exec.physical.resultSet.project.RequestedColumn-org.apache.drill.exec.record.metadata.ColumnMetadata-"><code>ProjectionChecker.isConsistent(RequestedColumn, ColumnMetadata)</code></a>, and raise a
<code>UserException</code> if the column is not consistent with projection.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.store.easy.json.loader">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/store/easy/json/loader/package-summary.html">org.apache.drill.exec.store.easy.json.loader</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/store/easy/json/loader/package-summary.html">org.apache.drill.exec.store.easy.json.loader</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/store/easy/json/loader/JsonLoaderImpl.JsonLoaderBuilder.html" title="class in org.apache.drill.exec.store.easy.json.loader">JsonLoaderImpl.JsonLoaderBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonLoaderImpl.JsonLoaderBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/store/easy/json/loader/JsonLoaderImpl.JsonLoaderBuilder.html#errorContext-org.apache.drill.common.exceptions.CustomErrorContext-">errorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.store.hdf5.writers">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/store/hdf5/writers/package-summary.html">org.apache.drill.exec.store.hdf5.writers</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/drill/exec/store/hdf5/writers/package-summary.html">org.apache.drill.exec.store.hdf5.writers</a> declared as <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></code></td>
<td class="colLast"><span class="typeNameLabel">WriterSpec.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/store/hdf5/writers/WriterSpec.html#errorContext">errorContext</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/drill/exec/store/hdf5/writers/package-summary.html">org.apache.drill.exec.store.hdf5.writers</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/store/hdf5/writers/WriterSpec.html#WriterSpec-org.apache.drill.exec.vector.accessor.TupleWriter-org.apache.drill.exec.record.metadata.TupleMetadata-org.apache.drill.common.exceptions.CustomErrorContext-">WriterSpec</a></span>(<a href="../../../../../../org/apache/drill/exec/vector/accessor/TupleWriter.html" title="interface in org.apache.drill.exec.vector.accessor">TupleWriter</a>&nbsp;tupleWriter,
<a href="../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;providedSchema,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.store.http.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/store/http/util/package-summary.html">org.apache.drill.exec.store.http.util</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/store/http/util/package-summary.html">org.apache.drill.exec.store.http.util</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/store/http/util/SimpleHttp.SimpleHttpBuilder.html" title="class in org.apache.drill.exec.store.http.util">SimpleHttp.SimpleHttpBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">SimpleHttp.SimpleHttpBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/store/http/util/SimpleHttp.SimpleHttpBuilder.html#errorContext-org.apache.drill.common.exceptions.CustomErrorContext-">errorContext</a></span>(<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/drill/exec/store/http/util/package-summary.html">org.apache.drill.exec.store.http.util</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/store/http/util/SimpleHttp.html#SimpleHttp-org.apache.drill.exec.store.http.HttpSubScan-okhttp3.HttpUrl-java.io.File-org.apache.drill.exec.store.http.util.HttpProxyConfig-org.apache.drill.common.exceptions.CustomErrorContext-org.apache.drill.exec.store.http.paginator.Paginator-">SimpleHttp</a></span>(<a href="../../../../../../org/apache/drill/exec/store/http/HttpSubScan.html" title="class in org.apache.drill.exec.store.http">HttpSubScan</a>&nbsp;scanDefn,
okhttp3.HttpUrl&nbsp;url,
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;tempDir,
<a href="../../../../../../org/apache/drill/exec/store/http/util/HttpProxyConfig.html" title="class in org.apache.drill.exec.store.http.util">HttpProxyConfig</a>&nbsp;proxyConfig,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext,
<a href="../../../../../../org/apache/drill/exec/store/http/paginator/Paginator.html" title="class in org.apache.drill.exec.store.http.paginator">Paginator</a>&nbsp;paginator)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.store.xml">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a> in <a href="../../../../../../org/apache/drill/exec/store/xml/package-summary.html">org.apache.drill.exec.store.xml</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/drill/exec/store/xml/package-summary.html">org.apache.drill.exec.store.xml</a> with parameters of type <a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">XMLReader.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/store/xml/XMLReader.html#open-org.apache.drill.exec.physical.resultSet.RowSetLoader-org.apache.drill.common.exceptions.CustomErrorContext-">open</a></span>(<a href="../../../../../../org/apache/drill/exec/physical/resultSet/RowSetLoader.html" title="interface in org.apache.drill.exec.physical.resultSet">RowSetLoader</a>&nbsp;rootRowWriter,
<a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">CustomErrorContext</a>&nbsp;errorContext)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</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><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/drill/common/exceptions/CustomErrorContext.html" title="interface in org.apache.drill.common.exceptions">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/drill/common/exceptions/class-use/CustomErrorContext.html" target="_top">Frames</a></li>
<li><a href="CustomErrorContext.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>