Module: Mongoid::Matcher::FieldOperator Private
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | lib/mongoid/matcher/field_operator.rb |
Overview
Singleton module provides lookup of query operator matchers related to field values.
Constant Summary
-
MAP =
# File 'lib/mongoid/matcher/field_operator.rb', line 10{ '$all' => All, '$bitsAllClear' => BitsAllClear, '$bitsAllSet' => BitsAllSet, '$bitsAnyClear' => BitsAnyClear, '$bitsAnySet' => BitsAnySet, '$elemMatch' => ElemMatch, '$eq' => Eq, '$exists' => Exists, '$gt' => Gt, '$gte' => Gte, '$in' => In, '$lt' => Lt, '$lte' => Lte, '$mod' => Mod, '$nin' => Nin, '$ne' => Ne, '$not' => Not, '$regex' => Regex, '$size' => Size, '$type' => Type, }.freeze