Package | Description |
---|---|
org.apache.drill.exec.store.http |
Modifier and Type | Method and Description |
---|---|
HttpScanSpec |
HttpGroupScan.httpScanSpec() |
HttpScanSpec |
HttpSubScan.tableSpec() |
Constructor and Description |
---|
HttpGroupScan(HttpScanSpec scanSpec)
Creates a new group scan from the storage plugin.
|
HttpGroupScan(List<SchemaPath> columns,
HttpScanSpec httpScanSpec,
Map<String,String> filters,
double selectivity,
int maxRecords)
Deserialize a group scan.
|
HttpSubScan(HttpScanSpec tableSpec,
List<SchemaPath> columns,
Map<String,String> filters,
int maxRecords) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.