From 444017fde24c72334e2da8b922b4d4107fd32011 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Mon, 23 Apr 2012 15:01:13 +0400 Subject: [PATCH] Define several more operators --- src/monger/operators.clj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/monger/operators.clj b/src/monger/operators.clj index 7254fef..cbcf520 100644 --- a/src/monger/operators.clj +++ b/src/monger/operators.clj @@ -171,3 +171,9 @@ (defoperator $pullAll) (defoperator $bit) + +(defoperator $exists) +(defoperator $mod) +(defoperator $size) +(defoperator $type) +(defoperator $not)