| Package | Description |
|---|---|
| org.apache.drill.exec.store.mongo |
MongoDB storage plugin.
|
| Modifier and Type | Method and Description |
|---|---|
MongoStoragePluginConfig |
MongoStoragePlugin.getConfig() |
MongoStoragePluginConfig |
MongoSubScan.getMongoPluginConfig() |
MongoStoragePluginConfig |
MongoGroupScan.getStorageConfig() |
| Constructor and Description |
|---|
MongoGroupScan(String userName,
MongoScanSpec scanSpec,
MongoStoragePluginConfig storagePluginConfig,
List<SchemaPath> columns,
StoragePluginRegistry pluginRegistry,
int maxRecords) |
MongoStoragePlugin(MongoStoragePluginConfig mongoConfig,
DrillbitContext context,
String name) |
MongoSubScan(String userName,
MongoStoragePlugin storagePlugin,
MongoStoragePluginConfig storagePluginConfig,
List<MongoSubScan.MongoSubScanSpec> chunkScanSpecList,
List<SchemaPath> columns) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.