Package | Description |
---|---|
org.apache.drill.exec.store.hive | |
org.apache.drill.exec.store.hive.client | |
org.apache.drill.exec.store.hive.schema |
Modifier and Type | Method and Description |
---|---|
HiveReadEntry |
HiveScan.getHiveReadEntry() |
HiveReadEntry |
HiveSubScan.getHiveReadEntry() |
Modifier and Type | Method and Description |
---|---|
HiveScan |
HiveScan.clone(HiveReadEntry hiveReadEntry) |
protected List<String> |
HiveMetadataProvider.getInputDirectories(HiveReadEntry hiveReadEntry)
Get the list of directories which contain the input files.
|
List<HiveMetadataProvider.LogicalInputSplit> |
HiveMetadataProvider.getInputSplits(HiveReadEntry hiveReadEntry)
Return
HiveMetadataProvider.LogicalInputSplit s for given HiveReadEntry . |
HiveMetadataProvider.HiveStats |
HiveMetadataProvider.getStats(HiveReadEntry hiveReadEntry)
Return stats for table/partitions in given
HiveReadEntry . |
Constructor and Description |
---|
HiveMetadataProvider(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(StoragePluginRegistry registry,
String userName,
List<List<String>> splits,
HiveReadEntry hiveReadEntry,
List<String> splitClasses,
List<SchemaPath> columns,
HiveStoragePluginConfig hiveStoragePluginConfig,
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) |
Modifier and Type | Method and Description |
---|---|
HiveReadEntry |
DrillHiveMetaStoreClient.getHiveReadEntry(String dbName,
String tableName,
boolean ignoreAuthzErrors)
Returns table metadata for concrete table
|
Constructor and Description |
---|
DrillHiveTable(String storageEngineName,
HiveStoragePlugin plugin,
String userName,
HiveReadEntry readEntry) |
DrillHiveViewTable(HiveReadEntry entry,
List<String> schemaPath,
SchemaConfig schemaConfig,
String user) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.