org.apache.hadoop.hive.ql.io.parquet.convert
Class HiveGroupConverter
java.lang.Object
parquet.io.api.Converter
parquet.io.api.GroupConverter
org.apache.hadoop.hive.ql.io.parquet.convert.HiveGroupConverter
- Direct Known Subclasses:
- ArrayWritableGroupConverter, DataWritableGroupConverter
public abstract class HiveGroupConverter
- extends parquet.io.api.GroupConverter
|
Method Summary |
protected abstract void |
add(int index,
org.apache.hadoop.io.Writable value)
|
protected static parquet.io.api.Converter |
getConverterFromDescription(parquet.schema.Type type,
int index,
HiveGroupConverter parent)
|
protected abstract void |
set(int index,
org.apache.hadoop.io.Writable value)
|
| Methods inherited from class parquet.io.api.GroupConverter |
asGroupConverter, end, getConverter, isPrimitive, start |
| Methods inherited from class parquet.io.api.Converter |
asPrimitiveConverter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiveGroupConverter
public HiveGroupConverter()
getConverterFromDescription
protected static parquet.io.api.Converter getConverterFromDescription(parquet.schema.Type type,
int index,
HiveGroupConverter parent)
set
protected abstract void set(int index,
org.apache.hadoop.io.Writable value)
add
protected abstract void add(int index,
org.apache.hadoop.io.Writable value)
Copyright © 2014 The Apache Software Foundation. All rights reserved.