Uses of Class
org.apache.drill.exec.store.druid.DruidSubScan.DruidSubScanSpec
Packages that use DruidSubScan.DruidSubScanSpec
-
Uses of DruidSubScan.DruidSubScanSpec in org.apache.drill.exec.store.druid
Methods in org.apache.drill.exec.store.druid that return types with arguments of type DruidSubScan.DruidSubScanSpecConstructors in org.apache.drill.exec.store.druid with parameters of type DruidSubScan.DruidSubScanSpecModifierConstructorDescriptionDruidRecordReader
(DruidSubScan.DruidSubScanSpec subScanSpec, List<SchemaPath> projectedColumns, int maxRecordsToRead, FragmentContext context, DruidStoragePlugin plugin) Constructor parameters in org.apache.drill.exec.store.druid with type arguments of type DruidSubScan.DruidSubScanSpecModifierConstructorDescriptionDruidSubScan
(String userName, DruidStoragePlugin plugin, List<DruidSubScan.DruidSubScanSpec> dataSourceInfoList, List<SchemaPath> columns, int maxRecordsToRead) DruidSubScan
(StoragePluginRegistry registry, String userName, StoragePluginConfig config, LinkedList<DruidSubScan.DruidSubScanSpec> datasourceScanSpecList, List<SchemaPath> columns, int maxRecordsToRead)