Package | Description |
---|---|
org.apache.drill.exec.store.hive |
Modifier and Type | Field and Description |
---|---|
HiveTableWrapper.StorageDescriptorWrapper |
HiveTableWrapper.sd |
HiveTableWrapper.StorageDescriptorWrapper |
HiveTableWrapper.HivePartitionWrapper.sd |
Constructor and Description |
---|
HivePartitionWrapper(List<String> values,
String tableName,
String dbName,
int createTime,
int lastAccessTime,
HiveTableWrapper.StorageDescriptorWrapper sd,
Map<String,String> parameters,
int columnListIndex) |
HiveTableWrapper(String tableName,
String dbName,
String owner,
int createTime,
int lastAccessTime,
int retention,
HiveTableWrapper.StorageDescriptorWrapper sd,
List<HiveTableWrapper.FieldSchemaWrapper> partitionKeys,
Map<String,String> parameters,
String viewOriginalText,
String viewExpandedText,
String tableType,
HiveTableWrapper.ColumnsCacheWrapper columnsCache) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.