@Internal public interface WritableTimestampVector extends WritableColumnVector, TimestampColumnVector
TimestampColumnVector
.Modifier and Type | Method and Description |
---|---|
void |
fill(TimestampData value)
Fill the column vector with the provided value.
|
void |
setTimestamp(int rowId,
TimestampData timestamp)
Set
TimestampData at rowId with the provided value. |
fillWithNulls, getDictionaryIds, hasDictionary, reserveDictionaryIds, reset, setDictionary, setNullAt, setNulls
getTimestamp
isNullAt
void setTimestamp(int rowId, TimestampData timestamp)
TimestampData
at rowId with the provided value.void fill(TimestampData value)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.