|
Author:
{u'username': u'visemet', u'name': u'Max Hirschhorn', u'email': u'max.hirschhorn@mongodb.com'}
Message: SERVER-18350 Refactor expression_algo.cpp.
Added special handling for NaN values to be consistent with what
ComparisonMatchExpression::matchesSingleElement() does.
Added support for a point query to be answered by a partial index with
a range filter over a single field.
Changed to use static_cast instead of dynamic_cast because the
MatchExpression subclass is known based on the matchType().
Branch: master
https://github.com/mongodb/mongo/commit/eede63734af75cb50d5731e2677359fd8b067a0c
|