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

Method execute

src/QLPlan.actor.cpp:309–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309FutureStream<Reference<ScanReturnedContext>> FilterPlan::execute(PlanCheckpoint* checkpoint,
310 Reference<DocTransaction> tr) {
311 PromiseStream<Reference<ScanReturnedContext>> output;
312 checkpoint->addOperation(doFilter(checkpoint, source->execute(checkpoint, tr), output, filter), output);
313 return output.getFuture();
314}
315
316ACTOR static Future<Void> toDocInfo(PlanCheckpoint* checkpoint,
317 Reference<IReadWriteContext> base,

Calls 9

addOperationMethod · 0.80
bindQueryContextMethod · 0.80
bindCollectionContextMethod · 0.80
addScanMethod · 0.80
getBoundsMethod · 0.80
encode_key_partMethod · 0.80
getMethod · 0.45
getDescendantsMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected