MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / consume

Method consume

src/processor/operator/persistent/index_builder.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void IndexBuilderGlobalQueues::consume(NodeBatchInsertErrorHandler& errorHandler) {
52 for (auto index = 0u; index < NUM_HASH_INDEXES; index++) {
53 maybeConsumeIndex(index, errorHandler);
54 }
55}
56
57void IndexBuilderGlobalQueues::maybeConsumeIndex(size_t index,
58 NodeBatchInsertErrorHandler& errorHandler) {

Callers 2

finishedProducingMethod · 0.45
finalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected