Uses of Class
org.apache.hadoop.hive.metastore.model.MColumnDescriptor

Packages that use MColumnDescriptor
org.apache.hadoop.hive.metastore.model   
 

Uses of MColumnDescriptor in org.apache.hadoop.hive.metastore.model
 

Methods in org.apache.hadoop.hive.metastore.model that return MColumnDescriptor
 MColumnDescriptor MStorageDescriptor.getCD()
           
 

Methods in org.apache.hadoop.hive.metastore.model with parameters of type MColumnDescriptor
 void MStorageDescriptor.setCD(MColumnDescriptor cd)
           
 

Constructors in org.apache.hadoop.hive.metastore.model with parameters of type MColumnDescriptor
MStorageDescriptor(MColumnDescriptor cd, String location, String inputFormat, String outputFormat, boolean isCompressed, int numBuckets, MSerDeInfo serDeInfo, List<String> bucketCols, List<MOrder> sortOrder, Map<String,String> parameters, List<String> skewedColNames, List<MStringList> skewedColValues, Map<MStringList,String> skewedColValueLocationMaps, boolean storedAsSubDirectories)
           
 



Copyright © 2011 The Apache Software Foundation