public class HiveStructConverter extends HiveGroupConverter
Constructor and Description |
---|
HiveStructConverter(parquet.schema.GroupType groupType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index) |
HiveStructConverter(parquet.schema.GroupType selectedGroupType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index,
parquet.schema.GroupType containingGroupType) |
HiveStructConverter(parquet.schema.GroupType requestedSchema,
parquet.schema.GroupType tableSchema,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
void |
end() |
parquet.io.api.Converter |
getConverter(int fieldIndex) |
org.apache.hadoop.io.ArrayWritable |
getCurrentArray() |
void |
set(int fieldIndex,
org.apache.hadoop.io.Writable value) |
void |
start() |
getConverterFromDescription, getConverterFromDescription, getConverterFromDescription, getMetadata, setMetadata
public HiveStructConverter(parquet.schema.GroupType requestedSchema, parquet.schema.GroupType tableSchema, Map<String,String> metadata)
public HiveStructConverter(parquet.schema.GroupType groupType, org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent, int index)
public HiveStructConverter(parquet.schema.GroupType selectedGroupType, org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent, int index, parquet.schema.GroupType containingGroupType)
public final org.apache.hadoop.io.ArrayWritable getCurrentArray()
public void set(int fieldIndex, org.apache.hadoop.io.Writable value)
set
in class HiveGroupConverter
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
Copyright © 2017 The Apache Software Foundation. All rights reserved.