Uses of Class
org.apache.drill.exec.store.http.HttpSubScan
Packages that use HttpSubScan
-
Uses of HttpSubScan in org.apache.drill.exec.store.http
Methods in org.apache.drill.exec.store.http with parameters of type HttpSubScanModifier and TypeMethodDescriptionHttpScanBatchCreator.getBatch(ExecutorFragmentContext context, HttpSubScan subScan, List<RecordBatch> children) Constructors in org.apache.drill.exec.store.http with parameters of type HttpSubScanModifierConstructorDescriptionHttpBatchReader(HttpSubScan subScan) HttpBatchReader(HttpSubScan subScan, Paginator paginator) HttpCSVBatchReader(HttpSubScan subScan) HttpCSVBatchReader(HttpSubScan subScan, Paginator paginator) HttpXMLBatchReader(HttpSubScan subScan) HttpXMLBatchReader(HttpSubScan subScan, Paginator paginator) -
Uses of HttpSubScan in org.apache.drill.exec.store.http.util
Methods in org.apache.drill.exec.store.http.util with parameters of type HttpSubScanConstructors in org.apache.drill.exec.store.http.util with parameters of type HttpSubScanModifierConstructorDescriptionSimpleHttp(HttpSubScan scanDefn, okhttp3.HttpUrl url, File tempDir, HttpProxyConfig proxyConfig, CustomErrorContext errorContext, Paginator paginator)