public interface FixedWidthVector extends ValueVector
ValueVector.Accessor, ValueVector.Mutator
BITS_VECTOR_NAME, MAX_BUFFER_SIZE, MAX_ROW_COUNT, MIN_ROW_COUNT, OFFSETS_VECTOR_NAME, VALUES_VECTOR_NAME
Modifier and Type | Method and Description |
---|---|
void |
allocateNew(int valueCount)
Allocate a new memory space for this vector.
|
int |
getValueWidth()
The width of a record in bytes.
|
void |
zeroVector()
Zero out the underlying buffer backing this vector.
|
allocateNew, allocateNewSafe, clear, close, collectLedgers, copyEntry, exchange, getAccessor, getAllocatedSize, getAllocator, getBuffers, getBufferSize, getBufferSizeFor, getField, getMetadata, getMutator, getPayloadByteCount, getReader, getTransferPair, getTransferPair, getValueCapacity, load, makeTransferPair, setInitialCapacity, toNullable
forEach, iterator, spliterator
void allocateNew(int valueCount)
valueCount
- Number of values in the vector.void zeroVector()
int getValueWidth()
Copyright © 1970 The Apache Software Foundation. All rights reserved.