ENH: Support FIND and COUNT queries
1 unresolved thread
1 unresolved thread
Compare changes
- florian authored
+ 30
− 1
@@ -208,7 +208,7 @@ private:
@@ -357,6 +357,17 @@ public:
@@ -367,6 +378,23 @@ public:
@@ -383,6 +411,7 @@ private:
Had to be
long
in order to be consistent with grpc's int64 response.