| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io.parquet.timestamp |
| Modifier and Type | Method and Description |
|---|---|
static NanoTime |
NanoTime.fromBinary(org.apache.parquet.io.api.Binary bytes) |
static NanoTime |
NanoTimeUtils.getNanoTime(Timestamp ts,
ZoneId sourceZone,
boolean legacyConversion)
Converts a timestamp from the specified timezone to UTC and returns its representation in NanoTime.
|
| Modifier and Type | Method and Description |
|---|---|
static Timestamp |
NanoTimeUtils.getTimestamp(NanoTime nt,
ZoneId targetZone) |
static Timestamp |
NanoTimeUtils.getTimestamp(NanoTime nt,
ZoneId targetZone,
boolean legacyConversion)
Converts a nanotime representation in UTC, to a timestamp in the specified timezone.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.