Skip to content

Commit ac09e29

Browse files
committed
Create agregate skeleton
Signed-off-by: Otavio Santana <[email protected]>
1 parent ca8137c commit ac09e29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mongodb-driver/src/main/java/org/eclipse/jnosql/communication/mongodb/document/MongoDBDocumentCollectionManager.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ public long delete(String collectionName, Bson filter) {
175175
return result.getDeletedCount();
176176
}
177177

178+
public long aggregate(String collectionName, Bson filter) {
179+
return 0L;
180+
}
181+
178182
/**
179183
* Finds all documents in the collection.
180184
*

0 commit comments

Comments
 (0)