Libraries
»
mongo_ql
(1.0.6)
»
Index (U)
»
MongoQL
»
UnaryOperators
Module: MongoQL::UnaryOperators
Included in:
Expression
Defined in:
lib/mongo_ql/unary_operators.rb
Constant Summary
collapse
UNARY_OPS =
{
"
!
":
"
$not
"
}
.
freeze