public abstract class HiveGroupConverter
extends parquet.io.api.GroupConverter
Constructor and Description |
---|
HiveGroupConverter() |
Modifier and Type | Method and Description |
---|---|
protected static HiveGroupConverter |
getConverterFromDescription(parquet.schema.GroupType type,
int index,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent) |
protected static parquet.io.api.PrimitiveConverter |
getConverterFromDescription(parquet.schema.PrimitiveType type,
int index,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent) |
protected static parquet.io.api.Converter |
getConverterFromDescription(parquet.schema.Type type,
int index,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent) |
Map<String,String> |
getMetadata() |
abstract void |
set(int index,
org.apache.hadoop.io.Writable value) |
void |
setMetadata(Map<String,String> metadata) |
protected static parquet.io.api.PrimitiveConverter getConverterFromDescription(parquet.schema.PrimitiveType type, int index, org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent)
protected static HiveGroupConverter getConverterFromDescription(parquet.schema.GroupType type, int index, org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent)
protected static parquet.io.api.Converter getConverterFromDescription(parquet.schema.Type type, int index, org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent)
public abstract void set(int index, org.apache.hadoop.io.Writable value)
Copyright © 2017 The Apache Software Foundation. All rights reserved.