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