Uses of Class
org.apache.drill.exec.store.hive.ColumnListsCache
Packages that use ColumnListsCache
-
Uses of ColumnListsCache in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive that return ColumnListsCacheModifier 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()
Constructors in org.apache.drill.exec.store.hive with parameters of type ColumnListsCacheModifierConstructorDescriptionColumnsCacheWrapper
(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)