| 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 |
|---|---|
| ColumnOrder |
Class representing the column order with all the related parameters.
|
| ConversionPatterns |
Utility functions to convert from Java-like map and list types
to equivalent Parquet types.
|
| DecimalMetadata | |
| 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.
|
| PrimitiveComparator<T> |
Comparator implementation that also supports the comparison of the related primitive type to avoid the
performance penalty of boxing/unboxing. |
| PrimitiveStringifier |
Class that provides string representations for the primitive values.
|
| PrimitiveType |
Representation of a Primitive type
|
| Type |
Represents the declared type for a field in a schema.
|
| Type.ID |
represents a field ID
|
| Types |
This class provides fluent builders that produce Parquet schema Types.
|
| Types.BaseGroupBuilder<P,THIS extends Types.BaseGroupBuilder<P,THIS>> | |
| Types.BaseListBuilder<P,THIS extends Types.BaseListBuilder<P,THIS>> | |
| Types.BaseListBuilder.ElementBuilder<LP,L extends Types.BaseListBuilder<LP,L>> | |
| Types.BaseListBuilder.GroupElementBuilder<LP,L extends Types.BaseListBuilder<LP,L>> | |
| Types.BaseListBuilder.ListElementBuilder<LP,L extends Types.BaseListBuilder<LP,L>> | |
| Types.BaseListBuilder.MapElementBuilder<LP,L extends Types.BaseListBuilder<LP,L>> | |
| Types.BaseMapBuilder<P,THIS extends Types.BaseMapBuilder<P,THIS>> | |
| Types.BaseMapBuilder.GroupKeyBuilder<MP,M extends Types.BaseMapBuilder<MP,M>> | |
| Types.BaseMapBuilder.GroupValueBuilder<MP,M extends Types.BaseMapBuilder<MP,M>> | |
| Types.BaseMapBuilder.KeyBuilder<MP,M extends Types.BaseMapBuilder<MP,M>> | |
| Types.BaseMapBuilder.ListValueBuilder<MP,M extends Types.BaseMapBuilder<MP,M>> | |
| Types.BaseMapBuilder.MapValueBuilder<MP,M extends Types.BaseMapBuilder<MP,M>> | |
| Types.BaseMapBuilder.ValueBuilder<MP,M extends Types.BaseMapBuilder<MP,M>> | |
| Types.BasePrimitiveBuilder<P,THIS extends Types.BasePrimitiveBuilder<P,THIS>> | |
| Types.Builder<THIS extends Types.Builder,P> |
A base builder for
Type objects. |
| Types.GroupBuilder<P> |
A builder for
GroupType objects. |
| Types.ListBuilder<P> | |
| Types.MapBuilder<P> | |
| Types.MessageTypeBuilder | |
| Types.PrimitiveBuilder<P> |
A builder for
PrimitiveType objects. |
| TypeUtil |
| Enum | Description |
|---|---|
| ColumnOrder.ColumnOrderName |
The enum type of the column order.
|
| OriginalType | |
| PrimitiveType.PrimitiveTypeName |
Supported Primitive types
|
| Type.Repetition |
Constraint on the repetition of a field
|
| Exception | Description |
|---|---|
| IncompatibleSchemaModificationException |
thrown when we are trying to read together files with incompatible schemas.
|
| InvalidSchemaException |
Copyright © 2019 The Apache Software Foundation. All rights reserved.