@Internal public final class ArrowTimestampColumnVector extends Object implements org.apache.flink.table.data.vector.TimestampColumnVector
| Constructor and Description |
|---|
ArrowTimestampColumnVector(org.apache.arrow.vector.ValueVector valueVector) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.data.TimestampData |
getTimestamp(int i,
int precision) |
boolean |
isNullAt(int i) |
public ArrowTimestampColumnVector(org.apache.arrow.vector.ValueVector valueVector)
public org.apache.flink.table.data.TimestampData getTimestamp(int i,
int precision)
getTimestamp in interface org.apache.flink.table.data.vector.TimestampColumnVectorpublic boolean isNullAt(int i)
isNullAt in interface org.apache.flink.table.data.vector.ColumnVectorCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.