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

Method appendLocalSortedKeyBlock

src/processor/operator/order_by/sort_state.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void SortSharedState::appendLocalSortedKeyBlock(
41 const std::shared_ptr<MergedKeyBlocks>& mergedDataBlocks) {
42 std::unique_lock lck{mtx};
43 sortedKeyBlocks->emplace(mergedDataBlocks);
44}
45
46void SortSharedState::combineFTHasNoNullGuarantee() {
47 for (auto i = 1u; i < payloadTables.size(); i++) {

Callers 1

finalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected