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, setMetadata
public 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.GroupConverter
public void start()
start
in class parquet.io.api.GroupConverter
public void end()
end
in class parquet.io.api.GroupConverter
public void set(int index, org.apache.hadoop.io.Writable value)
set
in class HiveGroupConverter
Copyright © 2017 The Apache Software Foundation. All rights reserved.