MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / planProjection

Function planProjection

src/ExtMsg.actor.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191Reference<Plan> planProjection(Reference<Plan> plan,
192 bson::BSONObj const& selector,
193 Optional<bson::BSONObj> const& ordering) {
194 return Reference<Plan>(new ProjectionPlan(parseProjection(selector), plan, ordering));
195}
196
197ExtMsgQuery::ExtMsgQuery(ExtMsgHeader* header, const uint8_t* body) : header(header) {
198 const uint8_t* ptr = body;

Callers 1

Future<Void> runQueryFunction · 0.85

Calls 1

parseProjectionFunction · 0.85

Tested by

no test coverage detected