Uses of Class
org.apache.drill.exec.store.hive.HiveTableWithColumnCache
Packages that use HiveTableWithColumnCache
Package
Description
-
Uses of HiveTableWithColumnCache in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive that return HiveTableWithColumnCacheModifier and TypeMethodDescriptionHiveReadEntry.getTable()
HiveSubScan.getTable()
HiveTableWrapper.getTable()
Methods in org.apache.drill.exec.store.hive with parameters of type HiveTableWithColumnCacheModifier and TypeMethodDescriptionHiveUtilities.createPartitionWithSpecColumns
(HiveTableWithColumnCache table, org.apache.hadoop.hive.metastore.api.Partition partition) Helper method which stores partition columns in table columnListCache.static Properties
HiveUtilities.getPartitionMetadata
(HivePartition partition, HiveTableWithColumnCache table) Wrapper aroundMetaStoreUtils#getPartitionMetadata(org.apache.hadoop.hive.metastore.api.Partition, Table)
which also adds parameters from table to properties returned by that method.static Properties
HiveUtilities.getTableMetadata
(HiveTableWithColumnCache table) Wrapper aroundMetaStoreUtils#getSchema(StorageDescriptor, StorageDescriptor, Map, String, String, List)
which also sets columns from table cache to table and returns properties returned byMetaStoreUtils#getSchema(StorageDescriptor, StorageDescriptor, Map, String, String, List)
.static boolean
HiveUtilities.hasHeaderOrFooter
(HiveTableWithColumnCache table) Checks if given table has header or footer.static void
HiveUtilities.restoreColumns
(HiveTableWithColumnCache table, HivePartition partition) Sets columns from table cache to table and partition.Constructors in org.apache.drill.exec.store.hive with parameters of type HiveTableWithColumnCacheModifierConstructorDescription -
Uses of HiveTableWithColumnCache in org.apache.drill.exec.store.hive.readers
Constructors in org.apache.drill.exec.store.hive.readers with parameters of type HiveTableWithColumnCacheModifierConstructorDescriptionHiveDefaultRecordReader
(HiveTableWithColumnCache table, HivePartition partition, Collection<org.apache.hadoop.mapred.InputSplit> inputSplits, List<SchemaPath> projectedColumns, FragmentContext context, org.apache.hadoop.hive.conf.HiveConf hiveConf, org.apache.hadoop.security.UserGroupInformation proxyUgi) Readers constructor called by initializer.HiveTextRecordReader
(HiveTableWithColumnCache table, HivePartition partition, Collection<org.apache.hadoop.mapred.InputSplit> inputSplits, List<SchemaPath> projectedColumns, FragmentContext context, org.apache.hadoop.hive.conf.HiveConf hiveConf, org.apache.hadoop.security.UserGroupInformation proxyUgi) Constructor matching super. -
Uses of HiveTableWithColumnCache in org.apache.drill.exec.store.hive.schema
Fields in org.apache.drill.exec.store.hive.schema declared as HiveTableWithColumnCacheModifier and TypeFieldDescriptionprotected final HiveTableWithColumnCache
DrillHiveTable.hiveTable