Uses of Class
org.apache.drill.exec.store.hive.ColumnListsCache
-
Uses of ColumnListsCache in org.apache.drill.exec.store.hive
Modifier and TypeMethodDescriptionHiveTableWithColumnCache.getColumnListsCache()
To reduce physical plan for Hive tables, unique partition lists of columns stored in the table's column lists cache.HiveTableWrapper.ColumnsCacheWrapper.getColumnListsCache()
ModifierConstructorDescriptionColumnsCacheWrapper
(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)