| Interface | Description |
|---|---|
| PrimitiveType.PrimitiveTypeNameConverter<T,E extends Exception> | |
| TypeConverter<T> |
to convert a MessageType tree
|
| TypeVisitor |
Implement this interface to visit a schema
type.accept(new TypeVisitor() { ...
|
| Class | Description |
|---|---|
| ConversionPatterns |
Utility functions to convert from Java-like map and list types
to equivalent Parquet types.
|
| GroupType |
Represents a group type: a list of fields
|
| MessageType |
The root of a schema
|
| MessageTypeParser |
Parses a schema from a textual format similar to that described in the Dremel paper.
|
| PrimitiveType |
Representation of a Primitive type
|
| Type |
Represents the declared type for a field in a schema.
|
| Enum | Description |
|---|---|
| OriginalType | |
| PrimitiveType.PrimitiveTypeName |
Supported Primitive types
|
| Type.Repetition |
Copyright © 2013. All Rights Reserved.