Home
last modified time | relevance | path

Searched defs:kBatchSizeName (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/pipeline/
H A Daggregation_request.cpp54 constexpr StringData AggregationRequest::kBatchSizeName; member in mongo::AggregationRequest
H A Daggregation_request.h54 static constexpr StringData kBatchSizeName = "batchSize"_sd; variable