Uses of Class
org.apache.drill.exec.store.http.HttpScanSpec
-
Uses of HttpScanSpec in org.apache.drill.exec.store.http
ModifierConstructorDescriptionHttpGroupScan
(List<SchemaPath> columns, HttpScanSpec httpScanSpec, Map<String, String> filters, double selectivity, int maxRecords) Deserialize a group scan.HttpGroupScan
(HttpScanSpec scanSpec, MetadataProviderManager metadataProviderManager) Creates a new group scan from the storage plugin.HttpSubScan
(HttpScanSpec tableSpec, List<SchemaPath> columns, Map<String, String> filters, int maxRecords, TupleMetadata schema)