Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Method and Description |
---|---|
TimeType |
TimeType.deepCopy() |
TimeType |
LogicalType.getTIME() |
TimeType |
TimeType.setIsAdjustedToUTC(boolean isAdjustedToUTC) |
TimeType |
TimeType.setUnit(TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
int |
TimeType.compareTo(TimeType other) |
boolean |
TimeType.equals(TimeType that) |
void |
LogicalType.setTIME(TimeType value) |
static LogicalType |
LogicalType.TIME(TimeType value) |
Constructor and Description |
---|
TimeType(TimeType other)
Performs a deep copy on other.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.