Package | Description |
---|---|
org.apache.drill.exec.store.hive |
Modifier and Type | Method and Description |
---|---|
ColumnListsCache |
HiveTableWithColumnCache.getColumnListsCache()
To reduce physical plan for Hive tables, unique partition lists of columns stored in the
table's column lists cache.
|
ColumnListsCache |
HiveTableWrapper.ColumnsCacheWrapper.getColumnListsCache() |
Constructor and Description |
---|
ColumnsCacheWrapper(ColumnListsCache columnListsCache) |
HiveTableWithColumnCache(String tableName,
String dbName,
String owner,
int createTime,
int lastAccessTime,
int retention,
org.apache.hadoop.hive.metastore.api.StorageDescriptor sd,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> partitionKeys,
Map<String,String> parameters,
String viewOriginalText,
String viewExpandedText,
String tableType,
ColumnListsCache columnListsCache) |
HiveTableWithColumnCache(org.apache.hadoop.hive.metastore.api.Table other,
ColumnListsCache columnListsCache) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.