Uses of Class
org.apache.drill.exec.store.hive.HiveReadEntry
Packages that use HiveReadEntry
Package
Description
-
Uses of HiveReadEntry in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive that return HiveReadEntryMethods in org.apache.drill.exec.store.hive with parameters of type HiveReadEntryModifier and TypeMethodDescriptionHiveScan.clone
(HiveReadEntry hiveReadEntry) HiveMetadataProvider.getInputDirectories
(HiveReadEntry hiveReadEntry) Get the list of directories which contain the input files.HiveMetadataProvider.getInputSplits
(HiveReadEntry hiveReadEntry) ReturnHiveMetadataProvider.LogicalInputSplit
s for givenHiveReadEntry
.HiveMetadataProvider.getStats
(HiveReadEntry hiveReadEntry) Return stats for table/partitions in givenHiveReadEntry
.Constructors in org.apache.drill.exec.store.hive with parameters of type HiveReadEntryModifierConstructorDescriptionHiveMetadataProvider
(String userName, HiveReadEntry hiveReadEntry, org.apache.hadoop.hive.conf.HiveConf hiveConf) HiveScan
(String userName, HiveReadEntry hiveReadEntry, HiveStoragePluginConfig hiveStoragePluginConfig, List<SchemaPath> columns, Map<String, String> confProperties, StoragePluginRegistry pluginRegistry) HiveScan
(String userName, HiveReadEntry hiveReadEntry, HiveStoragePlugin hiveStoragePlugin, List<SchemaPath> columns, HiveMetadataProvider metadataProvider, Map<String, String> confProperties) HiveSubScan
(String userName, List<List<String>> splits, HiveReadEntry hiveReadEntry, List<String> splitClasses, List<SchemaPath> columns, HiveStoragePlugin hiveStoragePlugin, Map<String, String> confProperties) HiveSubScan
(StoragePluginRegistry registry, String userName, List<List<String>> splits, HiveReadEntry hiveReadEntry, List<String> splitClasses, List<SchemaPath> columns, HiveStoragePluginConfig hiveStoragePluginConfig, Map<String, String> confProperties) -
Uses of HiveReadEntry in org.apache.drill.exec.store.hive.client
Methods in org.apache.drill.exec.store.hive.client that return HiveReadEntryModifier and TypeMethodDescriptionDrillHiveMetaStoreClient.getHiveReadEntry
(String dbName, String tableName, boolean ignoreAuthzErrors) Returns table metadata for concrete table -
Uses of HiveReadEntry in org.apache.drill.exec.store.hive.schema
Constructors in org.apache.drill.exec.store.hive.schema with parameters of type HiveReadEntryModifierConstructorDescriptionDrillHiveTable
(String storageEngineName, HiveStoragePlugin plugin, String userName, HiveReadEntry readEntry) DrillHiveViewTable
(HiveReadEntry entry, List<String> schemaPath, SchemaConfig schemaConfig, String user)