blob: fc3e9a41db38f41ccd48dd76e4ae713fe1abb4df [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>LargeVarCharVector (Apache Arrow Java Root POM 17.0.0-SNAPSHOT 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="LargeVarCharVector (Apache Arrow Java Root POM 17.0.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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/LargeVarCharVector.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/arrow/vector/LargeVarBinaryVector.html" title="class in org.apache.arrow.vector"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/arrow/vector/NullCheckingForGet.html" title="class in org.apache.arrow.vector"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/arrow/vector/LargeVarCharVector.html" target="_top">Frames</a></li>
<li><a href="LargeVarCharVector.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><a href="#fields.inherited.from.class.org.apache.arrow.vector.BaseLargeVariableWidthVector">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></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.arrow.vector</div>
<h2 title="Class LargeVarCharVector" class="title">Class LargeVarCharVector</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/apache/arrow/vector/BaseValueVector.html" title="class in org.apache.arrow.vector">org.apache.arrow.vector.BaseValueVector</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html" title="class in org.apache.arrow.vector">org.apache.arrow.vector.BaseLargeVariableWidthVector</a></li>
<li>
<ul class="inheritance">
<li>org.apache.arrow.vector.LargeVarCharVector</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</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>, <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/arrow/vector/ValueVector.html" title="interface in org.apache.arrow.vector">ValueVector</a>&gt;, <a href="../../../../org/apache/arrow/vector/DensityAwareVector.html" title="interface in org.apache.arrow.vector">DensityAwareVector</a>, <a href="../../../../org/apache/arrow/vector/ElementAddressableVector.html" title="interface in org.apache.arrow.vector">ElementAddressableVector</a>, <a href="../../../../org/apache/arrow/vector/FieldVector.html" title="interface in org.apache.arrow.vector">FieldVector</a>, <a href="../../../../org/apache/arrow/vector/ValueVector.html" title="interface in org.apache.arrow.vector">ValueVector</a>, <a href="../../../../org/apache/arrow/vector/VariableWidthFieldVector.html" title="interface in org.apache.arrow.vector">VariableWidthFieldVector</a>, <a href="../../../../org/apache/arrow/vector/VariableWidthVector.html" title="interface in org.apache.arrow.vector">VariableWidthVector</a>, <a href="../../../../org/apache/arrow/vector/VectorDefinitionSetter.html" title="interface in org.apache.arrow.vector">VectorDefinitionSetter</a></dd>
</dl>
<hr>
<br>
<pre>public final class <span class="typeNameLabel">LargeVarCharVector</span>
extends <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html" title="class in org.apache.arrow.vector">BaseLargeVariableWidthVector</a></pre>
<div class="block">LargeVarCharVector implements a variable width vector of VARCHAR
values which could be NULL. A validity buffer (bit vector) is maintained
to track which elements in the vector are null.
<p>
The offset width of this vector is 8, so the underlying buffer can be larger than 2GB.
</p></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== 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.arrow.vector.BaseLargeVariableWidthVector">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.arrow.vector.<a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html" title="class in org.apache.arrow.vector">BaseLargeVariableWidthVector</a></h3>
<code><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#emptyByteArray">emptyByteArray</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#field">field</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#lastSet">lastSet</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#OFFSET_WIDTH">OFFSET_WIDTH</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#offsetBuffer">offsetBuffer</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#validityBuffer">validityBuffer</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#valueBuffer">valueBuffer</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#valueCount">valueCount</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.arrow.vector.BaseValueVector">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.arrow.vector.<a href="../../../../org/apache/arrow/vector/BaseValueVector.html" title="class in org.apache.arrow.vector">BaseValueVector</a></h3>
<code><a href="../../../../org/apache/arrow/vector/BaseValueVector.html#allocator">allocator</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#fieldReader">fieldReader</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#INITIAL_VALUE_ALLOCATION">INITIAL_VALUE_ALLOCATION</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#MAX_ALLOCATION_SIZE">MAX_ALLOCATION_SIZE</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#MAX_ALLOCATION_SIZE_PROPERTY">MAX_ALLOCATION_SIZE_PROPERTY</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#LargeVarCharVector-org.apache.arrow.vector.types.pojo.Field-org.apache.arrow.memory.BufferAllocator-">LargeVarCharVector</a></span>(<a href="../../../../org/apache/arrow/vector/types/pojo/Field.html" title="class in org.apache.arrow.vector.types.pojo">Field</a>&nbsp;field,
<a href="../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</code>
<div class="block">Instantiate a LargeVarCharVector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#LargeVarCharVector-java.lang.String-org.apache.arrow.memory.BufferAllocator-">LargeVarCharVector</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</code>
<div class="block">Instantiate a LargeVarCharVector.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#LargeVarCharVector-java.lang.String-org.apache.arrow.vector.types.pojo.FieldType-org.apache.arrow.memory.BufferAllocator-">LargeVarCharVector</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="../../../../org/apache/arrow/vector/types/pojo/FieldType.html" title="class in org.apache.arrow.vector.types.pojo">FieldType</a>&nbsp;fieldType,
<a href="../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</code>
<div class="block">Instantiate a LargeVarCharVector.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#get-int-">get</a></span>(int&nbsp;index)</code>
<div class="block">Get the variable length element at specified index as byte array.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#get-int-org.apache.arrow.vector.holders.NullableLargeVarCharHolder-">get</a></span>(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/holders/NullableLargeVarCharHolder.html" title="class in org.apache.arrow.vector.holders">NullableLargeVarCharHolder</a>&nbsp;holder)</code>
<div class="block">Get the variable length element at specified index and sets the state
in provided holder.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/arrow/vector/types/Types.MinorType.html" title="enum in org.apache.arrow.vector.types">Types.MinorType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#getMinorType--">getMinorType</a></span>()</code>
<div class="block">Get minor type for this vector.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/arrow/vector/util/Text.html" title="class in org.apache.arrow.vector.util">Text</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#getObject-int-">getObject</a></span>(int&nbsp;index)</code>
<div class="block">Get the variable length element at specified index as Text.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/arrow/vector/complex/reader/FieldReader.html" title="interface in org.apache.arrow.vector.complex.reader">FieldReader</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#getReaderImpl--">getReaderImpl</a></span>()</code>
<div class="block">Each vector has a different reader that implements the FieldReader interface.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/arrow/vector/util/TransferPair.html" title="interface in org.apache.arrow.vector.util">TransferPair</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#getTransferPair-org.apache.arrow.vector.types.pojo.Field-org.apache.arrow.memory.BufferAllocator-">getTransferPair</a></span>(<a href="../../../../org/apache/arrow/vector/types/pojo/Field.html" title="class in org.apache.arrow.vector.types.pojo">Field</a>&nbsp;field,
<a href="../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</code>
<div class="block">Construct a transfer pair of this vector and another vector of same type.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/arrow/vector/util/TransferPair.html" title="interface in org.apache.arrow.vector.util">TransferPair</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#getTransferPair-java.lang.String-org.apache.arrow.memory.BufferAllocator-">getTransferPair</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ref,
<a href="../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</code>
<div class="block">Construct a TransferPair comprising this and a target vector of
the same type.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/arrow/vector/util/TransferPair.html" title="interface in org.apache.arrow.vector.util">TransferPair</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#makeTransferPair-org.apache.arrow.vector.ValueVector-">makeTransferPair</a></span>(<a href="../../../../org/apache/arrow/vector/ValueVector.html" title="interface in org.apache.arrow.vector">ValueVector</a>&nbsp;to)</code>
<div class="block">Construct a TransferPair with a desired target vector of the same type.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#read-int-org.apache.arrow.memory.ReusableBuffer-">read</a></span>(int&nbsp;index,
<a href="../../../../org/apache/arrow/memory/ReusableBuffer.html" title="interface in org.apache.arrow.memory">ReusableBuffer</a>&lt;?&gt;&nbsp;buffer)</code>
<div class="block">Read the value at the given position to the given output buffer.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#set-int-org.apache.arrow.vector.holders.LargeVarCharHolder-">set</a></span>(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/holders/LargeVarCharHolder.html" title="class in org.apache.arrow.vector.holders">LargeVarCharHolder</a>&nbsp;holder)</code>
<div class="block">Set the variable length element at the specified index to the data
buffer supplied in the holder.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#set-int-org.apache.arrow.vector.holders.NullableLargeVarCharHolder-">set</a></span>(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/holders/NullableLargeVarCharHolder.html" title="class in org.apache.arrow.vector.holders">NullableLargeVarCharHolder</a>&nbsp;holder)</code>
<div class="block">Set the variable length element at the specified index to the data
buffer supplied in the holder.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#set-int-org.apache.arrow.vector.util.Text-">set</a></span>(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/util/Text.html" title="class in org.apache.arrow.vector.util">Text</a>&nbsp;text)</code>
<div class="block">Set the variable length element at the specified index to the
content in supplied Text.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#setSafe-int-org.apache.arrow.vector.holders.LargeVarCharHolder-">setSafe</a></span>(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/holders/LargeVarCharHolder.html" title="class in org.apache.arrow.vector.holders">LargeVarCharHolder</a>&nbsp;holder)</code>
<div class="block">Same as <a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#set-int-org.apache.arrow.vector.holders.LargeVarCharHolder-"><code>set(int, LargeVarCharHolder)</code></a> except that it handles the
case where index and length of new element are beyond the existing
capacity of the vector.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#setSafe-int-org.apache.arrow.vector.holders.NullableLargeVarCharHolder-">setSafe</a></span>(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/holders/NullableLargeVarCharHolder.html" title="class in org.apache.arrow.vector.holders">NullableLargeVarCharHolder</a>&nbsp;holder)</code>
<div class="block">Same as <a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#set-int-org.apache.arrow.vector.holders.NullableLargeVarCharHolder-"><code>set(int, NullableLargeVarCharHolder)</code></a> except that it handles the
case where index and length of new element are beyond the existing
capacity of the vector.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#setSafe-int-org.apache.arrow.vector.util.Text-">setSafe</a></span>(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/util/Text.html" title="class in org.apache.arrow.vector.util">Text</a>&nbsp;text)</code>
<div class="block">Same as <a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#set-int-org.apache.arrow.vector.holders.NullableLargeVarCharHolder-"><code>set(int, NullableLargeVarCharHolder)</code></a> except that it handles the
case where index and length of new element are beyond the existing
capacity of the vector.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#validateScalars--">validateScalars</a></span>()</code>
<div class="block">Validate the scalar values held by this vector.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.arrow.vector.BaseLargeVariableWidthVector">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.arrow.vector.<a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html" title="class in org.apache.arrow.vector">BaseLargeVariableWidthVector</a></h3>
<code><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#accept-org.apache.arrow.vector.compare.VectorVisitor-IN-">accept</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#allocateNew--">allocateNew</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#allocateNew-int-">allocateNew</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#allocateNew-long-int-">allocateNew</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#allocateNewSafe--">allocateNewSafe</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#clear--">clear</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#close--">close</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#copyFrom-int-int-org.apache.arrow.vector.ValueVector-">copyFrom</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#copyFromSafe-int-int-org.apache.arrow.vector.ValueVector-">copyFromSafe</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#exportCDataBuffers-java.util.List-org.apache.arrow.memory.ArrowBuf-long-">exportCDataBuffers</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#fillEmpties-int-">fillEmpties</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#fillHoles-int-">fillHoles</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#get-org.apache.arrow.memory.ArrowBuf-org.apache.arrow.memory.ArrowBuf-int-">get</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getBuffers-boolean-">getBuffers</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getBufferSize--">getBufferSize</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getBufferSizeFor-int-">getBufferSizeFor</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getByteCapacity--">getByteCapacity</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getChildrenFromFields--">getChildrenFromFields</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getDataBuffer--">getDataBuffer</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getDataBufferAddress--">getDataBufferAddress</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getDataPointer-int-">getDataPointer</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getDataPointer-int-org.apache.arrow.memory.util.ArrowBufPointer-">getDataPointer</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getDensity--">getDensity</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getEndOffset-int-">getEndOffset</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getField--">getField</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getFieldBuffers--">getFieldBuffers</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getFieldInnerVectors--">getFieldInnerVectors</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getLastSet--">getLastSet</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getName--">getName</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getNullCount--">getNullCount</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getOffsetBuffer--">getOffsetBuffer</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getOffsetBufferAddress--">getOffsetBufferAddress</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getStartOffset-int-">getStartOffset</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getTransferPair-org.apache.arrow.memory.BufferAllocator-">getTransferPair</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getTransferPair-org.apache.arrow.vector.types.pojo.Field-org.apache.arrow.memory.BufferAllocator-org.apache.arrow.vector.util.CallBack-">getTransferPair</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getTransferPair-java.lang.String-org.apache.arrow.memory.BufferAllocator-org.apache.arrow.vector.util.CallBack-">getTransferPair</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getValidityBuffer--">getValidityBuffer</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getValidityBufferAddress--">getValidityBufferAddress</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getValueCapacity--">getValueCapacity</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getValueCount--">getValueCount</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getValueLength-int-">getValueLength</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#handleSafe-int-int-">handleSafe</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#hashCode-int-">hashCode</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#hashCode-int-org.apache.arrow.memory.util.hash.ArrowBufHasher-">hashCode</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#initializeChildrenFromFields-java.util.List-">initializeChildrenFromFields</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#isNull-int-">isNull</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#isSafe-int-">isSafe</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#isSet-int-">isSet</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#loadFieldBuffers-org.apache.arrow.vector.ipc.message.ArrowFieldNode-java.util.List-">loadFieldBuffers</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#reAlloc--">reAlloc</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#reallocDataBuffer--">reallocDataBuffer</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#reallocValidityAndOffsetBuffers--">reallocValidityAndOffsetBuffers</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#reset--">reset</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#set-org.apache.arrow.memory.ArrowBuf-org.apache.arrow.memory.BufferAllocator-int-int-long-">set</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#set-int-byte:A-">set</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#set-int-byte:A-int-int-">set</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#set-int-java.nio.ByteBuffer-int-int-">set</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#set-int-int-long-long-org.apache.arrow.memory.ArrowBuf-">set</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#set-int-long-int-org.apache.arrow.memory.ArrowBuf-">set</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setBytes-int-byte:A-int-int-">setBytes</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setIndexDefined-int-">setIndexDefined</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setInitialCapacity-int-">setInitialCapacity</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setInitialCapacity-int-double-">setInitialCapacity</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setLastSet-int-">setLastSet</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setNull-int-">setNull</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setSafe-int-byte:A-">setSafe</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setSafe-int-byte:A-int-int-">setSafe</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setSafe-int-java.nio.ByteBuffer-int-int-">setSafe</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setSafe-int-int-long-long-org.apache.arrow.memory.ArrowBuf-">setSafe</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setSafe-int-long-int-org.apache.arrow.memory.ArrowBuf-">setSafe</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setValueCount-int-">setValueCount</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#setValueLengthSafe-int-int-">setValueLengthSafe</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#sizeOfValueBuffer--">sizeOfValueBuffer</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#splitAndTransferTo-int-int-org.apache.arrow.vector.BaseLargeVariableWidthVector-">splitAndTransferTo</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#transferTo-org.apache.arrow.vector.BaseLargeVariableWidthVector-">transferTo</a>, <a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#zeroVector--">zeroVector</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.arrow.vector.BaseValueVector">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.arrow.vector.<a href="../../../../org/apache/arrow/vector/BaseValueVector.html" title="class in org.apache.arrow.vector">BaseValueVector</a></h3>
<code><a href="../../../../org/apache/arrow/vector/BaseValueVector.html#checkBufRefs-org.apache.arrow.vector.ValueVector-">checkBufRefs</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#getAllocator--">getAllocator</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#getReader--">getReader</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#getValidityBufferSizeFromCount-int-">getValidityBufferSizeFromCount</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#iterator--">iterator</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#releaseBuffer-org.apache.arrow.memory.ArrowBuf-">releaseBuffer</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#toString--">toString</a>, <a href="../../../../org/apache/arrow/vector/BaseValueVector.html#transferBuffer-org.apache.arrow.memory.ArrowBuf-org.apache.arrow.memory.BufferAllocator-">transferBuffer</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.arrow.vector.ValueVector">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.arrow.vector.<a href="../../../../org/apache/arrow/vector/ValueVector.html" title="interface in org.apache.arrow.vector">ValueVector</a></h3>
<code><a href="../../../../org/apache/arrow/vector/ValueVector.html#getAllocator--">getAllocator</a>, <a href="../../../../org/apache/arrow/vector/ValueVector.html#getReader--">getReader</a>, <a href="../../../../org/apache/arrow/vector/ValueVector.html#validate--">validate</a>, <a href="../../../../org/apache/arrow/vector/ValueVector.html#validateFull--">validateFull</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.org.apache.arrow.vector.FieldVector">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.arrow.vector.<a href="../../../../org/apache/arrow/vector/FieldVector.html" title="interface in org.apache.arrow.vector">FieldVector</a></h3>
<code><a href="../../../../org/apache/arrow/vector/FieldVector.html#exportBuffer-org.apache.arrow.memory.ArrowBuf-java.util.List-org.apache.arrow.memory.ArrowBuf-long-boolean-">exportBuffer</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="LargeVarCharVector-java.lang.String-org.apache.arrow.memory.BufferAllocator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LargeVarCharVector</h4>
<pre>public&nbsp;LargeVarCharVector(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</pre>
<div class="block">Instantiate a LargeVarCharVector. This doesn't allocate any memory for
the data in vector.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - name of the vector</dd>
<dd><code>allocator</code> - allocator for memory management.</dd>
</dl>
</li>
</ul>
<a name="LargeVarCharVector-java.lang.String-org.apache.arrow.vector.types.pojo.FieldType-org.apache.arrow.memory.BufferAllocator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LargeVarCharVector</h4>
<pre>public&nbsp;LargeVarCharVector(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="../../../../org/apache/arrow/vector/types/pojo/FieldType.html" title="class in org.apache.arrow.vector.types.pojo">FieldType</a>&nbsp;fieldType,
<a href="../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</pre>
<div class="block">Instantiate a LargeVarCharVector. This doesn't allocate any memory for
the data in vector.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - name of the vector</dd>
<dd><code>fieldType</code> - type of Field materialized by this vector</dd>
<dd><code>allocator</code> - allocator for memory management.</dd>
</dl>
</li>
</ul>
<a name="LargeVarCharVector-org.apache.arrow.vector.types.pojo.Field-org.apache.arrow.memory.BufferAllocator-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>LargeVarCharVector</h4>
<pre>public&nbsp;LargeVarCharVector(<a href="../../../../org/apache/arrow/vector/types/pojo/Field.html" title="class in org.apache.arrow.vector.types.pojo">Field</a>&nbsp;field,
<a href="../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</pre>
<div class="block">Instantiate a LargeVarCharVector. This doesn't allocate any memory for
the data in vector.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>field</code> - field materialized by this vector</dd>
<dd><code>allocator</code> - allocator for memory management.</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getReaderImpl--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReaderImpl</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/arrow/vector/complex/reader/FieldReader.html" title="interface in org.apache.arrow.vector.complex.reader">FieldReader</a>&nbsp;getReaderImpl()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/arrow/vector/BaseValueVector.html#getReaderImpl--">BaseValueVector</a></code></span></div>
<div class="block">Each vector has a different reader that implements the FieldReader interface. Overridden methods must make
sure to return the correct concrete reader implementation.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/arrow/vector/BaseValueVector.html#getReaderImpl--">getReaderImpl</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/arrow/vector/BaseValueVector.html" title="class in org.apache.arrow.vector">BaseValueVector</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Returns a lambda that initializes a reader when called.</dd>
</dl>
</li>
</ul>
<a name="getMinorType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMinorType</h4>
<pre>public&nbsp;<a href="../../../../org/apache/arrow/vector/types/Types.MinorType.html" title="enum in org.apache.arrow.vector.types">Types.MinorType</a>&nbsp;getMinorType()</pre>
<div class="block">Get minor type for this vector. The vector holds values belonging
to a particular type.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><a href="../../../../org/apache/arrow/vector/types/Types.MinorType.html" title="enum in org.apache.arrow.vector.types"><code>Types.MinorType</code></a></dd>
</dl>
</li>
</ul>
<a name="get-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>public&nbsp;byte[]&nbsp;get(int&nbsp;index)</pre>
<div class="block">Get the variable length element at specified index as byte array.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>index</code> - position of element to get</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of bytes for non-null element, null otherwise</dd>
</dl>
</li>
</ul>
<a name="getObject-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getObject</h4>
<pre>public&nbsp;<a href="../../../../org/apache/arrow/vector/util/Text.html" title="class in org.apache.arrow.vector.util">Text</a>&nbsp;getObject(int&nbsp;index)</pre>
<div class="block">Get the variable length element at specified index as Text.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>index</code> - position of element to get</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Text object for non-null element, null otherwise</dd>
</dl>
</li>
</ul>
<a name="read-int-org.apache.arrow.memory.ReusableBuffer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>read</h4>
<pre>public&nbsp;void&nbsp;read(int&nbsp;index,
<a href="../../../../org/apache/arrow/memory/ReusableBuffer.html" title="interface in org.apache.arrow.memory">ReusableBuffer</a>&lt;?&gt;&nbsp;buffer)</pre>
<div class="block">Read the value at the given position to the given output buffer.
The caller is responsible for checking for nullity first.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>index</code> - position of element.</dd>
<dd><code>buffer</code> - the buffer to write into.</dd>
</dl>
</li>
</ul>
<a name="get-int-org.apache.arrow.vector.holders.NullableLargeVarCharHolder-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>public&nbsp;void&nbsp;get(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/holders/NullableLargeVarCharHolder.html" title="class in org.apache.arrow.vector.holders">NullableLargeVarCharHolder</a>&nbsp;holder)</pre>
<div class="block">Get the variable length element at specified index and sets the state
in provided holder.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>index</code> - position of element to get</dd>
<dd><code>holder</code> - data holder to be populated by this function</dd>
</dl>
</li>
</ul>
<a name="set-int-org.apache.arrow.vector.holders.LargeVarCharHolder-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set</h4>
<pre>public&nbsp;void&nbsp;set(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/holders/LargeVarCharHolder.html" title="class in org.apache.arrow.vector.holders">LargeVarCharHolder</a>&nbsp;holder)</pre>
<div class="block">Set the variable length element at the specified index to the data
buffer supplied in the holder.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>index</code> - position of the element to set</dd>
<dd><code>holder</code> - holder that carries data buffer.</dd>
</dl>
</li>
</ul>
<a name="setSafe-int-org.apache.arrow.vector.holders.LargeVarCharHolder-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSafe</h4>
<pre>public&nbsp;void&nbsp;setSafe(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/holders/LargeVarCharHolder.html" title="class in org.apache.arrow.vector.holders">LargeVarCharHolder</a>&nbsp;holder)</pre>
<div class="block">Same as <a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#set-int-org.apache.arrow.vector.holders.LargeVarCharHolder-"><code>set(int, LargeVarCharHolder)</code></a> except that it handles the
case where index and length of new element are beyond the existing
capacity of the vector.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>index</code> - position of the element to set</dd>
<dd><code>holder</code> - holder that carries data buffer.</dd>
</dl>
</li>
</ul>
<a name="set-int-org.apache.arrow.vector.holders.NullableLargeVarCharHolder-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set</h4>
<pre>public&nbsp;void&nbsp;set(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/holders/NullableLargeVarCharHolder.html" title="class in org.apache.arrow.vector.holders">NullableLargeVarCharHolder</a>&nbsp;holder)</pre>
<div class="block">Set the variable length element at the specified index to the data
buffer supplied in the holder.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>index</code> - position of the element to set</dd>
<dd><code>holder</code> - holder that carries data buffer.</dd>
</dl>
</li>
</ul>
<a name="setSafe-int-org.apache.arrow.vector.holders.NullableLargeVarCharHolder-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSafe</h4>
<pre>public&nbsp;void&nbsp;setSafe(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/holders/NullableLargeVarCharHolder.html" title="class in org.apache.arrow.vector.holders">NullableLargeVarCharHolder</a>&nbsp;holder)</pre>
<div class="block">Same as <a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#set-int-org.apache.arrow.vector.holders.NullableLargeVarCharHolder-"><code>set(int, NullableLargeVarCharHolder)</code></a> except that it handles the
case where index and length of new element are beyond the existing
capacity of the vector.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>index</code> - position of the element to set</dd>
<dd><code>holder</code> - holder that carries data buffer.</dd>
</dl>
</li>
</ul>
<a name="set-int-org.apache.arrow.vector.util.Text-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set</h4>
<pre>public&nbsp;void&nbsp;set(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/util/Text.html" title="class in org.apache.arrow.vector.util">Text</a>&nbsp;text)</pre>
<div class="block">Set the variable length element at the specified index to the
content in supplied Text.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>index</code> - position of the element to set</dd>
<dd><code>text</code> - Text object with data</dd>
</dl>
</li>
</ul>
<a name="setSafe-int-org.apache.arrow.vector.util.Text-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSafe</h4>
<pre>public&nbsp;void&nbsp;setSafe(int&nbsp;index,
<a href="../../../../org/apache/arrow/vector/util/Text.html" title="class in org.apache.arrow.vector.util">Text</a>&nbsp;text)</pre>
<div class="block">Same as <a href="../../../../org/apache/arrow/vector/LargeVarCharVector.html#set-int-org.apache.arrow.vector.holders.NullableLargeVarCharHolder-"><code>set(int, NullableLargeVarCharHolder)</code></a> except that it handles the
case where index and length of new element are beyond the existing
capacity of the vector.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>index</code> - position of the element to set.</dd>
<dd><code>text</code> - Text object with data</dd>
</dl>
</li>
</ul>
<a name="validateScalars--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validateScalars</h4>
<pre>public&nbsp;void&nbsp;validateScalars()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#validateScalars--">BaseLargeVariableWidthVector</a></code></span></div>
<div class="block">Validate the scalar values held by this vector.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#validateScalars--">validateScalars</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html" title="class in org.apache.arrow.vector">BaseLargeVariableWidthVector</a></code></dd>
</dl>
</li>
</ul>
<a name="getTransferPair-java.lang.String-org.apache.arrow.memory.BufferAllocator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTransferPair</h4>
<pre>public&nbsp;<a href="../../../../org/apache/arrow/vector/util/TransferPair.html" title="interface in org.apache.arrow.vector.util">TransferPair</a>&nbsp;getTransferPair(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ref,
<a href="../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</pre>
<div class="block">Construct a TransferPair comprising this and a target vector of
the same type.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/arrow/vector/ValueVector.html#getTransferPair-java.lang.String-org.apache.arrow.memory.BufferAllocator-">getTransferPair</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/arrow/vector/ValueVector.html" title="interface in org.apache.arrow.vector">ValueVector</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getTransferPair-java.lang.String-org.apache.arrow.memory.BufferAllocator-">getTransferPair</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html" title="class in org.apache.arrow.vector">BaseLargeVariableWidthVector</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ref</code> - name of the target vector</dd>
<dd><code>allocator</code> - allocator for the target vector</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><a href="../../../../org/apache/arrow/vector/util/TransferPair.html" title="interface in org.apache.arrow.vector.util"><code>TransferPair</code></a></dd>
</dl>
</li>
</ul>
<a name="getTransferPair-org.apache.arrow.vector.types.pojo.Field-org.apache.arrow.memory.BufferAllocator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTransferPair</h4>
<pre>public&nbsp;<a href="../../../../org/apache/arrow/vector/util/TransferPair.html" title="interface in org.apache.arrow.vector.util">TransferPair</a>&nbsp;getTransferPair(<a href="../../../../org/apache/arrow/vector/types/pojo/Field.html" title="class in org.apache.arrow.vector.types.pojo">Field</a>&nbsp;field,
<a href="../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getTransferPair-org.apache.arrow.vector.types.pojo.Field-org.apache.arrow.memory.BufferAllocator-">BaseLargeVariableWidthVector</a></code></span></div>
<div class="block">Construct a transfer pair of this vector and another vector of same type.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/arrow/vector/ValueVector.html#getTransferPair-org.apache.arrow.vector.types.pojo.Field-org.apache.arrow.memory.BufferAllocator-">getTransferPair</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/arrow/vector/ValueVector.html" title="interface in org.apache.arrow.vector">ValueVector</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html#getTransferPair-org.apache.arrow.vector.types.pojo.Field-org.apache.arrow.memory.BufferAllocator-">getTransferPair</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/arrow/vector/BaseLargeVariableWidthVector.html" title="class in org.apache.arrow.vector">BaseLargeVariableWidthVector</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>field</code> - The field materialized by this vector</dd>
<dd><code>allocator</code> - allocator for the target vector</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>TransferPair</dd>
</dl>
</li>
</ul>
<a name="makeTransferPair-org.apache.arrow.vector.ValueVector-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>makeTransferPair</h4>
<pre>public&nbsp;<a href="../../../../org/apache/arrow/vector/util/TransferPair.html" title="interface in org.apache.arrow.vector.util">TransferPair</a>&nbsp;makeTransferPair(<a href="../../../../org/apache/arrow/vector/ValueVector.html" title="interface in org.apache.arrow.vector">ValueVector</a>&nbsp;to)</pre>
<div class="block">Construct a TransferPair with a desired target vector of the same type.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>to</code> - target vector</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><a href="../../../../org/apache/arrow/vector/util/TransferPair.html" title="interface in org.apache.arrow.vector.util"><code>TransferPair</code></a></dd>
</dl>
</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/LargeVarCharVector.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/arrow/vector/LargeVarBinaryVector.html" title="class in org.apache.arrow.vector"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/arrow/vector/NullCheckingForGet.html" title="class in org.apache.arrow.vector"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/arrow/vector/LargeVarCharVector.html" target="_top">Frames</a></li>
<li><a href="LargeVarCharVector.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><a href="#fields.inherited.from.class.org.apache.arrow.vector.BaseLargeVariableWidthVector">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>