| Package | Description |
|---|---|
| org.apache.parquet.schema |
| Modifier and Type | Field and Description |
|---|---|
protected OriginalType |
Types.Builder.originalType |
| Modifier and Type | Method and Description |
|---|---|
OriginalType |
Type.getOriginalType() |
static OriginalType |
OriginalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OriginalType[] |
OriginalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
THIS |
Types.Builder.as(OriginalType type)
Adds a type annotation (
OriginalType) to the type being built. |
| Constructor and Description |
|---|
GroupType(Type.Repetition repetition,
String name,
OriginalType originalType,
List<Type> fields)
Deprecated.
|
GroupType(Type.Repetition repetition,
String name,
OriginalType originalType,
Type... fields)
Deprecated.
|
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
int length,
String name,
OriginalType originalType)
Deprecated.
|
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
int length,
String name,
OriginalType originalType,
DecimalMetadata decimalMeta,
Type.ID id) |
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
String name,
OriginalType originalType) |
Type(String name,
Type.Repetition repetition,
OriginalType originalType)
Deprecated.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.