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> MColumnDescriptor.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 MColumnDescriptor.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
MColumnDescriptor(List<MFieldSchema> cols)
           
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 © 2011 The Apache Software Foundation