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

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

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

Methods in org.apache.hadoop.hive.metastore.model that return types with arguments of type MFieldSchema
 List<MFieldSchema> MStorageDescriptor.getCols()
           
 List<MFieldSchema> MType.getFields()
           
 List<MFieldSchema> MTable.getPartitionKeys()
           
 

Method parameters in org.apache.hadoop.hive.metastore.model with type arguments of type MFieldSchema
 void MStorageDescriptor.setCols(List<MFieldSchema> cols)
           
 void MType.setFields(List<MFieldSchema> fields)
           
 void MTable.setPartitionKeys(List<MFieldSchema> partKeys)
           
 

Constructor parameters in org.apache.hadoop.hive.metastore.model with type arguments of type MFieldSchema
MStorageDescriptor(List<MFieldSchema> cols, String location, String inputFormat, String outputFormat, boolean isCompressed, int numBuckets, MSerDeInfo serDeInfo, List<String> bucketCols, List<MOrder> sortOrder, Map<String,String> parameters)
           
MTable(String tableName, MDatabase database, MStorageDescriptor sd, String owner, int createTime, int lastAccessTime, int retention, List<MFieldSchema> partitionKeys, Map<String,String> parameters, String viewOriginalText, String viewExpandedText, String tableType)
           
MType(String name, String type1, String type2, List<MFieldSchema> fields)
           
 



Copyright © 2010 The Apache Software Foundation