| Package | Description |
|---|---|
| org.apache.drill.exec.store.kudu |
| Modifier and Type | Method and Description |
|---|---|
KuduStoragePluginConfig |
KuduStoragePlugin.getConfig() |
KuduStoragePluginConfig |
KuduSubScan.getKuduStoragePluginConfig() |
KuduStoragePluginConfig |
KuduGroupScan.getKuduStoragePluginConfig() |
| Constructor and Description |
|---|
KuduGroupScan(KuduScanSpec kuduScanSpec,
KuduStoragePluginConfig kuduStoragePluginConfig,
List<SchemaPath> columns,
StoragePluginRegistry pluginRegistry) |
KuduStoragePlugin(KuduStoragePluginConfig configuration,
DrillbitContext context,
String name) |
KuduSubScan(StoragePluginRegistry registry,
KuduStoragePluginConfig kuduStoragePluginConfig,
LinkedList<KuduSubScan.KuduSubScanSpec> tabletScanSpecList,
List<SchemaPath> columns) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.