| Package | Description |
|---|---|
| org.apache.drill.exec.store.kudu |
| Modifier and Type | Method and Description |
|---|---|
List<KuduSubScan.KuduSubScanSpec> |
KuduSubScan.getTabletScanSpecList() |
| Constructor and Description |
|---|
KuduRecordReader(org.apache.kudu.client.KuduClient client,
KuduSubScan.KuduSubScanSpec subScanSpec,
List<SchemaPath> projectedColumns) |
| Constructor and Description |
|---|
KuduSubScan(KuduStoragePlugin plugin,
List<KuduSubScan.KuduSubScanSpec> tabletInfoList,
List<SchemaPath> columns) |
KuduSubScan(StoragePluginRegistry registry,
KuduStoragePluginConfig kuduStoragePluginConfig,
LinkedList<KuduSubScan.KuduSubScanSpec> tabletScanSpecList,
List<SchemaPath> columns) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.