public class HiveCollectionConverter extends HiveGroupConverter
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
static HiveGroupConverter |
forList(parquet.schema.GroupType listType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index) |
static HiveGroupConverter |
forMap(parquet.schema.GroupType mapType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index) |
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(parquet.schema.GroupType mapType, org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent, int index)
public static HiveGroupConverter forList(parquet.schema.GroupType listType, org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent, int index)
public parquet.io.api.Converter getConverter(int fieldIndex)
getConverter in class parquet.io.api.GroupConverterpublic void start()
start in class parquet.io.api.GroupConverterpublic void end()
end in class parquet.io.api.GroupConverterpublic void set(int index,
org.apache.hadoop.io.Writable value)
set in class HiveGroupConverterCopyright © 2017 The Apache Software Foundation. All rights reserved.