blob: 0a32cb7d62e5b422095edda6ce64a68d2ceb3d2e [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.drill.exec.ops (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="org.apache.drill.exec.ops (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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/drill/exec/oauth/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/drill/exec/opt/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/drill/exec/ops/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.drill.exec.ops</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/BufferManager.html" title="interface in org.apache.drill.exec.ops">BufferManager</a></td>
<td class="colLast">
<div class="block">Manages a list of <a href="../../../../../io/netty/buffer/DrillBuf.html" title="class in io.netty.buffer"><code>DrillBuf</code></a>s that can be reallocated as needed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/Consumer.html" title="interface in org.apache.drill.exec.ops">Consumer</a>&lt;T&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/ExchangeFragmentContext.html" title="interface in org.apache.drill.exec.ops">ExchangeFragmentContext</a></td>
<td class="colLast">
<div class="block">This provides the resources required by an exchange operator.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/ExecutorFragmentContext.html" title="interface in org.apache.drill.exec.ops">ExecutorFragmentContext</a></td>
<td class="colLast">
<div class="block">The context that is used by a Drillbit in classes like the
<a href="../../../../../org/apache/drill/exec/work/fragment/FragmentExecutor.html" title="class in org.apache.drill.exec.work.fragment"><code>FragmentExecutor</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/FragmentContext.html" title="interface in org.apache.drill.exec.ops">FragmentContext</a></td>
<td class="colLast">
<div class="block">Provides the resources required by a non-exchange operator to execute.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/FragmentContext.ExecutorState.html" title="interface in org.apache.drill.exec.ops">FragmentContext.ExecutorState</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/FragmentContextInterface.html" title="interface in org.apache.drill.exec.ops">FragmentContextInterface</a></td>
<td class="colLast">
<div class="block">Fragment context interface: separates implementation from definition.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/MetricDef.html" title="interface in org.apache.drill.exec.ops">MetricDef</a></td>
<td class="colLast">
<div class="block">Interface that defines a metric.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/OperatorContext.html" title="interface in org.apache.drill.exec.ops">OperatorContext</a></td>
<td class="colLast">
<div class="block">Per-operator services available for operator implementations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/OperatorStatReceiver.html" title="interface in org.apache.drill.exec.ops">OperatorStatReceiver</a></td>
<td class="colLast">
<div class="block">Interface for updating a statistic.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/OptimizerRulesContext.html" title="interface in org.apache.drill.exec.ops">OptimizerRulesContext</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/RootFragmentContext.html" title="interface in org.apache.drill.exec.ops">RootFragmentContext</a></td>
<td class="colLast">
<div class="block">Provides services needed by the <a href="../../../../../org/apache/drill/exec/work/fragment/FragmentExecutor.html" title="class in org.apache.drill.exec.work.fragment"><code>FragmentExecutor</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/UdfUtilities.html" title="interface in org.apache.drill.exec.ops">UdfUtilities</a></td>
<td class="colLast">
<div class="block">Defines the query state and shared resources available to UDFs through
injectables.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/AccountingDataTunnel.html" title="class in org.apache.drill.exec.ops">AccountingDataTunnel</a></td>
<td class="colLast">
<div class="block">Wrapper around a <a href="../../../../../org/apache/drill/exec/rpc/data/DataTunnel.html" title="class in org.apache.drill.exec.rpc.data"><code>DataTunnel</code></a> that tracks the status of batches sent to
to other Drillbits.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/AccountingUserConnection.html" title="class in org.apache.drill.exec.ops">AccountingUserConnection</a></td>
<td class="colLast">
<div class="block">Wrapper around a <a href="../../../../../org/apache/drill/exec/rpc/UserClientConnection.html" title="interface in org.apache.drill.exec.rpc"><code>UserClientConnection</code></a> that tracks the status of batches
sent to User.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/BaseFragmentContext.html" title="class in org.apache.drill.exec.ops">BaseFragmentContext</a></td>
<td class="colLast">
<div class="block">Common implementation for both the test and production versions
of the fragment context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/BaseOperatorContext.html" title="class in org.apache.drill.exec.ops">BaseOperatorContext</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../../org/apache/drill/exec/ops/OperatorContext.html" title="interface in org.apache.drill.exec.ops"><code>OperatorContext</code></a> that provides services
needed by most run-time operators.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/BufferManagerImpl.html" title="class in org.apache.drill.exec.ops">BufferManagerImpl</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/ContextInformation.html" title="class in org.apache.drill.exec.ops">ContextInformation</a></td>
<td class="colLast">
<div class="block">Provides query context information (such as query start time, query user, default schema etc.) for UDFs.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/DataTunnelStatusHandler.html" title="class in org.apache.drill.exec.ops">DataTunnelStatusHandler</a></td>
<td class="colLast">
<div class="block">Listener that keeps track of the status of batches sent, and updates the SendingAccountor when status is received
for each batch</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/FragmentContextImpl.html" title="class in org.apache.drill.exec.ops">FragmentContextImpl</a></td>
<td class="colLast">
<div class="block">This is the core Context which implements all the Context interfaces:
<a href="../../../../../org/apache/drill/exec/ops/FragmentContext.html" title="interface in org.apache.drill.exec.ops"><code>FragmentContext</code></a>: A context provided to non-exchange
operators.
<a href="../../../../../org/apache/drill/exec/ops/ExchangeFragmentContext.html" title="interface in org.apache.drill.exec.ops"><code>ExchangeFragmentContext</code></a>: A context provided to exchange
operators.
<a href="../../../../../org/apache/drill/exec/ops/RootFragmentContext.html" title="interface in org.apache.drill.exec.ops"><code>RootFragmentContext</code></a>: A context provided to fragment roots.
<a href="../../../../../org/apache/drill/exec/ops/ExecutorFragmentContext.html" title="interface in org.apache.drill.exec.ops"><code>ExecutorFragmentContext</code></a>: A context used by the Drillbit.
The interfaces above expose resources to varying degrees.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/FragmentStats.html" title="class in org.apache.drill.exec.ops">FragmentStats</a></td>
<td class="colLast">
<div class="block">Holds statistics of a particular (minor) fragment.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/OperatorMetricRegistry.html" title="class in org.apache.drill.exec.ops">OperatorMetricRegistry</a></td>
<td class="colLast">
<div class="block">Registry of operator metrics.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/OperatorStats.html" title="class in org.apache.drill.exec.ops">OperatorStats</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/OperatorUtilities.html" title="class in org.apache.drill.exec.ops">OperatorUtilities</a></td>
<td class="colLast">
<div class="block">Utility methods, formerly on the OperatorContext class, that work with
operators.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/OpProfileDef.html" title="class in org.apache.drill.exec.ops">OpProfileDef</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/QueryContext.html" title="class in org.apache.drill.exec.ops">QueryContext</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/SendingAccountor.html" title="class in org.apache.drill.exec.ops">SendingAccountor</a></td>
<td class="colLast">
<div class="block">Account for whether all messages sent have been completed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/StatusHandler.html" title="class in org.apache.drill.exec.ops">StatusHandler</a></td>
<td class="colLast">
<div class="block">Listener that keeps track of the status of batches sent, and updates the SendingAccountor when status is received
for each batch</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/ViewExpansionContext.html" title="class in org.apache.drill.exec.ops">ViewExpansionContext</a></td>
<td class="colLast">
<div class="block">Contains context information about view expansion(s) in a query.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/QueryContext.SqlStatementType.html" title="enum in org.apache.drill.exec.ops">QueryContext.SqlStatementType</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/ops/QueryCancelledException.html" title="class in org.apache.drill.exec.ops">QueryCancelledException</a></td>
<td class="colLast">
<div class="block">Indicates that an external source has cancelled the query.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/drill/exec/oauth/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/drill/exec/opt/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/drill/exec/ops/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>