| Package | Description |
|---|---|
| org.apache.drill.exec.store.mongo |
MongoDB storage plugin.
|
| org.apache.drill.exec.store.mongo.schema |
| Modifier and Type | Method and Description |
|---|---|
MongoStoragePlugin |
MongoSubScan.getMongoStoragePlugin() |
MongoStoragePlugin |
MongoGroupScan.getStoragePlugin() |
| Constructor and Description |
|---|
MongoGroupScan(String userName,
MongoStoragePlugin storagePlugin,
MongoScanSpec scanSpec,
List<SchemaPath> columns,
int maxRecords) |
MongoRecordReader(MongoSubScan.MongoSubScanSpec subScanSpec,
List<SchemaPath> projectedColumns,
FragmentContext context,
MongoStoragePlugin plugin) |
MongoSubScan(String userName,
MongoStoragePlugin storagePlugin,
MongoStoragePluginConfig storagePluginConfig,
List<MongoSubScan.MongoSubScanSpec> chunkScanSpecList,
List<SchemaPath> columns) |
| Constructor and Description |
|---|
MongoSchemaFactory(MongoStoragePlugin plugin,
String schemaName) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.