org.apache.hadoop.hive.ql.io.parquet.convert
Class HiveGroupConverter

java.lang.Object
  extended by parquet.io.api.Converter
      extended by parquet.io.api.GroupConverter
          extended by org.apache.hadoop.hive.ql.io.parquet.convert.HiveGroupConverter
Direct Known Subclasses:
ArrayWritableGroupConverter, DataWritableGroupConverter

public abstract class HiveGroupConverter
extends parquet.io.api.GroupConverter


Constructor Summary
HiveGroupConverter()
           
 
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
 

Constructor Detail

HiveGroupConverter

public HiveGroupConverter()
Method Detail

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.