public class HeapTimestampVector extends AbstractHeapVector implements WritableTimestampVector
BYTE_ARRAY_OFFSET, dictionaryIds, DOUBLE_ARRAY_OFFSET, FLOAT_ARRAY_OFFSET, INT_ARRAY_OFFSET, isNull, LITTLE_ENDIAN, LONG_ARRAY_OFFSET, UNSAFEdictionary, noNulls| 构造器和说明 |
|---|
HeapTimestampVector(int len) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fill(org.apache.flink.table.data.TimestampData value)
Fill the column vector with the provided value.
|
org.apache.flink.table.data.TimestampData |
getTimestamp(int i,
int precision) |
void |
setTimestamp(int i,
org.apache.flink.table.data.TimestampData timestamp)
Set
TimestampData at rowId with the provided value. |
fillWithNulls, getDictionaryIds, isNullAt, reserveDictionaryIds, reset, setNullAt, setNullshasDictionary, setDictionaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfillWithNulls, getDictionaryIds, hasDictionary, reserveDictionaryIds, reset, setDictionary, setNullAt, setNullsisNullAtpublic org.apache.flink.table.data.TimestampData getTimestamp(int i,
int precision)
getTimestamp 在接口中 TimestampColumnVectorpublic void setTimestamp(int i,
org.apache.flink.table.data.TimestampData timestamp)
WritableTimestampVectorTimestampData at rowId with the provided value.setTimestamp 在接口中 WritableTimestampVectorpublic void fill(org.apache.flink.table.data.TimestampData value)
WritableTimestampVectorfill 在接口中 WritableTimestampVectorCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.