Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dstage_types.h95 STAGE_PIPELINE_PROXY, enumerator
H A Dexplain.cpp800 if (root->stageType() == STAGE_PIPELINE_PROXY) { in getPlanSummary()
834 if (root->stageType() == STAGE_PIPELINE_PROXY) { in getSummaryStats()
H A Dstage_builder.cpp370 case STAGE_PIPELINE_PROXY: in buildStages()
H A Dplan_executor.cpp719 if (auto pipelineProxy = getStageByType(_root.get(), STAGE_PIPELINE_PROXY)) in getLatestOplogTimestamp()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/exec/
H A Dpipeline_proxy.h88 return STAGE_PIPELINE_PROXY; in stageType()
H A Dpipeline_proxy.cpp115 make_unique<PlanStageStats>(CommonStats(kStageType), STAGE_PIPELINE_PROXY); in getStats()