public interface BaseIntVector extends FieldVector
| Modifier and Type | Method and Description |
|---|---|
long |
getValueAsLong(int index)
Gets the value at index.
|
void |
setUnsafeWithPossibleTruncate(int index,
long value)
Sets the value at index, note this value may need to be truncated.
|
void |
setWithPossibleTruncate(int index,
long value)
Sets the value at index, note this value may need to be truncated.
|
exportBuffer, exportCDataBuffers, getChildrenFromFields, getDataBufferAddress, getFieldBuffers, getFieldInnerVectors, getOffsetBufferAddress, getValidityBufferAddress, initializeChildrenFromFields, loadFieldBuffers, setNullaccept, allocateNew, allocateNewSafe, clear, close, copyFrom, copyFromSafe, getAllocator, getBuffers, getBufferSize, getBufferSizeFor, getDataBuffer, getField, getMinorType, getName, getNullCount, getObject, getOffsetBuffer, getReader, getTransferPair, getTransferPair, getTransferPair, getTransferPair, getTransferPair, getValidityBuffer, getValueCapacity, getValueCount, hashCode, hashCode, isNull, makeTransferPair, reAlloc, reset, setInitialCapacity, setValueCount, validate, validateFullforEach, iterator, spliteratorvoid setWithPossibleTruncate(int index,
long value)
void setUnsafeWithPossibleTruncate(int index,
long value)
long getValueAsLong(int index)
NullPointerException
if the value is null. Note null check could be turned off via NullCheckingForGet.Copyright © 2024 The Apache Software Foundation. All rights reserved.