|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |