public class HiveStructConverter extends HiveGroupConverter
| Constructor and Description |
|---|
HiveStructConverter(org.apache.parquet.schema.GroupType selectedGroupType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index,
org.apache.parquet.schema.GroupType containingGroupType,
TypeInfo hiveTypeInfo) |
HiveStructConverter(org.apache.parquet.schema.GroupType groupType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index,
TypeInfo hiveTypeInfo) |
HiveStructConverter(org.apache.parquet.schema.GroupType requestedSchema,
org.apache.parquet.schema.GroupType tableSchema,
Map<String,String> metadata,
TypeInfo hiveTypeInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
org.apache.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, setMetadatapublic HiveStructConverter(org.apache.parquet.schema.GroupType requestedSchema,
org.apache.parquet.schema.GroupType tableSchema,
Map<String,String> metadata,
TypeInfo hiveTypeInfo)
public HiveStructConverter(org.apache.parquet.schema.GroupType groupType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index,
TypeInfo hiveTypeInfo)
public HiveStructConverter(org.apache.parquet.schema.GroupType selectedGroupType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index,
org.apache.parquet.schema.GroupType containingGroupType,
TypeInfo hiveTypeInfo)
public final org.apache.hadoop.io.ArrayWritable getCurrentArray()
public void set(int fieldIndex,
org.apache.hadoop.io.Writable value)
set in class HiveGroupConverterpublic 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.GroupConverterCopyright © 2019 The Apache Software Foundation. All Rights Reserved.