Uses of Class
org.apache.drill.exec.store.hive.HiveStoragePlugin
Packages that use HiveStoragePlugin
-
Uses of HiveStoragePlugin in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive that return HiveStoragePluginModifier and TypeMethodDescriptionHiveDrillNativeParquetRowGroupScan.getHiveStoragePlugin()
HiveScan.getStoragePlugin()
HiveSubScan.getStoragePlugin()
Methods in org.apache.drill.exec.store.hive with parameters of type HiveStoragePluginModifier and TypeMethodDescriptionprotected HiveParquetTableMetadataProvider.Builder
HiveParquetTableMetadataProvider.Builder.withHiveStoragePlugin
(HiveStoragePlugin hiveStoragePlugin) Constructors in org.apache.drill.exec.store.hive with parameters of type HiveStoragePluginModifierConstructorDescriptionHiveDrillNativeParquetRowGroupScan
(String userName, HiveStoragePlugin hiveStoragePlugin, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, HivePartitionHolder hivePartitionHolder, Map<String, String> confProperties, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) HiveDrillNativeParquetScan
(String userName, List<SchemaPath> columns, HiveStoragePlugin hiveStoragePlugin, List<HiveMetadataProvider.LogicalInputSplit> logicalInputSplits, Map<String, String> confProperties, ParquetReaderConfig readerConfig) HiveDrillNativeParquetScan
(String userName, List<SchemaPath> columns, HiveStoragePlugin hiveStoragePlugin, List<HiveMetadataProvider.LogicalInputSplit> logicalInputSplits, Map<String, String> confProperties, ParquetReaderConfig readerConfig, LogicalExpression filter) 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) -
Uses of HiveStoragePlugin in org.apache.drill.exec.store.hive.schema
Constructors in org.apache.drill.exec.store.hive.schema with parameters of type HiveStoragePluginModifierConstructorDescriptionDrillHiveTable
(String storageEngineName, HiveStoragePlugin plugin, String userName, HiveReadEntry readEntry) HiveSchemaFactory
(HiveStoragePlugin plugin, String name, org.apache.hadoop.hive.conf.HiveConf hiveConf)