| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Method and Description |
|---|---|
IntType |
IntType.deepCopy() |
IntType |
LogicalType.getINTEGER() |
IntType |
IntType.setBitWidth(byte bitWidth) |
IntType |
IntType.setIsSigned(boolean isSigned) |
| Modifier and Type | Method and Description |
|---|---|
int |
IntType.compareTo(IntType other) |
boolean |
IntType.equals(IntType that) |
static LogicalType |
LogicalType.INTEGER(IntType value) |
void |
LogicalType.setINTEGER(IntType value) |
| Constructor and Description |
|---|
IntType(IntType other)
Performs a deep copy on other.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.