public final class ParquetTimestampUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
getTimestampMillis(org.apache.parquet.io.api.Binary timestampBinary)
Returns GMT timestamp from binary encoded parquet timestamp (12 bytes - julian date + time of day nanos).
|
static long |
getTimestampMillis(byte[] byteBuffer,
int offset) |
public static long getTimestampMillis(org.apache.parquet.io.api.Binary timestampBinary)
timestampBinary - INT96 parquet timestamppublic static long getTimestampMillis(byte[] byteBuffer,
int offset)
Copyright © 2012–2022. All rights reserved.