|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageDescriptor | |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api |
Uses of StorageDescriptor in org.apache.hadoop.hive.metastore |
---|
Methods in org.apache.hadoop.hive.metastore with parameters of type StorageDescriptor | |
---|---|
static Properties |
MetaStoreUtils.getPartSchemaFromTableSchema(StorageDescriptor sd,
StorageDescriptor tblsd,
Map<String,String> parameters,
String databaseName,
String tableName,
List<FieldSchema> partitionKeys,
Properties tblSchema)
Get partition level schema from table level schema. |
static Properties |
MetaStoreUtils.getSchema(StorageDescriptor sd,
StorageDescriptor tblsd,
Map<String,String> parameters,
String databaseName,
String tableName,
List<FieldSchema> partitionKeys)
|
Uses of StorageDescriptor in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return StorageDescriptor | |
---|---|
StorageDescriptor |
StorageDescriptor.deepCopy()
|
StorageDescriptor |
Table.getSd()
|
StorageDescriptor |
Partition.getSd()
|
StorageDescriptor |
Index.getSd()
|
Methods in org.apache.hadoop.hive.metastore.api with parameters of type StorageDescriptor | |
---|---|
int |
StorageDescriptor.compareTo(StorageDescriptor other)
|
boolean |
StorageDescriptor.equals(StorageDescriptor that)
|
void |
Table.setSd(StorageDescriptor sd)
|
void |
Partition.setSd(StorageDescriptor sd)
|
void |
Index.setSd(StorageDescriptor sd)
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type StorageDescriptor | |
---|---|
Index(String indexName,
String indexHandlerClass,
String dbName,
String origTableName,
int createTime,
int lastAccessTime,
String indexTableName,
StorageDescriptor sd,
Map<String,String> parameters,
boolean deferredRebuild)
|
|
Partition(List<String> values,
String dbName,
String tableName,
int createTime,
int lastAccessTime,
StorageDescriptor sd,
Map<String,String> parameters)
|
|
StorageDescriptor(StorageDescriptor other)
Performs a deep copy on other. |
|
Table(String tableName,
String dbName,
String owner,
int createTime,
int lastAccessTime,
int retention,
StorageDescriptor sd,
List<FieldSchema> partitionKeys,
Map<String,String> parameters,
String viewOriginalText,
String viewExpandedText,
String tableType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |