MCPcopy Create free account
hub / github.com/apache/impala / ResetForProbe

Method ResetForProbe

be/src/exec/partitioned-hash-join-node.inline.h:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace impala {
26
27inline void PartitionedHashJoinNode::ResetForProbe() {
28 current_probe_row_ = NULL;
29 probe_batch_pos_ = 0;
30 matched_probe_ = true;
31 hash_tbl_iterator_.SetAtEnd();
32 ht_ctx_->expr_values_cache()->Reset();
33}
34
35// Must not be inlined during codegen since calls to this function from ProcessProbeBatch
36// are removed by codegen if there are no conjuncts.

Callers

nothing calls this directly

Calls 3

SetAtEndMethod · 0.80
expr_values_cacheMethod · 0.80
ResetMethod · 0.45

Tested by

no test coverage detected