Interface WritableTimestampVector
- All Superinterfaces:
ColumnVector,TimestampColumnVector,WritableColumnVector
- All Known Implementing Classes:
HeapTimestampVector
@Internal
public interface WritableTimestampVector
extends WritableColumnVector, TimestampColumnVector
Writable
TimestampColumnVector.-
Method Summary
Modifier and TypeMethodDescriptionvoidfill(TimestampData value) Fill the column vector with the provided value.voidsetTimestamp(int rowId, TimestampData timestamp) SetTimestampDataat rowId with the provided value.Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAtMethods inherited from interface org.apache.flink.table.data.columnar.vector.TimestampColumnVector
getTimestampMethods inherited from interface org.apache.flink.table.data.columnar.vector.writable.WritableColumnVector
fillWithNulls, getDictionaryIds, hasDictionary, reserveDictionaryIds, reset, setDictionary, setNullAt, setNulls
-
Method Details
-
setTimestamp
SetTimestampDataat rowId with the provided value. -
fill
Fill the column vector with the provided value.
-