blob: 824d00dd0d73071a2cec435224e27471e5ecaa73 [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>CloseableRecordBatch (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="CloseableRecordBatch (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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/CloseableRecordBatch.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/record/BatchSchemaBuilder.html" title="class in org.apache.drill.exec.record"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/drill/exec/record/ColumnConverter.html" title="interface in org.apache.drill.exec.record"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/drill/exec/record/CloseableRecordBatch.html" target="_top">Frames</a></li>
<li><a href="CloseableRecordBatch.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.drill.exec.record</div>
<h2 title="Interface CloseableRecordBatch" class="title">Interface CloseableRecordBatch</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../../org/apache/drill/exec/record/VectorWrapper.html" title="interface in org.apache.drill.exec.record">VectorWrapper</a>&lt;?&gt;&gt;, <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html" title="interface in org.apache.drill.exec.record">RecordBatch</a>, <a href="../../../../../org/apache/drill/exec/record/VectorAccessible.html" title="interface in org.apache.drill.exec.record">VectorAccessible</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../org/apache/drill/exec/record/AbstractBinaryRecordBatch.html" title="class in org.apache.drill.exec.record">AbstractBinaryRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/record/AbstractRecordBatch.html" title="class in org.apache.drill.exec.record">AbstractRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/record/AbstractSingleRecordBatch.html" title="class in org.apache.drill.exec.record">AbstractSingleRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/record/AbstractTableFunctionRecordBatch.html" title="class in org.apache.drill.exec.record">AbstractTableFunctionRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/record/AbstractUnaryRecordBatch.html" title="class in org.apache.drill.exec.record">AbstractUnaryRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/xsort/ExternalSortBatch.html" title="class in org.apache.drill.exec.physical.impl.xsort">ExternalSortBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/filter/FilterRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.filter">FilterRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/flatten/FlattenRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.flatten">FlattenRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/aggregate/HashAggBatch.html" title="class in org.apache.drill.exec.physical.impl.aggregate">HashAggBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/join/HashJoinBatch.html" title="class in org.apache.drill.exec.physical.impl.join">HashJoinBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/validate/IteratorValidatorBatchIterator.html" title="class in org.apache.drill.exec.physical.impl.validate">IteratorValidatorBatchIterator</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/join/LateralJoinBatch.html" title="class in org.apache.drill.exec.physical.impl.join">LateralJoinBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/limit/LimitRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.limit">LimitRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/join/MergeJoinBatch.html" title="class in org.apache.drill.exec.physical.impl.join">MergeJoinBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/mergereceiver/MergingRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.mergereceiver">MergingRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/metadata/MetadataControllerBatch.html" title="class in org.apache.drill.exec.physical.impl.metadata">MetadataControllerBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/metadata/MetadataHandlerBatch.html" title="class in org.apache.drill.exec.physical.impl.metadata">MetadataHandlerBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/metadata/MetadataHashAggBatch.html" title="class in org.apache.drill.exec.physical.impl.metadata">MetadataHashAggBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/metadata/MetadataStreamAggBatch.html" title="class in org.apache.drill.exec.physical.impl.metadata">MetadataStreamAggBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/join/NestedLoopJoinBatch.html" title="class in org.apache.drill.exec.physical.impl.join">NestedLoopJoinBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/protocol/OperatorRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.protocol">OperatorRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/orderedpartitioner/OrderedPartitionRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.orderedpartitioner">OrderedPartitionRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/limit/PartitionLimitRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.limit">PartitionLimitRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/producer/ProducerConsumerBatch.html" title="class in org.apache.drill.exec.physical.impl.producer">ProducerConsumerBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/project/ProjectRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.project">ProjectRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/rangepartitioner/RangePartitionRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.rangepartitioner">RangePartitionRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/svremover/RemovingRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.svremover">RemovingRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/join/RowKeyJoinBatch.html" title="class in org.apache.drill.exec.physical.impl.join">RowKeyJoinBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/filter/RuntimeFilterRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.filter">RuntimeFilterRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/ScanBatch.html" title="class in org.apache.drill.exec.physical.impl">ScanBatch</a>, <a href="../../../../../org/apache/drill/exec/record/SchemalessBatch.html" title="class in org.apache.drill.exec.record">SchemalessBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/sort/SortBatch.html" title="class in org.apache.drill.exec.physical.impl.sort">SortBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/aggregate/SpilledRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.aggregate">SpilledRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/statistics/StatisticsAggBatch.html" title="class in org.apache.drill.exec.physical.impl.statistics">StatisticsAggBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/statistics/StatisticsMergeBatch.html" title="class in org.apache.drill.exec.physical.impl.statistics">StatisticsMergeBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/StatisticsWriterRecordBatch.html" title="class in org.apache.drill.exec.physical.impl">StatisticsWriterRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/aggregate/StreamingAggBatch.html" title="class in org.apache.drill.exec.physical.impl.aggregate">StreamingAggBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/TopN/TopNBatch.html" title="class in org.apache.drill.exec.physical.impl.TopN">TopNBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/trace/TraceRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.trace">TraceRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/union/UnionAllRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.union">UnionAllRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/unnest/UnnestRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.unnest">UnnestRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/unorderedreceiver/UnorderedReceiverBatch.html" title="class in org.apache.drill.exec.physical.impl.unorderedreceiver">UnorderedReceiverBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/unpivot/UnpivotMapsRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.unpivot">UnpivotMapsRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/window/WindowFrameRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.window">WindowFrameRecordBatch</a>, <a href="../../../../../org/apache/drill/exec/physical/impl/WriterRecordBatch.html" title="class in org.apache.drill.exec.physical.impl">WriterRecordBatch</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">CloseableRecordBatch</span>
extends <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html" title="interface in org.apache.drill.exec.record">RecordBatch</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.drill.exec.record.RecordBatch">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.drill.exec.record.<a href="../../../../../org/apache/drill/exec/record/RecordBatch.html" title="interface in org.apache.drill.exec.record">RecordBatch</a></h3>
<code><a href="../../../../../org/apache/drill/exec/record/RecordBatch.IterOutcome.html" title="enum in org.apache.drill.exec.record">RecordBatch.IterOutcome</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.drill.exec.record.RecordBatch">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.apache.drill.exec.record.<a href="../../../../../org/apache/drill/exec/record/RecordBatch.html" title="interface in org.apache.drill.exec.record">RecordBatch</a></h3>
<code><a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#MAX_BATCH_ROW_COUNT">MAX_BATCH_ROW_COUNT</a></code></li>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.drill.exec.record.RecordBatch">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.drill.exec.record.<a href="../../../../../org/apache/drill/exec/record/RecordBatch.html" title="interface in org.apache.drill.exec.record">RecordBatch</a></h3>
<code><a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#cancel--">cancel</a>, <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#dump--">dump</a>, <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#getContainer--">getContainer</a>, <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#getContext--">getContext</a>, <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#getOutgoingContainer--">getOutgoingContainer</a>, <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#getSchema--">getSchema</a>, <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#getValueAccessorById-java.lang.Class-int...-">getValueAccessorById</a>, <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#getValueVectorId-org.apache.drill.common.expression.SchemaPath-">getValueVectorId</a>, <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#getWritableBatch--">getWritableBatch</a>, <a href="../../../../../org/apache/drill/exec/record/RecordBatch.html#next--">next</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.drill.exec.record.VectorAccessible">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.drill.exec.record.<a href="../../../../../org/apache/drill/exec/record/VectorAccessible.html" title="interface in org.apache.drill.exec.record">VectorAccessible</a></h3>
<code><a href="../../../../../org/apache/drill/exec/record/VectorAccessible.html#getRecordCount--">getRecordCount</a>, <a href="../../../../../org/apache/drill/exec/record/VectorAccessible.html#getSelectionVector2--">getSelectionVector2</a>, <a href="../../../../../org/apache/drill/exec/record/VectorAccessible.html#getSelectionVector4--">getSelectionVector4</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Iterable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#forEach-java.util.function.Consumer-" title="class or interface in java.lang">forEach</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--" title="class or interface in java.lang">iterator</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#spliterator--" title="class or interface in java.lang">spliterator</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.AutoCloseable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--" title="class or interface in java.lang">close</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/CloseableRecordBatch.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/record/BatchSchemaBuilder.html" title="class in org.apache.drill.exec.record"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/drill/exec/record/ColumnConverter.html" title="interface in org.apache.drill.exec.record"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/drill/exec/record/CloseableRecordBatch.html" target="_top">Frames</a></li>
<li><a href="CloseableRecordBatch.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</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>