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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.parquet.convert.HiveSchemaConverter

public class HiveSchemaConverter
extends Object


Constructor Summary
HiveSchemaConverter()
           
 
Method Summary
static parquet.schema.MessageType convert(List<String> columnNames, List<TypeInfo> columnTypes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveSchemaConverter

public HiveSchemaConverter()
Method Detail

convert

public static parquet.schema.MessageType convert(List<String> columnNames,
                                                 List<TypeInfo> columnTypes)


Copyright © 2014 The Apache Software Foundation. All rights reserved.