public interface WritableTimestampVector extends WritableColumnVector, TimestampColumnVector
TimestampColumnVector
.Modifier and Type | Method and Description |
---|---|
void |
fill(Timestamp value)
Fill the column vector with the provided value.
|
void |
setTimestamp(int rowId,
Timestamp timestamp)
Set
Timestamp at rowId with the provided value. |
addElementsAppended, fillWithNulls, getDictionaryIds, getElementsAppended, hasDictionary, isAllNull, reserve, reserveAdditional, reserveDictionaryIds, reset, setAllNull, setDictionary, setNullAt, setNulls
getTimestamp
getCapacity, getChildren, isNullAt
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.