Home
last modified time | relevance | path

Searched refs:kNoCursorTimeoutField (Results 1 – 1 of 1) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dquery_request.cpp101 const char kNoCursorTimeoutField[] = "noCursorTimeout"; variable
335 } else if (fieldName == kNoCursorTimeoutField) { in parseFromFindCommand()
530 cmdBuilder->append(kNoCursorTimeoutField, true); in asFindCommand()
1042 str::stream() << "Option " << kNoCursorTimeoutField in asAggregationCommand()