Interface | Description |
---|---|
Repeated |
Converters for repeated fields need to know when the parent field starts and
ends to correctly build lists from the repeated values.
|
Class | Description |
---|---|
DataWritableRecordConverter |
A MapWritableReadSupport, encapsulates the tuples
|
ETypeConverter.BinaryConverter<T extends org.apache.hadoop.io.Writable> | |
HiveCollectionConverter | |
HiveGroupConverter | |
HiveSchemaConverter | |
HiveStructConverter |
A MapWritableGroupConverter, real converter between hive and parquet types recursively for complex types.
|
Repeated.RepeatedConverterParent | |
Repeated.RepeatedGroupConverter |
Stands in for a HiveGroupConverter and accumulates multiple values as an
ArrayWritable.
|
Repeated.RepeatedPrimitiveConverter |
Stands in for a PrimitiveConverter and accumulates multiple values as an
ArrayWritable.
|
Enum | Description |
---|---|
ETypeConverter |
ETypeConverter is an easy way to set the converter for the right type.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.