| 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 |
Deprecated
|
| Float16 |
The class is a utility class to manipulate half-precision 16-bit
IEEE 754
floating point data types (also called fp16 or binary16).
|
| GroupType |
Represents a group type: a list of fields
|
| LogicalTypeAnnotation |
|
| LogicalTypeAnnotation.BsonLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.DateLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.DecimalLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.EnumLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.Float16LogicalTypeAnnotation |
|
| LogicalTypeAnnotation.IntervalLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.IntLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.JsonLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.ListLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.MapKeyValueTypeAnnotation |
|
| LogicalTypeAnnotation.MapLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.StringLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.TimeLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.TimestampLogicalTypeAnnotation |
|
| LogicalTypeAnnotation.UUIDLogicalTypeAnnotation |
|
| 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> |
|
| Types.ListBuilder<P> |
|
| Types.MapBuilder<P> |
|
| Types.MessageTypeBuilder |
|
| Types.PrimitiveBuilder<P> |
|
| TypeUtil |
|