Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Method and Description |
---|---|
DateType |
DateType.deepCopy() |
DateType |
LogicalType.getDATE() |
Modifier and Type | Method and Description |
---|---|
int |
DateType.compareTo(DateType other) |
static LogicalType |
LogicalType.DATE(DateType value) |
boolean |
DateType.equals(DateType that) |
void |
LogicalType.setDATE(DateType value) |
Constructor and Description |
---|
DateType(DateType other)
Performs a deep copy on other.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.