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

Method resetState

src/processor/operator/partitioner.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void CopyPartitionerSharedState::resetState(common::idx_t partitioningIdx) {
52 PartitionerSharedState::resetState(partitioningIdx);
53 partitioningBuffers[partitioningIdx].reset();
54}
55
56void PartitioningBuffer::merge(const PartitioningBuffer& localPartitioningState) const {
57 DASSERT(partitions.size() == localPartitioningState.partitions.size());

Callers 1

getNextTuplesInternalMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected