MCPcopy Create free account
hub / github.com/apache/arrow / StartProducing

Method StartProducing

cpp/src/arrow/acero/hash_join_node.cc:1109–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1107}
1108
1109Status BloomFilterPushdownContext::StartProducing(size_t thread_index) {
1110 if (eval_.num_expected_bloom_filters_ == 0)
1111 return eval_.all_received_callback_(thread_index);
1112 return Status::OK();
1113}
1114
1115Status BloomFilterPushdownContext::BuildBloomFilter(size_t thread_index,
1116 AccumulationQueue batches,

Callers 1

StartProducingMethod · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected