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