blob: 1a8b7fe9f9f3dd22cea48ad5d200f68a871c4d3d [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 Class org.apache.drill.test.SubOperatorTest (Drill : 1.20.0 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 Class org.apache.drill.test.SubOperatorTest (Drill : 1.20.0 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/test/SubOperatorTest.html" title="class in org.apache.drill.test">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/test/class-use/SubOperatorTest.html" target="_top">Frames</a></li>
<li><a href="SubOperatorTest.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 Class org.apache.drill.test.SubOperatorTest" class="title">Uses of Class<br>org.apache.drill.test.SubOperatorTest</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/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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.exec.cache">org.apache.drill.exec.cache</a></td>
<td class="colLast">
<div class="block">Distributed cache for syncing state and data between Drillbits.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.join">org.apache.drill.exec.physical.impl.join</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.protocol">org.apache.drill.exec.physical.impl.protocol</a></td>
<td class="colLast">
<div class="block">Defines a revised implementation of the Drill RecordBatch protocol.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.scan">org.apache.drill.exec.physical.impl.scan</a></td>
<td class="colLast">
<div class="block">Defines the scan operation implementation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.scan.convert">org.apache.drill.exec.physical.impl.scan.convert</a></td>
<td class="colLast">
<div class="block">Standard type conversion tools for the case in which the input
types are the standard Java types already supported by the
<code>ValuesWriter</code> interface.</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.impl.unnest">org.apache.drill.exec.physical.impl.unnest</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.validate">org.apache.drill.exec.physical.impl.validate</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.physical.impl.xsort">org.apache.drill.exec.physical.impl.xsort</a></td>
<td class="colLast">&nbsp;</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.rowSet">org.apache.drill.exec.physical.rowSet</a></td>
<td class="colLast">
<div class="block">Provides a set of tools to work with row sets.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.record">org.apache.drill.exec.record</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<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="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.store.mock">org.apache.drill.exec.store.mock</a></td>
<td class="colLast">
<div class="block">Defines a mock data source which generates dummy test data for use
in testing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.work.filter">org.apache.drill.exec.work.filter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.vector">org.apache.drill.vector</a></td>
<td class="colLast">
<div class="block">Tests for value vectors.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.drill.exec.cache">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/cache/package-summary.html">org.apache.drill.exec.cache</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/cache/package-summary.html">org.apache.drill.exec.cache</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/cache/TestWriteToDisk.html" title="class in org.apache.drill.exec.cache">TestWriteToDisk</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.join">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/join/package-summary.html">org.apache.drill.exec.physical.impl.join</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/join/package-summary.html">org.apache.drill.exec.physical.impl.join</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/join/TestLateralJoinCorrectness.html" title="class in org.apache.drill.exec.physical.impl.join">TestLateralJoinCorrectness</a></span></code>&nbsp;</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/exec/physical/impl/join/TestLateralJoinCorrectnessBatchProcessing.html" title="class in org.apache.drill.exec.physical.impl.join">TestLateralJoinCorrectnessBatchProcessing</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.protocol">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/protocol/package-summary.html">org.apache.drill.exec.physical.impl.protocol</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/protocol/package-summary.html">org.apache.drill.exec.physical.impl.protocol</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/protocol/TestOperatorRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.protocol">TestOperatorRecordBatch</a></span></code>
<div class="block">Test the implementation of the Drill Volcano iterator protocol that
wraps the modular operator implementation.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.scan">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/scan/package-summary.html">org.apache.drill.exec.physical.impl.scan</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/scan/package-summary.html">org.apache.drill.exec.physical.impl.scan</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/BaseScanOperatorExecTest.html" title="class in org.apache.drill.exec.physical.impl.scan">BaseScanOperatorExecTest</a></span></code>
<div class="block">Test of the scan operator framework.</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/exec/physical/impl/scan/TestColumnsArray.html" title="class in org.apache.drill.exec.physical.impl.scan">TestColumnsArray</a></span></code>
<div class="block">Test the "columns" array mechanism integrated with the scan schema
orchestrator including simulating reading data.</div>
</td>
</tr>
<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/TestColumnsArrayFramework.html" title="class in org.apache.drill.exec.physical.impl.scan">TestColumnsArrayFramework</a></span></code>
<div class="block">Test the columns-array specific behavior in the columns scan framework.</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/exec/physical/impl/scan/TestColumnsArrayParser.html" title="class in org.apache.drill.exec.physical.impl.scan">TestColumnsArrayParser</a></span></code>&nbsp;</td>
</tr>
<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/TestFileScanFramework.html" title="class in org.apache.drill.exec.physical.impl.scan">TestFileScanFramework</a></span></code>
<div class="block">Tests the file metadata extensions to the file operator framework.</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/exec/physical/impl/scan/TestImplicitColumnParser.html" title="class in org.apache.drill.exec.physical.impl.scan">TestImplicitColumnParser</a></span></code>&nbsp;</td>
</tr>
<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/TestImplicitColumnProjection.html" title="class in org.apache.drill.exec.physical.impl.scan">TestImplicitColumnProjection</a></span></code>&nbsp;</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/exec/physical/impl/scan/TestScanBatchWriters.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanBatchWriters</a></span></code>
<div class="block">Test of the "legacy" scan batch writers to ensure that the revised
set follows the same semantics as the original set.</div>
</td>
</tr>
<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/TestScanOperExecBasics.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanOperExecBasics</a></span></code>
<div class="block">Tests the basics of the scan operator protocol: error conditions,
etc.</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/exec/physical/impl/scan/TestScanOperExecEarlySchema.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanOperExecEarlySchema</a></span></code>
<div class="block">Test "early schema" readers: those that can declare a schema at
open time.</div>
</td>
</tr>
<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/TestScanOperExecLateSchema.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanOperExecLateSchema</a></span></code>
<div class="block">Test "late schema" readers: those like JSON that discover their schema
as they read data.</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/exec/physical/impl/scan/TestScanOperExecLimit.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanOperExecLimit</a></span></code>
<div class="block">Verifies that the V1 scan framework properly pushes the LIMIT
into the scan by stopping the scan once any reader produces
the rows up to the limit.</div>
</td>
</tr>
<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/TestScanOperExecOuputSchema.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanOperExecOuputSchema</a></span></code>
<div class="block">Test the addition of an output schema to a reader.</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/exec/physical/impl/scan/TestScanOperExecOverflow.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanOperExecOverflow</a></span></code>
<div class="block">Test vector overflow in the context of the scan operator.</div>
</td>
</tr>
<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/TestScanOperExecSmoothing.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanOperExecSmoothing</a></span></code>
<div class="block">Test the ability of the scan operator to "absorb" schema changes by
"smoothing" out data types and modes across readers.</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/exec/physical/impl/scan/TestScanOrchestratorEarlySchema.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanOrchestratorEarlySchema</a></span></code>
<div class="block">Test the early-schema support of the scan orchestrator.</div>
</td>
</tr>
<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/TestScanOrchestratorImplicitColumns.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanOrchestratorImplicitColumns</a></span></code>
<div class="block">Tests the scan orchestrator's ability to merge table schemas
with implicit file columns provided by the file metadata manager.</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/exec/physical/impl/scan/TestScanOrchestratorLateSchema.html" title="class in org.apache.drill.exec.physical.impl.scan">TestScanOrchestratorLateSchema</a></span></code>
<div class="block">Test the late-schema support in the scan orchestrator.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.scan.convert">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/scan/convert/package-summary.html">org.apache.drill.exec.physical.impl.scan.convert</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/scan/convert/package-summary.html">org.apache.drill.exec.physical.impl.scan.convert</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/convert/TestColumnConverter.html" title="class in org.apache.drill.exec.physical.impl.scan.convert">TestColumnConverter</a></span></code>
<div class="block">Tests/demonstrates the generic form of the column/row format feature.</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/exec/physical/impl/scan/convert/TestDirectConverter.html" title="class in org.apache.drill.exec.physical.impl.scan.convert">TestDirectConverter</a></span></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/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/scan/project/package-summary.html">org.apache.drill.exec.physical.impl.scan.project</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/project/TestConstantColumnLoader.html" title="class in org.apache.drill.exec.physical.impl.scan.project">TestConstantColumnLoader</a></span></code>
<div class="block">Drill allows file metadata columns (also called "implicit" columns.)
These are columns that contain a long repeated sequences of the same
values.</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/exec/physical/impl/scan/project/TestNullColumnLoader.html" title="class in org.apache.drill.exec.physical.impl.scan.project">TestNullColumnLoader</a></span></code>
<div class="block">Test the mechanism that handles all-null columns during projection.</div>
</td>
</tr>
<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/project/TestReaderLevelProjection.html" title="class in org.apache.drill.exec.physical.impl.scan.project">TestReaderLevelProjection</a></span></code>
<div class="block">"Schema level projection" describes one side of the projection
mechanism.</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/exec/physical/impl/scan/project/TestRowBatchMerger.html" title="class in org.apache.drill.exec.physical.impl.scan.project">TestRowBatchMerger</a></span></code>
<div class="block">Test the row batch merger by merging two batches.</div>
</td>
</tr>
<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/project/TestScanLevelProjection.html" title="class in org.apache.drill.exec.physical.impl.scan.project">TestScanLevelProjection</a></span></code>
<div class="block">Test the level of projection done at the level of the scan as a whole;
before knowledge of table "implicit" columns or the specific table schema.</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/exec/physical/impl/scan/project/TestSchemaSmoothing.html" title="class in org.apache.drill.exec.physical.impl.scan.project">TestSchemaSmoothing</a></span></code>
<div class="block">Tests schema smoothing at the schema projection level.</div>
</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/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/scan/v3/package-summary.html">org.apache.drill.exec.physical.impl.scan.v3</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/BaseScanTest.html" title="class in org.apache.drill.exec.physical.impl.scan.v3">BaseScanTest</a></span></code>
<div class="block">Test of the scan operator framework.</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/exec/physical/impl/scan/v3/TestFixedReceiver.html" title="class in org.apache.drill.exec.physical.impl.scan.v3">TestFixedReceiver</a></span></code>&nbsp;</td>
</tr>
<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/TestScanBasics.html" title="class in org.apache.drill.exec.physical.impl.scan.v3">TestScanBasics</a></span></code>
<div class="block">Tests the basics of the scan operator protocol: error conditions,
etc.</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/exec/physical/impl/scan/v3/TestScanEarlySchema.html" title="class in org.apache.drill.exec.physical.impl.scan.v3">TestScanEarlySchema</a></span></code>
<div class="block">Test "early schema" readers: those that can declare a schema at
open time.</div>
</td>
</tr>
<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/TestScanLateSchema.html" title="class in org.apache.drill.exec.physical.impl.scan.v3">TestScanLateSchema</a></span></code>
<div class="block">Test "late schema" readers: those like JSON that discover their schema
as they read data.</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/exec/physical/impl/scan/v3/TestScanLimit.html" title="class in org.apache.drill.exec.physical.impl.scan.v3">TestScanLimit</a></span></code>
<div class="block">Verifies that the V2 scan framework properly pushes the LIMIT
into the scan by stopping the scan once any reader produces
the rows up to the limit.</div>
</td>
</tr>
<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/TestScanOuputSchema.html" title="class in org.apache.drill.exec.physical.impl.scan.v3">TestScanOuputSchema</a></span></code>
<div class="block">Test the addition of an output schema to a reader.</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/exec/physical/impl/scan/v3/TestScanOverflow.html" title="class in org.apache.drill.exec.physical.impl.scan.v3">TestScanOverflow</a></span></code>
<div class="block">Test vector overflow in the context of the scan operator.</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/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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></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/BaseFileScanTest.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.file">BaseFileScanTest</a></span></code>&nbsp;</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/exec/physical/impl/scan/v3/file/TestFileScan.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.file">TestFileScan</a></span></code>
<div class="block">Tests the implicit column extensions to the file operator framework.</div>
</td>
</tr>
<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/TestFileScanLifecycle.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.file">TestFileScanLifecycle</a></span></code>&nbsp;</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/exec/physical/impl/scan/v3/file/TestImplicitColumnLoader.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.file">TestImplicitColumnLoader</a></span></code>
<div class="block">Tests the file implicit column handler which identifies implicit columns
and populates them.</div>
</td>
</tr>
<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/TestImplicitColumnResolver.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.file">TestImplicitColumnResolver</a></span></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/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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></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/lifecycle/BaseTestScanLifecycle.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.lifecycle">BaseTestScanLifecycle</a></span></code>&nbsp;</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/exec/physical/impl/scan/v3/lifecycle/TestMissingColumnLoader.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.lifecycle">TestMissingColumnLoader</a></span></code>
<div class="block">Test the mechanism that handles all-null columns during projection.</div>
</td>
</tr>
<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/lifecycle/TestOutputBatchBuilder.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.lifecycle">TestOutputBatchBuilder</a></span></code>&nbsp;</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/exec/physical/impl/scan/v3/lifecycle/TestReaderErrors.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.lifecycle">TestReaderErrors</a></span></code>
<div class="block">Verifies proper handling of errors from a reader, including use of the
scan and reader error contexts.</div>
</td>
</tr>
<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/lifecycle/TestScanLifecycleBasics.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.lifecycle">TestScanLifecycleBasics</a></span></code>&nbsp;</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/exec/physical/impl/scan/v3/lifecycle/TestScanLifecycleLimit.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.lifecycle">TestScanLifecycleLimit</a></span></code>
<div class="block">Verifies that the V2 scan framework properly pushes the LIMIT
into the scan by stopping the scan once any reader produces
the rows up to the limit.</div>
</td>
</tr>
<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/lifecycle/TestScanLifecycleSchema.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.lifecycle">TestScanLifecycleSchema</a></span></code>&nbsp;</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/exec/physical/impl/scan/v3/lifecycle/TestScanLifecycleTwoReaders.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.lifecycle">TestScanLifecycleTwoReaders</a></span></code>
<div class="block">Test two readers in succession in various cases: empty readers, normal readers,
type conflicts, etc.</div>
</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/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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></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/schema/TestSchemaTrackerEarlyReaderSchema.html" title="class in org.apache.drill.exec.physical.impl.scan.v3.schema">TestSchemaTrackerEarlyReaderSchema</a></span></code>
<div class="block">Tests early reader schema against a provided schema.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.unnest">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/unnest/package-summary.html">org.apache.drill.exec.physical.impl.unnest</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/unnest/package-summary.html">org.apache.drill.exec.physical.impl.unnest</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/unnest/TestUnnestCorrectness.html" title="class in org.apache.drill.exec.physical.impl.unnest">TestUnnestCorrectness</a></span></code>&nbsp;</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/exec/physical/impl/unnest/TestUnnestWithLateralCorrectness.html" title="class in org.apache.drill.exec.physical.impl.unnest">TestUnnestWithLateralCorrectness</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.validate">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/validate/package-summary.html">org.apache.drill.exec.physical.impl.validate</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/validate/package-summary.html">org.apache.drill.exec.physical.impl.validate</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/validate/TestBatchValidator.html" title="class in org.apache.drill.exec.physical.impl.validate">TestBatchValidator</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.impl.xsort">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/xsort/package-summary.html">org.apache.drill.exec.physical.impl.xsort</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/impl/xsort/package-summary.html">org.apache.drill.exec.physical.impl.xsort</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/xsort/TestCopier.html" title="class in org.apache.drill.exec.physical.impl.xsort">TestCopier</a></span></code>
<div class="block">Light-weight sanity test of the copier class.</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/exec/physical/impl/xsort/TestExternalSortInternals.html" title="class in org.apache.drill.exec.physical.impl.xsort">TestExternalSortInternals</a></span></code>&nbsp;</td>
</tr>
<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/xsort/TestLenientAllocation.html" title="class in org.apache.drill.exec.physical.impl.xsort">TestLenientAllocation</a></span></code>
<div class="block">Test of temporary allocator feature to allow a grace margin
for error in allocations from operators that make a good-faith
effort to stay within their budgets, but are sometimes undone
by unexpected power-of-two buffer sizes and vector doubling.</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/exec/physical/impl/xsort/TestShortArrays.html" title="class in org.apache.drill.exec.physical.impl.xsort">TestShortArrays</a></span></code>
<div class="block">DRILL-5804.</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/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/resultSet/impl/package-summary.html">org.apache.drill.exec.physical.resultSet.impl</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/resultSet/impl/TestResultSetCopier.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetCopier</a></span></code>&nbsp;</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/exec/physical/resultSet/impl/TestResultSetLoaderDictArray.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderDictArray</a></span></code>
<div class="block">Test dict array support in the result set loader.</div>
</td>
</tr>
<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/resultSet/impl/TestResultSetLoaderDicts.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderDicts</a></span></code>
<div class="block">Test (non-array) dict support in the result set loader and related classes.</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/exec/physical/resultSet/impl/TestResultSetLoaderEmptyProject.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderEmptyProject</a></span></code>&nbsp;</td>
</tr>
<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/resultSet/impl/TestResultSetLoaderLimits.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderLimits</a></span></code>
<div class="block">Tests of the row limit functionality of the result set loader.</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/exec/physical/resultSet/impl/TestResultSetLoaderMapArray.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderMapArray</a></span></code>
<div class="block">Test map array support in the result set loader.</div>
</td>
</tr>
<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/resultSet/impl/TestResultSetLoaderMaps.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderMaps</a></span></code>
<div class="block">Test (non-array) map support in the result set loader and related classes.</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/exec/physical/resultSet/impl/TestResultSetLoaderOmittedValues.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderOmittedValues</a></span></code>&nbsp;</td>
</tr>
<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/resultSet/impl/TestResultSetLoaderOverflow.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderOverflow</a></span></code>
<div class="block">Exercise the vector overflow functionality for the result set loader.</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/exec/physical/resultSet/impl/TestResultSetLoaderProjection.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderProjection</a></span></code>
<div class="block">Test of the basics of the projection mechanism.</div>
</td>
</tr>
<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/resultSet/impl/TestResultSetLoaderProtocol.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderProtocol</a></span></code>
<div class="block">Tests of the overall result set loader protocol focusing on which operations
are valid in each state, basics of column lookup, basics of adding columns
and so on.</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/exec/physical/resultSet/impl/TestResultSetLoaderRepeatedList.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderRepeatedList</a></span></code>
<div class="block">Tests repeated list support.</div>
</td>
</tr>
<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/resultSet/impl/TestResultSetLoaderTorture.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderTorture</a></span></code>
<div class="block">Runs a worst-case scenario test that combines aspects of all
previous tests.</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/exec/physical/resultSet/impl/TestResultSetLoaderUnions.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetLoaderUnions</a></span></code>
<div class="block">Tests the result set loader support for union vectors.</div>
</td>
</tr>
<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/resultSet/impl/TestResultSetReader.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetReader</a></span></code>&nbsp;</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/exec/physical/resultSet/impl/TestResultSetSchemaChange.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultSetSchemaChange</a></span></code>&nbsp;</td>
</tr>
<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/resultSet/impl/TestResultVectorCache.html" title="class in org.apache.drill.exec.physical.resultSet.impl">TestResultVectorCache</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.physical.rowSet">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/rowSet/package-summary.html">org.apache.drill.exec.physical.rowSet</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/physical/rowSet/package-summary.html">org.apache.drill.exec.physical.rowSet</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/rowSet/TestDummyWriter.html" title="class in org.apache.drill.exec.physical.rowSet">TestDummyWriter</a></span></code>&nbsp;</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/exec/physical/rowSet/TestFillEmpties.html" title="class in org.apache.drill.exec.physical.rowSet">TestFillEmpties</a></span></code>
<div class="block">Test the "fill empties" logic for all types for all modes.</div>
</td>
</tr>
<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/rowSet/TestFixedWidthWriter.html" title="class in org.apache.drill.exec.physical.rowSet">TestFixedWidthWriter</a></span></code>
<div class="block">Test the int writer as a typical example of a fixed-width
writer.</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/exec/physical/rowSet/TestHyperVectorReaders.html" title="class in org.apache.drill.exec.physical.rowSet">TestHyperVectorReaders</a></span></code>
<div class="block">Test the reader mechanism that reads rows indexed via an SV4.</div>
</td>
</tr>
<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/rowSet/TestIndirectReaders.html" title="class in org.apache.drill.exec.physical.rowSet">TestIndirectReaders</a></span></code>
<div class="block">Test reading with an indirection vector (sv2.) This form of
indirection vector reorders values within a single batch.</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/exec/physical/rowSet/TestMapAccessors.html" title="class in org.apache.drill.exec.physical.rowSet">TestMapAccessors</a></span></code>
<div class="block">Test map support in the column readers and writers.</div>
</td>
</tr>
<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/rowSet/TestOffsetVectorWriter.html" title="class in org.apache.drill.exec.physical.rowSet">TestOffsetVectorWriter</a></span></code>
<div class="block">The offset vector writer is unique: it follows the same API as
the other writers, but has a unique twist because offsets are written
into the slot one after the other vectors.</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/exec/physical/rowSet/TestRepeatedListAccessors.html" title="class in org.apache.drill.exec.physical.rowSet">TestRepeatedListAccessors</a></span></code>
<div class="block">Test the basics of repeated list support in the schema builder,
column writers and column readers.</div>
</td>
</tr>
<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/rowSet/TestRowSet.html" title="class in org.apache.drill.exec.physical.rowSet">TestRowSet</a></span></code>
<div class="block">Test row sets.</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/exec/physical/rowSet/TestScalarAccessors.html" title="class in org.apache.drill.exec.physical.rowSet">TestScalarAccessors</a></span></code>
<div class="block">Verify that simple scalar (non-repeated) column readers
and writers work as expected.</div>
</td>
</tr>
<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/rowSet/TestVariableWidthWriter.html" title="class in org.apache.drill.exec.physical.rowSet">TestVariableWidthWriter</a></span></code>&nbsp;</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/exec/physical/rowSet/TestVariantAccessors.html" title="class in org.apache.drill.exec.physical.rowSet">TestVariantAccessors</a></span></code>
<div class="block">Tests for readers and writers for union and list types.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.record">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/record/package-summary.html">org.apache.drill.exec.record</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/record/package-summary.html">org.apache.drill.exec.record</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/record/TestRecordBatchSizer.html" title="class in org.apache.drill.exec.record">TestRecordBatchSizer</a></span></code>&nbsp;</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/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</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 subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/store/easy/json/loader/package-summary.html">org.apache.drill.exec.store.easy.json.loader</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/store/easy/json/loader/BaseJsonLoaderTest.html" title="class in org.apache.drill.exec.store.easy.json.loader">BaseJsonLoaderTest</a></span></code>&nbsp;</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/exec/store/easy/json/loader/TestBasics.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestBasics</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/store/easy/json/loader/TestExtendedArrays.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestExtendedArrays</a></span></code>&nbsp;</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/exec/store/easy/json/loader/TestExtendedTypes.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestExtendedTypes</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/store/easy/json/loader/TestExtendedWithSchema.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestExtendedWithSchema</a></span></code>
<div class="block">Test extended types with a schema.</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/exec/store/easy/json/loader/TestMessageParser.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestMessageParser</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/store/easy/json/loader/TestObjects.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestObjects</a></span></code>&nbsp;</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/exec/store/easy/json/loader/TestRepeatedList.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestRepeatedList</a></span></code>
<div class="block">Tests repeated lists to form a 2D or 3D array of various data types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/store/easy/json/loader/TestScalarArrays.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestScalarArrays</a></span></code>
<div class="block">Test scalar arrays.</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/exec/store/easy/json/loader/TestScalars.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestScalars</a></span></code>
<div class="block">Tests JSON scalar handling.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/store/easy/json/loader/TestUnknowns.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestUnknowns</a></span></code>
<div class="block">Tests the ability of the JSON reader to "wait out" a set of leading
null or empty array values to wait until an actual value appears before
deciding on the column type.</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/exec/store/easy/json/loader/TestVariant.html" title="class in org.apache.drill.exec.store.easy.json.loader">TestVariant</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.store.mock">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/store/mock/package-summary.html">org.apache.drill.exec.store.mock</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/store/mock/package-summary.html">org.apache.drill.exec.store.mock</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/store/mock/TestMockRowReader.html" title="class in org.apache.drill.exec.store.mock">TestMockRowReader</a></span></code>
<div class="block">Tests the mock data source directly by wrapping it in a mock
scan operator, without the rest of Drill.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.work.filter">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/work/filter/package-summary.html">org.apache.drill.exec.work.filter</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/exec/work/filter/package-summary.html">org.apache.drill.exec.work.filter</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/work/filter/BloomFilterTest.html" title="class in org.apache.drill.exec.work.filter">BloomFilterTest</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.vector">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/vector/package-summary.html">org.apache.drill.vector</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/drill/test/SubOperatorTest.html" title="class in org.apache.drill.test">SubOperatorTest</a> in <a href="../../../../../org/apache/drill/vector/package-summary.html">org.apache.drill.vector</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/vector/TestToNullable.html" title="class in org.apache.drill.vector">TestToNullable</a></span></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/test/SubOperatorTest.html" title="class in org.apache.drill.test">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/test/class-use/SubOperatorTest.html" target="_top">Frames</a></li>
<li><a href="SubOperatorTest.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; 2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>