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