Uses of Class
org.apache.drill.exec.store.mongo.BaseMongoSubScanSpec
Packages that use BaseMongoSubScanSpec
-
Uses of BaseMongoSubScanSpec in org.apache.drill.exec.store.mongo
Subclasses of BaseMongoSubScanSpec in org.apache.drill.exec.store.mongoModifier and TypeClassDescriptionstatic class
static class
Methods in org.apache.drill.exec.store.mongo that return types with arguments of type BaseMongoSubScanSpecConstructors in org.apache.drill.exec.store.mongo with parameters of type BaseMongoSubScanSpecModifierConstructorDescriptionMongoRecordReader
(BaseMongoSubScanSpec subScanSpec, List<SchemaPath> projectedColumns, FragmentContext context, MongoStoragePlugin plugin) Constructor parameters in org.apache.drill.exec.store.mongo with type arguments of type BaseMongoSubScanSpecModifierConstructorDescriptionMongoSubScan
(String userName, MongoStoragePlugin storagePlugin, MongoStoragePluginConfig storagePluginConfig, List<BaseMongoSubScanSpec> chunkScanSpecList, List<SchemaPath> columns) MongoSubScan
(StoragePluginRegistry registry, String userName, StoragePluginConfig mongoPluginConfig, LinkedList<BaseMongoSubScanSpec> chunkScanSpecList, List<SchemaPath> columns)