Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
static TimeUnit |
LogicalTypes.TimeUnits.MICROS |
static TimeUnit |
LogicalTypes.TimeUnits.MILLIS |
TimeUnit |
TimestampType.unit |
TimeUnit |
TimeType.unit |
Modifier and Type | Method and Description |
---|---|
TimeUnit |
TimeUnit.deepCopy() |
TimeUnit |
TimestampType.getUnit() |
TimeUnit |
TimeType.getUnit() |
static TimeUnit |
TimeUnit.MICROS(MicroSeconds value) |
static TimeUnit |
TimeUnit.MILLIS(MilliSeconds value) |
static TimeUnit |
TimeUnit.NANOS(NanoSeconds value) |
Modifier and Type | Method and Description |
---|---|
int |
TimeUnit.compareTo(TimeUnit other) |
boolean |
TimeUnit.equals(TimeUnit other) |
TimestampType |
TimestampType.setUnit(TimeUnit unit) |
TimeType |
TimeType.setUnit(TimeUnit unit) |
Constructor and Description |
---|
TimestampType(boolean isAdjustedToUTC,
TimeUnit unit) |
TimeType(boolean isAdjustedToUTC,
TimeUnit unit) |
TimeUnit(TimeUnit other) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.