Package | Description |
---|---|
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 |
---|---|
T |
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) |
GroupType(Type.Repetition repetition,
String name,
OriginalType originalType,
Type... fields) |
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
int length,
String name,
OriginalType originalType) |
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
String name,
OriginalType originalType) |
Type(String name,
Type.Repetition repetition,
OriginalType originalType) |
Copyright © 2015. All rights reserved.