|
Change Parameter Type rightFilter : BasicDBObject to rightFilter : Document in method public orFilterAtIndex(leftFilter Document, rightFilter Document) : Document in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Parameter Type pushdownFilters : BasicDBObject to pushdownFilters : Document in method private buildFilters(pushdownFilters Document, mergedFilters Map<String,List<Document>>) : void in class org.apache.drill.exec.store.mongo.MongoRecordReader |
From |
To |
|
Change Parameter Type collection : DBCollection to collection : MongoCollection<Document> in method public MongoPStore(config PStoreConfig<V>, collection MongoCollection<Document>) in class org.apache.drill.exec.store.mongo.config.MongoPStore |
From |
To |
|
Change Parameter Type filter : BasicDBObject to filter : Document in method public setFilter(filter Document) : MongoSubScanSpec in class org.apache.drill.exec.store.mongo.MongoSubScan.MongoSubScanSpec |
From |
To |
|
Change Parameter Type rightFilter : BasicDBObject to rightFilter : Document in method public andFilterAtIndex(leftFilter Document, rightFilter Document) : Document in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Parameter Type mergedFilters : Map<String,List<BasicDBObject>> to mergedFilters : Map<String,List<Document>> in method private buildFilters(pushdownFilters Document, mergedFilters Map<String,List<Document>>) : void in class org.apache.drill.exec.store.mongo.MongoRecordReader |
From |
To |
|
Change Parameter Type filters : BasicDBObject to filters : Document in method public MongoScanSpec(dbName String, collectionName String, filters Document) in class org.apache.drill.exec.store.mongo.MongoScanSpec |
From |
To |
|
Change Parameter Type leftFilter : BasicDBObject to leftFilter : Document in method public andFilterAtIndex(leftFilter Document, rightFilter Document) : Document in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Parameter Type leftFilter : BasicDBObject to leftFilter : Document in method public orFilterAtIndex(leftFilter Document, rightFilter Document) : Document in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Parameter Type filters : BasicDBObject to filters : Document in method public MongoSubScanSpec(dbName String, collectionName String, hosts List<String>, minFilters Map<String,Object>, maxFilters Map<String,Object>, filters Document) in class org.apache.drill.exec.store.mongo.MongoSubScan.MongoSubScanSpec |
From |
To |
|
Change Parameter Type result : DBObject to result : Document in method public DeferredEntry(result Document) in class org.apache.drill.exec.store.mongo.config.MongoPStore.DeferredEntry |
From |
To |
|
Change Return Type Map<String,List<BasicDBObject>> to Map<String,List<Document>> in method public mergeFilters(minFilters Map<String,Object>, maxFilters Map<String,Object>) : Map<String,List<Document>> in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Return Type BasicDBObject to Document in method public getFilters() : Document in class org.apache.drill.exec.store.mongo.MongoScanSpec |
From |
To |
|
Change Return Type BasicDBObject to Document in method public andFilterAtIndex(leftFilter Document, rightFilter Document) : Document in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Return Type BasicDBObject to Document in method public getFilter() : Document in class org.apache.drill.exec.store.mongo.MongoSubScan.MongoSubScanSpec |
From |
To |
|
Change Return Type BasicDBObject to Document in method public orFilterAtIndex(leftFilter Document, rightFilter Document) : Document in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Variable Type filters : List<BasicDBObject> to filters : List<Document> in method public andFilterAtIndex(leftFilter Document, rightFilter Document) : Document in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Variable Type orQueryFilter : BasicDBObject to orQueryFilter : Document in method public orFilterAtIndex(leftFilter Document, rightFilter Document) : Document in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Variable Type list : List<BasicDBObject> to list : List<Document> in method public mergeFilters(minFilters Map<String,Object>, maxFilters Map<String,Object>) : Map<String,List<Document>> in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Variable Type queryFilter : BasicDBObject to queryFilter : Document in method private createMongoScanSpec(functionName String, field SchemaPath, fieldValue Object) : MongoScanSpec in class org.apache.drill.exec.store.mongo.MongoFilterBuilder |
From |
To |
|
Change Variable Type filters : Map<String,List<BasicDBObject>> to filters : Map<String,List<Document>> in method public mergeFilters(minFilters Map<String,Object>, maxFilters Map<String,Object>) : Map<String,List<Document>> in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Variable Type list : List<BasicDBObject> to list : List<Document> in method private buildFilters(pushdownFilters Document, mergedFilters Map<String,List<Document>>) : void in class org.apache.drill.exec.store.mongo.MongoRecordReader |
From |
To |
|
Change Variable Type andQueryFilter : BasicDBObject to andQueryFilter : Document in method public andFilterAtIndex(leftFilter Document, rightFilter Document) : Document in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Variable Type entry : Entry<String,List<BasicDBObject>> to entry : Entry<String,List<Document>> in method private buildFilters(pushdownFilters Document, mergedFilters Map<String,List<Document>>) : void in class org.apache.drill.exec.store.mongo.MongoRecordReader |
From |
To |
|
Change Variable Type wr : WriteResult to updateResult : UpdateResult in method public putIfAbsent(key String, value V) : boolean in class org.apache.drill.exec.store.mongo.config.MongoPStore |
From |
To |
|
Change Variable Type andQueryFilter : BasicDBObject to andQueryFilter : Document in method private buildFilters(pushdownFilters Document, mergedFilters Map<String,List<Document>>) : void in class org.apache.drill.exec.store.mongo.MongoRecordReader |
From |
To |
|
Change Variable Type mergedFilters : Map<String,List<BasicDBObject>> to mergedFilters : Map<String,List<Document>> in method public MongoRecordReader(subScanSpec MongoSubScan.MongoSubScanSpec, projectedColumns List<SchemaPath>, context FragmentContext, plugin MongoStoragePlugin) in class org.apache.drill.exec.store.mongo.MongoRecordReader |
From |
To |
|
Change Variable Type check : DBObject to update : Bson in method public putIfAbsent(key String, value V) : boolean in class org.apache.drill.exec.store.mongo.config.MongoPStore |
From |
To |
|
Change Variable Type filters : List<BasicDBObject> to filters : List<Document> in method public orFilterAtIndex(leftFilter Document, rightFilter Document) : Document in class org.apache.drill.exec.store.mongo.MongoUtils |
From |
To |
|
Change Variable Type db : DB to db : MongoDatabase in method public start() : void in class org.apache.drill.exec.store.mongo.config.MongoPStoreProvider |
From |
To |
|
Change Attribute Type filters : BasicDBObject to filters : Document in class org.apache.drill.exec.store.mongo.MongoScanSpec |
From |
To |
|
Change Attribute Type collection : DBCollection to collection : MongoCollection<Document> in class org.apache.drill.exec.store.mongo.config.MongoPStore |
From |
To |
|
Change Attribute Type result : DBObject to result : Document in class org.apache.drill.exec.store.mongo.config.MongoPStore.DeferredEntry |
From |
To |
|
Change Attribute Type filter : BasicDBObject to filter : Document in class org.apache.drill.exec.store.mongo.MongoSubScan.MongoSubScanSpec |
From |
To |
|
Change Attribute Type filters : BasicDBObject to filters : Document in class org.apache.drill.exec.store.mongo.MongoRecordReader |
From |
To |
|
Change Attribute Type fields : BasicDBObject to fields : Document in class org.apache.drill.exec.store.mongo.MongoRecordReader |
From |
To |
|
Change Attribute Type collection : DBCollection to collection : MongoCollection<Document> in class org.apache.drill.exec.store.mongo.config.MongoPStoreProvider |
From |
To |
|
Change Attribute Type cursor : DBCursor to cursor : MongoCursor<Document> in class org.apache.drill.exec.store.mongo.config.MongoPStore.MongoIterator |
From |
To |