| Class | Mongo::Collection::View::Builder::OpQuery |
| In: |
lib/mongo/collection/view/builder/op_query.rb
|
| Parent: | Object |
Builds a legacy OP_QUERY specification from options.
@since 2.2.0
| modifiers | [R] | @return [ BSON::Document ] modifiers The server modifiers. |
Create the new legacy query builder.
@example Create the query builder.
QueryBuilder.new(view)
@param [ Collection::View ] view The collection view.
@since 2.2.2