Uses of Class
org.apache.drill.exec.store.hive.HivePartition
Packages that use HivePartition
-
Uses of HivePartition in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive that return HivePartitionMethods in org.apache.drill.exec.store.hive that return types with arguments of type HivePartitionMethods in org.apache.drill.exec.store.hive with parameters of type HivePartitionModifier and TypeMethodDescriptionstatic 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 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 HivePartition -
Uses of HivePartition in org.apache.drill.exec.store.hive.readers
Constructors in org.apache.drill.exec.store.hive.readers with parameters of type HivePartitionModifierConstructorDescriptionHiveDefaultRecordReader
(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.