Module: MongoQL::UnaryOperators

Included in:
Expression
Defined in:
lib/mongo_ql/unary_operators.rb

Constant Summary collapse

UNARY_OPS =
{
  "!": "$not"
}.freeze