| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Method and Description |
|---|---|
GeographyType |
GeographyType.deepCopy() |
GeographyType |
LogicalType.getGEOGRAPHY() |
GeographyType |
GeographyType.setAlgorithm(EdgeInterpolationAlgorithm algorithm) |
GeographyType |
GeographyType.setCrs(String crs) |
| Modifier and Type | Method and Description |
|---|---|
int |
GeographyType.compareTo(GeographyType other) |
boolean |
GeographyType.equals(GeographyType that) |
static LogicalType |
LogicalType.GEOGRAPHY(GeographyType value) |
void |
LogicalType.setGEOGRAPHY(GeographyType value) |
| Constructor and Description |
|---|
GeographyType(GeographyType other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.