public class ParquetTimestampVector extends Object implements TimestampColumnVector
TimestampColumnVector interface.| Constructor and Description |
|---|
ParquetTimestampVector(ColumnVector vector) |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getTimestamp(int i,
int precision) |
ColumnVector |
getVector() |
boolean |
isNullAt(int i) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCapacity, getChildrenpublic ParquetTimestampVector(ColumnVector vector)
public Timestamp getTimestamp(int i, int precision)
getTimestamp in interface TimestampColumnVectorpublic ColumnVector getVector()
public boolean isNullAt(int i)
isNullAt in interface ColumnVectorCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.