Uses of Class
org.apache.drill.exec.store.mongo.MongoStoragePlugin
Packages that use MongoStoragePlugin
Package
Description
MongoDB storage plugin.
-
Uses of MongoStoragePlugin in org.apache.drill.exec.store.mongo
Methods in org.apache.drill.exec.store.mongo that return MongoStoragePluginModifier and TypeMethodDescriptionMongoSubScan.getMongoStoragePlugin()
MongoGroupScan.getStoragePlugin()
Constructors in org.apache.drill.exec.store.mongo with parameters of type MongoStoragePluginModifierConstructorDescriptionMongoGroupScan
(String userName, MongoStoragePlugin storagePlugin, MongoScanSpec scanSpec, List<SchemaPath> columns, boolean useAggregate) MongoRecordReader
(BaseMongoSubScanSpec subScanSpec, List<SchemaPath> projectedColumns, FragmentContext context, MongoStoragePlugin plugin) MongoSubScan
(String userName, MongoStoragePlugin storagePlugin, MongoStoragePluginConfig storagePluginConfig, List<BaseMongoSubScanSpec> chunkScanSpecList, List<SchemaPath> columns) -
Uses of MongoStoragePlugin in org.apache.drill.exec.store.mongo.schema
Constructors in org.apache.drill.exec.store.mongo.schema with parameters of type MongoStoragePlugin