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

Method getQueryResult

src/processor/operator/sink.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17std::unique_ptr<main::QueryResult> SimpleSink::getQueryResult() const {
18 return std::make_unique<main::MaterializedQueryResult>(messageTable);
19}
20
21void SimpleSink::appendMessage(const std::string& msg, storage::MemoryManager* memoryManager) {
22 FactorizedTableUtils::appendStringToTable(messageTable.get(), msg, memoryManager);

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected