| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.model |
| Modifier and Type | Method and Description |
|---|---|
List<MFieldSchema> |
MColumnDescriptor.getCols() |
List<MFieldSchema> |
MType.getFields() |
List<MFieldSchema> |
MTable.getPartitionKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
MColumnDescriptor.setCols(List<MFieldSchema> cols) |
void |
MType.setFields(List<MFieldSchema> fields) |
void |
MTable.setPartitionKeys(List<MFieldSchema> partKeys) |
| Constructor and Description |
|---|
MColumnDescriptor(List<MFieldSchema> cols) |
MTable(String tableName,
MDatabase database,
MStorageDescriptor sd,
String owner,
String ownerType,
int createTime,
int lastAccessTime,
int retention,
List<MFieldSchema> partitionKeys,
Map<String,String> parameters,
String viewOriginalText,
String viewExpandedText,
boolean rewriteEnabled,
String tableType) |
MType(String name,
String type1,
String type2,
List<MFieldSchema> fields) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.