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).
|
public static long getTimestampMillis(org.apache.parquet.io.api.Binary timestampBinary)
timestampBinary
- INT96 parquet timestampCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.