|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
MType(String name,
String type1,
String type2,
List<MFieldSchema> fields)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |