MongoDB request DSL • opensavvy.ktmongo.dsl.query • FilterQuery • gtNotNull
gtNotNull¶
Selects documents for which this field has a value strictly greater than value
.
If value
is null
, the operator is not added (all elements are matched).
Example¶
External resources¶
See also¶
FilterQuery.gt
FilterQuery.eqNotNull
Learn more about the 'notNull' variants
Selects documents for which this field has a value strictly greater than value
.
If value
is null
, the operator is not added (all elements are matched).
Example¶
External resources¶
See also¶
FilterQuery.gt
FilterQuery.eqNotNull
Learn more about the 'notNull' variants