blob: edfe7ec343388f746dc11a0bb154bd6ae6cf3f2c [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.vector (Drill : 1.20.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.drill.exec.vector (Drill : 1.20.3 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/drill/exec/util/record/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/drill/exec/vector/accessor/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/drill/exec/vector/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.vector</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/vector/FixedWidthVector.html" title="interface in org.apache.drill.exec.vector">FixedWidthVector</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableVector.html" title="interface in org.apache.drill.exec.vector">NullableVector</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableVector.Mutator.html" title="interface in org.apache.drill.exec.vector">NullableVector.Mutator</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableVectorDefinitionSetter.html" title="interface in org.apache.drill.exec.vector">NullableVectorDefinitionSetter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UntypedReader.html" title="interface in org.apache.drill.exec.vector">UntypedReader</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/ValueVector.html" title="interface in org.apache.drill.exec.vector">ValueVector</a></td>
<td class="colLast">
<div class="block">An abstraction that is used to store a sequence of values in an individual
column.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/ValueVector.Accessor.html" title="interface in org.apache.drill.exec.vector">ValueVector.Accessor</a></td>
<td class="colLast">
<div class="block">Reads from this vector instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/ValueVector.Mutator.html" title="interface in org.apache.drill.exec.vector">ValueVector.Mutator</a></td>
<td class="colLast">
<div class="block">Writes into this vector instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VariableWidthVector.html" title="interface in org.apache.drill.exec.vector">VariableWidthVector</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VariableWidthVector.VariableWidthAccessor.html" title="interface in org.apache.drill.exec.vector">VariableWidthVector.VariableWidthAccessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VariableWidthVector.VariableWidthMutator.html" title="interface in org.apache.drill.exec.vector">VariableWidthVector.VariableWidthMutator</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VarLenBulkEntry.html" title="interface in org.apache.drill.exec.vector">VarLenBulkEntry</a></td>
<td class="colLast">
<div class="block">A bulk input entry enables us to process potentially multiple VL values in one shot (especially for very
small values); please refer to <code>org.apache.drill.exec.vector.VarBinaryVector.BulkInput</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VarLenBulkInput.html" title="interface in org.apache.drill.exec.vector">VarLenBulkInput</a>&lt;T extends <a href="../../../../../org/apache/drill/exec/vector/VarLenBulkEntry.html" title="interface in org.apache.drill.exec.vector">VarLenBulkEntry</a>&gt;</td>
<td class="colLast">
<div class="block">Allows caller to provide input in a bulk manner while abstracting the underlying data structure
to provide performance optimizations opportunities.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VarLenBulkInput.BulkInputCallback.html" title="interface in org.apache.drill.exec.vector">VarLenBulkInput.BulkInputCallback</a>&lt;T extends <a href="../../../../../org/apache/drill/exec/vector/VarLenBulkEntry.html" title="interface in org.apache.drill.exec.vector">VarLenBulkEntry</a>&gt;</td>
<td class="colLast">
<div class="block">Enables caller (such as wrapper vector objects) to include more processing logic as the data is being
streamed.</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/vector/AddOrGetResult.html" title="class in org.apache.drill.exec.vector">AddOrGetResult</a>&lt;V extends <a href="../../../../../org/apache/drill/exec/vector/ValueVector.html" title="interface in org.apache.drill.exec.vector">ValueVector</a>&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/AllocationHelper.html" title="class in org.apache.drill.exec.vector">AllocationHelper</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/BaseDataValueVector.html" title="class in org.apache.drill.exec.vector">BaseDataValueVector</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/BaseValueVector.html" title="class in org.apache.drill.exec.vector">BaseValueVector</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/BaseValueVector.BaseAccessor.html" title="class in org.apache.drill.exec.vector">BaseValueVector.BaseAccessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/BaseValueVector.BaseMutator.html" title="class in org.apache.drill.exec.vector">BaseValueVector.BaseMutator</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/BigIntVector.html" title="class in org.apache.drill.exec.vector">BigIntVector</a></td>
<td class="colLast">
<div class="block">BigInt implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/BitVector.html" title="class in org.apache.drill.exec.vector">BitVector</a></td>
<td class="colLast">
<div class="block">Bit implements a vector of bit-width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/CopyUtil.html" title="class in org.apache.drill.exec.vector">CopyUtil</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/DateUtilities.html" title="class in org.apache.drill.exec.vector">DateUtilities</a></td>
<td class="colLast">
<div class="block">Utility class for Date, DateTime, TimeStamp, Interval data types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/DateVector.html" title="class in org.apache.drill.exec.vector">DateVector</a></td>
<td class="colLast">
<div class="block">Date implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/Decimal18Vector.html" title="class in org.apache.drill.exec.vector">Decimal18Vector</a></td>
<td class="colLast">
<div class="block">Decimal18 implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/Decimal28DenseVector.html" title="class in org.apache.drill.exec.vector">Decimal28DenseVector</a></td>
<td class="colLast">
<div class="block">Decimal28Dense implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/Decimal28SparseVector.html" title="class in org.apache.drill.exec.vector">Decimal28SparseVector</a></td>
<td class="colLast">
<div class="block">Decimal28Sparse implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/Decimal38DenseVector.html" title="class in org.apache.drill.exec.vector">Decimal38DenseVector</a></td>
<td class="colLast">
<div class="block">Decimal38Dense implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/Decimal38SparseVector.html" title="class in org.apache.drill.exec.vector">Decimal38SparseVector</a></td>
<td class="colLast">
<div class="block">Decimal38Sparse implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/Decimal9Vector.html" title="class in org.apache.drill.exec.vector">Decimal9Vector</a></td>
<td class="colLast">
<div class="block">Decimal9 implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/Float4Vector.html" title="class in org.apache.drill.exec.vector">Float4Vector</a></td>
<td class="colLast">
<div class="block">Float4 implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/Float8Vector.html" title="class in org.apache.drill.exec.vector">Float8Vector</a></td>
<td class="colLast">
<div class="block">Float8 implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/IntervalDayVector.html" title="class in org.apache.drill.exec.vector">IntervalDayVector</a></td>
<td class="colLast">
<div class="block">IntervalDay implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/IntervalVector.html" title="class in org.apache.drill.exec.vector">IntervalVector</a></td>
<td class="colLast">
<div class="block">Interval implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/IntervalYearVector.html" title="class in org.apache.drill.exec.vector">IntervalYearVector</a></td>
<td class="colLast">
<div class="block">IntervalYear implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/IntVector.html" title="class in org.apache.drill.exec.vector">IntVector</a></td>
<td class="colLast">
<div class="block">Int implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/IntVector.BufferedMutator.html" title="class in org.apache.drill.exec.vector">IntVector.BufferedMutator</a></td>
<td class="colLast">
<div class="block">Helper class to buffer container mutation as a means to optimize native memory copy operations.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableBigIntVector.html" title="class in org.apache.drill.exec.vector">NullableBigIntVector</a></td>
<td class="colLast">
<div class="block">NullableBigInt implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableBitVector.html" title="class in org.apache.drill.exec.vector">NullableBitVector</a></td>
<td class="colLast">
<div class="block">NullableBit implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableDateVector.html" title="class in org.apache.drill.exec.vector">NullableDateVector</a></td>
<td class="colLast">
<div class="block">NullableDate implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableDecimal18Vector.html" title="class in org.apache.drill.exec.vector">NullableDecimal18Vector</a></td>
<td class="colLast">
<div class="block">NullableDecimal18 implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableDecimal28DenseVector.html" title="class in org.apache.drill.exec.vector">NullableDecimal28DenseVector</a></td>
<td class="colLast">
<div class="block">NullableDecimal28Dense implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableDecimal28SparseVector.html" title="class in org.apache.drill.exec.vector">NullableDecimal28SparseVector</a></td>
<td class="colLast">
<div class="block">NullableDecimal28Sparse implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableDecimal38DenseVector.html" title="class in org.apache.drill.exec.vector">NullableDecimal38DenseVector</a></td>
<td class="colLast">
<div class="block">NullableDecimal38Dense implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableDecimal38SparseVector.html" title="class in org.apache.drill.exec.vector">NullableDecimal38SparseVector</a></td>
<td class="colLast">
<div class="block">NullableDecimal38Sparse implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableDecimal9Vector.html" title="class in org.apache.drill.exec.vector">NullableDecimal9Vector</a></td>
<td class="colLast">
<div class="block">NullableDecimal9 implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableFloat4Vector.html" title="class in org.apache.drill.exec.vector">NullableFloat4Vector</a></td>
<td class="colLast">
<div class="block">NullableFloat4 implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableFloat8Vector.html" title="class in org.apache.drill.exec.vector">NullableFloat8Vector</a></td>
<td class="colLast">
<div class="block">NullableFloat8 implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableIntervalDayVector.html" title="class in org.apache.drill.exec.vector">NullableIntervalDayVector</a></td>
<td class="colLast">
<div class="block">NullableIntervalDay implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableIntervalVector.html" title="class in org.apache.drill.exec.vector">NullableIntervalVector</a></td>
<td class="colLast">
<div class="block">NullableInterval implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableIntervalYearVector.html" title="class in org.apache.drill.exec.vector">NullableIntervalYearVector</a></td>
<td class="colLast">
<div class="block">NullableIntervalYear implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableIntVector.html" title="class in org.apache.drill.exec.vector">NullableIntVector</a></td>
<td class="colLast">
<div class="block">NullableInt implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableSmallIntVector.html" title="class in org.apache.drill.exec.vector">NullableSmallIntVector</a></td>
<td class="colLast">
<div class="block">NullableSmallInt implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableTimeStampVector.html" title="class in org.apache.drill.exec.vector">NullableTimeStampVector</a></td>
<td class="colLast">
<div class="block">NullableTimeStamp implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableTimeVector.html" title="class in org.apache.drill.exec.vector">NullableTimeVector</a></td>
<td class="colLast">
<div class="block">NullableTime implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableTinyIntVector.html" title="class in org.apache.drill.exec.vector">NullableTinyIntVector</a></td>
<td class="colLast">
<div class="block">NullableTinyInt implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableUInt1Vector.html" title="class in org.apache.drill.exec.vector">NullableUInt1Vector</a></td>
<td class="colLast">
<div class="block">NullableUInt1 implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableUInt2Vector.html" title="class in org.apache.drill.exec.vector">NullableUInt2Vector</a></td>
<td class="colLast">
<div class="block">NullableUInt2 implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableUInt4Vector.html" title="class in org.apache.drill.exec.vector">NullableUInt4Vector</a></td>
<td class="colLast">
<div class="block">NullableUInt4 implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableUInt8Vector.html" title="class in org.apache.drill.exec.vector">NullableUInt8Vector</a></td>
<td class="colLast">
<div class="block">NullableUInt8 implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableVar16CharVector.html" title="class in org.apache.drill.exec.vector">NullableVar16CharVector</a></td>
<td class="colLast">
<div class="block">NullableVar16Char implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableVarBinaryVector.html" title="class in org.apache.drill.exec.vector">NullableVarBinaryVector</a></td>
<td class="colLast">
<div class="block">NullableVarBinary implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableVarCharVector.html" title="class in org.apache.drill.exec.vector">NullableVarCharVector</a></td>
<td class="colLast">
<div class="block">NullableVarChar implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/NullableVarDecimalVector.html" title="class in org.apache.drill.exec.vector">NullableVarDecimalVector</a></td>
<td class="colLast">
<div class="block">NullableVarDecimal implements a vector of values which could be null.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/ObjectVector.html" title="class in org.apache.drill.exec.vector">ObjectVector</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedBigIntVector.html" title="class in org.apache.drill.exec.vector">RepeatedBigIntVector</a></td>
<td class="colLast">
<div class="block">RepeatedBigInt implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedBitVector.html" title="class in org.apache.drill.exec.vector">RepeatedBitVector</a></td>
<td class="colLast">
<div class="block">RepeatedBit implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedDateVector.html" title="class in org.apache.drill.exec.vector">RepeatedDateVector</a></td>
<td class="colLast">
<div class="block">RepeatedDate implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedDecimal18Vector.html" title="class in org.apache.drill.exec.vector">RepeatedDecimal18Vector</a></td>
<td class="colLast">
<div class="block">RepeatedDecimal18 implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedDecimal28DenseVector.html" title="class in org.apache.drill.exec.vector">RepeatedDecimal28DenseVector</a></td>
<td class="colLast">
<div class="block">RepeatedDecimal28Dense implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedDecimal28SparseVector.html" title="class in org.apache.drill.exec.vector">RepeatedDecimal28SparseVector</a></td>
<td class="colLast">
<div class="block">RepeatedDecimal28Sparse implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedDecimal38DenseVector.html" title="class in org.apache.drill.exec.vector">RepeatedDecimal38DenseVector</a></td>
<td class="colLast">
<div class="block">RepeatedDecimal38Dense implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedDecimal38SparseVector.html" title="class in org.apache.drill.exec.vector">RepeatedDecimal38SparseVector</a></td>
<td class="colLast">
<div class="block">RepeatedDecimal38Sparse implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedDecimal9Vector.html" title="class in org.apache.drill.exec.vector">RepeatedDecimal9Vector</a></td>
<td class="colLast">
<div class="block">RepeatedDecimal9 implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedFloat4Vector.html" title="class in org.apache.drill.exec.vector">RepeatedFloat4Vector</a></td>
<td class="colLast">
<div class="block">RepeatedFloat4 implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedFloat8Vector.html" title="class in org.apache.drill.exec.vector">RepeatedFloat8Vector</a></td>
<td class="colLast">
<div class="block">RepeatedFloat8 implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedIntervalDayVector.html" title="class in org.apache.drill.exec.vector">RepeatedIntervalDayVector</a></td>
<td class="colLast">
<div class="block">RepeatedIntervalDay implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedIntervalVector.html" title="class in org.apache.drill.exec.vector">RepeatedIntervalVector</a></td>
<td class="colLast">
<div class="block">RepeatedInterval implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedIntervalYearVector.html" title="class in org.apache.drill.exec.vector">RepeatedIntervalYearVector</a></td>
<td class="colLast">
<div class="block">RepeatedIntervalYear implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedIntVector.html" title="class in org.apache.drill.exec.vector">RepeatedIntVector</a></td>
<td class="colLast">
<div class="block">RepeatedInt implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedSmallIntVector.html" title="class in org.apache.drill.exec.vector">RepeatedSmallIntVector</a></td>
<td class="colLast">
<div class="block">RepeatedSmallInt implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedTimeStampVector.html" title="class in org.apache.drill.exec.vector">RepeatedTimeStampVector</a></td>
<td class="colLast">
<div class="block">RepeatedTimeStamp implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedTimeVector.html" title="class in org.apache.drill.exec.vector">RepeatedTimeVector</a></td>
<td class="colLast">
<div class="block">RepeatedTime implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedTinyIntVector.html" title="class in org.apache.drill.exec.vector">RepeatedTinyIntVector</a></td>
<td class="colLast">
<div class="block">RepeatedTinyInt implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedUInt1Vector.html" title="class in org.apache.drill.exec.vector">RepeatedUInt1Vector</a></td>
<td class="colLast">
<div class="block">RepeatedUInt1 implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedUInt2Vector.html" title="class in org.apache.drill.exec.vector">RepeatedUInt2Vector</a></td>
<td class="colLast">
<div class="block">RepeatedUInt2 implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedUInt4Vector.html" title="class in org.apache.drill.exec.vector">RepeatedUInt4Vector</a></td>
<td class="colLast">
<div class="block">RepeatedUInt4 implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedUInt8Vector.html" title="class in org.apache.drill.exec.vector">RepeatedUInt8Vector</a></td>
<td class="colLast">
<div class="block">RepeatedUInt8 implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedVar16CharVector.html" title="class in org.apache.drill.exec.vector">RepeatedVar16CharVector</a></td>
<td class="colLast">
<div class="block">RepeatedVar16Char implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedVarBinaryVector.html" title="class in org.apache.drill.exec.vector">RepeatedVarBinaryVector</a></td>
<td class="colLast">
<div class="block">RepeatedVarBinary implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedVarCharVector.html" title="class in org.apache.drill.exec.vector">RepeatedVarCharVector</a></td>
<td class="colLast">
<div class="block">RepeatedVarChar implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/RepeatedVarDecimalVector.html" title="class in org.apache.drill.exec.vector">RepeatedVarDecimalVector</a></td>
<td class="colLast">
<div class="block">RepeatedVarDecimal implements a vector with multiple values per row (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/SchemaChangeCallBack.html" title="class in org.apache.drill.exec.vector">SchemaChangeCallBack</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/SmallIntVector.html" title="class in org.apache.drill.exec.vector">SmallIntVector</a></td>
<td class="colLast">
<div class="block">SmallInt implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/TimeStampVector.html" title="class in org.apache.drill.exec.vector">TimeStampVector</a></td>
<td class="colLast">
<div class="block">TimeStamp implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/TimeVector.html" title="class in org.apache.drill.exec.vector">TimeVector</a></td>
<td class="colLast">
<div class="block">Time implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/TinyIntVector.html" title="class in org.apache.drill.exec.vector">TinyIntVector</a></td>
<td class="colLast">
<div class="block">TinyInt implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UInt1Vector.html" title="class in org.apache.drill.exec.vector">UInt1Vector</a></td>
<td class="colLast">
<div class="block">UInt1 implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UInt1Vector.BufferedMutator.html" title="class in org.apache.drill.exec.vector">UInt1Vector.BufferedMutator</a></td>
<td class="colLast">
<div class="block">Helper class to buffer container mutation as a means to optimize native memory copy operations.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UInt2Vector.html" title="class in org.apache.drill.exec.vector">UInt2Vector</a></td>
<td class="colLast">
<div class="block">UInt2 implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UInt4Vector.html" title="class in org.apache.drill.exec.vector">UInt4Vector</a></td>
<td class="colLast">
<div class="block">UInt4 implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UInt4Vector.BufferedMutator.html" title="class in org.apache.drill.exec.vector">UInt4Vector.BufferedMutator</a></td>
<td class="colLast">
<div class="block">Helper class to buffer container mutation as a means to optimize native memory copy operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UInt8Vector.html" title="class in org.apache.drill.exec.vector">UInt8Vector</a></td>
<td class="colLast">
<div class="block">UInt8 implements a vector of fixed width values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UntypedHolderReaderImpl.html" title="class in org.apache.drill.exec.vector">UntypedHolderReaderImpl</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UntypedNullHolder.html" title="class in org.apache.drill.exec.vector">UntypedNullHolder</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UntypedNullVector.html" title="class in org.apache.drill.exec.vector">UntypedNullVector</a></td>
<td class="colLast">
<div class="block">UntypedNullVector is to represent a value vector with <a href="../../../../../org/apache/drill/common/types/TypeProtos.MinorType.html#NULL"><code>TypeProtos.MinorType.NULL</code></a>
All values in the vector represent two semantic implications: 1) the value is unknown, 2) the type is unknown.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/UntypedReaderImpl.html" title="class in org.apache.drill.exec.vector">UntypedReaderImpl</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/ValueHolderHelper.html" title="class in org.apache.drill.exec.vector">ValueHolderHelper</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/Var16CharVector.html" title="class in org.apache.drill.exec.vector">Var16CharVector</a></td>
<td class="colLast">
<div class="block">Var16CharVector implements a vector of variable width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/Var16CharVector.BufferedMutator.html" title="class in org.apache.drill.exec.vector">Var16CharVector.BufferedMutator</a></td>
<td class="colLast">
<div class="block">Helper class to buffer container mutation as a means to optimize native memory copy operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VarBinaryVector.html" title="class in org.apache.drill.exec.vector">VarBinaryVector</a></td>
<td class="colLast">
<div class="block">VarBinaryVector implements a vector of variable width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VarBinaryVector.BufferedMutator.html" title="class in org.apache.drill.exec.vector">VarBinaryVector.BufferedMutator</a></td>
<td class="colLast">
<div class="block">Helper class to buffer container mutation as a means to optimize native memory copy operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VarCharVector.html" title="class in org.apache.drill.exec.vector">VarCharVector</a></td>
<td class="colLast">
<div class="block">VarCharVector implements a vector of variable width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VarCharVector.BufferedMutator.html" title="class in org.apache.drill.exec.vector">VarCharVector.BufferedMutator</a></td>
<td class="colLast">
<div class="block">Helper class to buffer container mutation as a means to optimize native memory copy operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VarDecimalVector.html" title="class in org.apache.drill.exec.vector">VarDecimalVector</a></td>
<td class="colLast">
<div class="block">VarDecimalVector implements a vector of variable width values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VarDecimalVector.BufferedMutator.html" title="class in org.apache.drill.exec.vector">VarDecimalVector.BufferedMutator</a></td>
<td class="colLast">
<div class="block">Helper class to buffer container mutation as a means to optimize native memory copy operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VectorDescriptor.html" title="class in org.apache.drill.exec.vector">VectorDescriptor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VectorTrimmer.html" title="class in org.apache.drill.exec.vector">VectorTrimmer</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/VectorValidator.html" title="class in org.apache.drill.exec.vector">VectorValidator</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/drill/exec/vector/ZeroVector.html" title="class in org.apache.drill.exec.vector">ZeroVector</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/vector/VectorOverflowException.html" title="class in org.apache.drill.exec.vector">VectorOverflowException</a></td>
<td class="colLast">
<div class="block">Indicates that an attempt to write to a vector overflowed the vector
bounds: either the limit on values or the size of the buffer backing
the vector.</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/util/record/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/drill/exec/vector/accessor/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/drill/exec/vector/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 1970 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>