public interface FloatingPointVector extends ValueVector
| Modifier and Type | Method and Description |
|---|---|
double |
getValueAsDouble(int index)
Gets the value at the given index.
|
void |
setSafeWithPossibleTruncate(int index,
double value)
Sets the value at the given index, note this value may be truncated internally.
|
void |
setWithPossibleTruncate(int index,
double value)
Sets the value at the given index, note this value may be truncated internally.
|
accept, 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,
double value)
index - the index to set.value - the value to set.void setSafeWithPossibleTruncate(int index,
double value)
index - the index to set.value - the value to set.double getValueAsDouble(int index)
index - the index to retrieve the value.Copyright © 2024 The Apache Software Foundation. All rights reserved.