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