Modifier and Type | Class and Description |
---|---|
class |
HeapTimestampVector
This class represents a nullable byte column vector.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritableTimestampVector
Writable
TimestampColumnVector . |
Modifier and Type | Class and Description |
---|---|
class |
OrcLegacyTimestampColumnVector
This class is used to adapt to Hive's legacy (2.0.x) timestamp column vector which is a
LongColumnVector.
|
class |
OrcTimestampColumnVector
This column vector is used to adapt hive's TimestampColumnVector to Paimon's
TimestampColumnVector.
|
Modifier and Type | Class and Description |
---|---|
class |
ParquetTimestampVector
Parquet write timestamp precision 0-3 as int64 mills, 4-6 as int64 micros, 7-9 as int96, this
class wrap the real vector to provide
TimestampColumnVector interface. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.