Package | Description |
---|---|
org.apache.drill.exec.store.mongo |
MongoDB storage plugin.
|
Modifier and Type | Class and Description |
---|---|
static class |
MongoSubScan.MongoSubScanSpec |
static class |
MongoSubScan.ShardedMongoSubScanSpec |
Modifier and Type | Method and Description |
---|---|
List<BaseMongoSubScanSpec> |
MongoSubScan.getChunkScanSpecList() |
Constructor and Description |
---|
MongoRecordReader(BaseMongoSubScanSpec subScanSpec,
List<SchemaPath> projectedColumns,
FragmentContext context,
MongoStoragePlugin plugin) |
Constructor and Description |
---|
MongoSubScan(StoragePluginRegistry registry,
String userName,
StoragePluginConfig mongoPluginConfig,
LinkedList<BaseMongoSubScanSpec> chunkScanSpecList,
List<SchemaPath> columns) |
MongoSubScan(String userName,
MongoStoragePlugin storagePlugin,
MongoStoragePluginConfig storagePluginConfig,
List<BaseMongoSubScanSpec> chunkScanSpecList,
List<SchemaPath> columns) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.