Uses of Class
org.apache.drill.exec.store.http.HttpGroupScan
Packages that use HttpGroupScan
-
Uses of HttpGroupScan in org.apache.drill.exec.store.http
Constructors in org.apache.drill.exec.store.http with parameters of type HttpGroupScanModifierConstructorDescriptionHttpGroupScan(HttpGroupScan that) Copies the group scan during many stages of Calcite operation.HttpGroupScan(HttpGroupScan that, int maxRecords) Adds a limit to the scan.HttpGroupScan(HttpGroupScan that, List<SchemaPath> columns) Applies columns.HttpGroupScan(HttpGroupScan that, Map<String, String> filters, double filterSelectivity) Adds a filter to the scan.