public class HiveCollectionConverter extends HiveGroupConverter
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
static HiveGroupConverter |
forList(org.apache.parquet.schema.GroupType listType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index,
TypeInfo hiveTypeInfo) |
static HiveGroupConverter |
forMap(org.apache.parquet.schema.GroupType mapType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index,
TypeInfo hiveTypeInfo) |
org.apache.parquet.io.api.Converter |
getConverter(int fieldIndex) |
void |
set(int index,
org.apache.hadoop.io.Writable value) |
void |
start() |
getConverterFromDescription, getConverterFromDescription, getConverterFromDescription, getMetadata, setMetadatapublic static HiveGroupConverter forMap(org.apache.parquet.schema.GroupType mapType, org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent, int index, TypeInfo hiveTypeInfo)
public static HiveGroupConverter forList(org.apache.parquet.schema.GroupType listType, org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent, int index, TypeInfo hiveTypeInfo)
public org.apache.parquet.io.api.Converter getConverter(int fieldIndex)
getConverter in class org.apache.parquet.io.api.GroupConverterpublic void start()
start in class org.apache.parquet.io.api.GroupConverterpublic void end()
end in class org.apache.parquet.io.api.GroupConverterpublic void set(int index,
org.apache.hadoop.io.Writable value)
set in class HiveGroupConverterCopyright © 2019 The Apache Software Foundation. All Rights Reserved.