public final class TimeStampSecTZVector extends TimeStampVector
TimeStampVector.TransferImpl
TYPE_WIDTH
actualValueCapacity, field, lastValueCapacity, validityBuffer, valueBuffer, valueCount
allocator, fieldReader, INITIAL_VALUE_ALLOCATION, MAX_ALLOCATION_SIZE, MAX_ALLOCATION_SIZE_PROPERTY
Constructor and Description |
---|
TimeStampSecTZVector(Field field,
BufferAllocator allocator)
Instantiate a TimeStampSecTZVector.
|
TimeStampSecTZVector(String name,
BufferAllocator allocator,
String timeZone)
Instantiate a TimeStampSecTZVector.
|
TimeStampSecTZVector(String name,
FieldType fieldType,
BufferAllocator allocator)
Instantiate a TimeStampSecTZVector.
|
Modifier and Type | Method and Description |
---|---|
void |
get(int index,
NullableTimeStampSecTZHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
Types.MinorType |
getMinorType()
Get minor type for this vector.
|
Long |
getObject(int index)
Same as
TimeStampVector.get(int) . |
protected FieldReader |
getReaderImpl()
Each vector has a different reader that implements the FieldReader interface.
|
String |
getTimeZone()
Get the time zone of the timestamps stored in this vector.
|
TransferPair |
getTransferPair(Field field,
BufferAllocator allocator)
Construct a TransferPair comprising of this and a target vector of
the same type.
|
TransferPair |
getTransferPair(String ref,
BufferAllocator allocator)
Construct a TransferPair comprising of this and a target vector of
the same type.
|
TransferPair |
makeTransferPair(ValueVector to)
Construct a TransferPair with a desired target vector of the same type.
|
void |
set(int index,
NullableTimeStampSecTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
set(int index,
TimeStampSecTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
setSafe(int index,
NullableTimeStampSecTZHolder holder)
Same as
set(int, NullableTimeStampSecTZHolder) except that it handles the
case when index is greater than or equal to existing
value capacity BaseFixedWidthVector.getValueCapacity() . |
void |
setSafe(int index,
TimeStampSecTZHolder holder)
Same as
set(int, TimeStampSecTZHolder) except that it handles the
case when index is greater than or equal to existing
value capacity BaseFixedWidthVector.getValueCapacity() . |
get, get, set, set, setSafe, setSafe, setValue
accept, allocateNew, allocateNew, allocateNewSafe, clear, close, copyFrom, copyFromSafe, decrementAllocationMonitor, getBuffers, getBufferSize, getBufferSizeFor, getChildrenFromFields, getDataBuffer, getDataBufferAddress, getDataPointer, getDataPointer, getField, getFieldBuffers, getFieldInnerVectors, getName, getNullCount, getOffsetBuffer, getOffsetBufferAddress, getTransferPair, getTransferPair, getTypeWidth, getValidityBuffer, getValidityBufferAddress, getValidityBufferValueCapacity, getValueBufferValueCapacity, getValueCapacity, getValueCount, handleSafe, hashCode, hashCode, incrementAllocationMonitor, initializeChildrenFromFields, isNull, isSafe, isSet, loadFieldBuffers, reAlloc, refreshValueCapacity, reset, set, set, setIndexDefined, setInitialCapacity, setNull, setSafe, setSafe, setValueCount, splitAndTransferTo, transferTo, zeroVector
checkBufRefs, getAllocator, getReader, getValidityBufferSizeFromCount, iterator, releaseBuffer, toString, transferBuffer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAllocator, getReader
forEach, iterator, spliterator
public TimeStampSecTZVector(String name, BufferAllocator allocator, String timeZone)
name
- name of the vectorallocator
- allocator for memory management.public TimeStampSecTZVector(String name, FieldType fieldType, BufferAllocator allocator)
name
- name of the vectorfieldType
- type of Field materialized by this vectorallocator
- allocator for memory management.public TimeStampSecTZVector(Field field, BufferAllocator allocator)
field
- Field materialized by this vectorallocator
- allocator for memory management.protected FieldReader getReaderImpl()
BaseValueVector
getReaderImpl
in class BaseValueVector
public Types.MinorType getMinorType()
Types.MinorType
public String getTimeZone()
public void get(int index, NullableTimeStampSecTZHolder holder)
index
- position of elementpublic Long getObject(int index)
TimeStampVector.get(int)
.index
- position of elementpublic void set(int index, NullableTimeStampSecTZHolder holder) throws IllegalArgumentException
index
- position of elementholder
- nullable data holder for value of elementIllegalArgumentException
public void set(int index, TimeStampSecTZHolder holder)
index
- position of elementholder
- data holder for value of elementpublic void setSafe(int index, NullableTimeStampSecTZHolder holder) throws IllegalArgumentException
set(int, NullableTimeStampSecTZHolder)
except that it handles the
case when index is greater than or equal to existing
value capacity BaseFixedWidthVector.getValueCapacity()
.index
- position of elementholder
- nullable data holder for value of elementIllegalArgumentException
public void setSafe(int index, TimeStampSecTZHolder holder)
set(int, TimeStampSecTZHolder)
except that it handles the
case when index is greater than or equal to existing
value capacity BaseFixedWidthVector.getValueCapacity()
.index
- position of elementholder
- data holder for value of elementpublic TransferPair getTransferPair(String ref, BufferAllocator allocator)
getTransferPair
in interface ValueVector
getTransferPair
in class BaseFixedWidthVector
ref
- name of the target vectorallocator
- allocator for the target vectorTransferPair
public TransferPair getTransferPair(Field field, BufferAllocator allocator)
getTransferPair
in class BaseFixedWidthVector
field
- Field object used by the target vectorallocator
- allocator for the target vectorTransferPair
public TransferPair makeTransferPair(ValueVector to)
to
- target vectorTransferPair
Copyright © 2023 The Apache Software Foundation. All rights reserved.