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

Method PrepareForRead

be/src/exec/partitioned-hash-join-node.cc:354–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354Status PartitionedHashJoinNode::ProbePartition::PrepareForRead() {
355 bool got_read_buffer;
356 RETURN_IF_ERROR(probe_rows_->PrepareForRead(true, &got_read_buffer));
357 DCHECK(got_read_buffer) << "Accounted in min reservation";
358 return Status::OK();
359}
360
361void PartitionedHashJoinNode::ProbePartition::Close(RowBatch* batch) {
362 if (IsClosed()) return;

Callers 9

RepartitionBuildInputMethod · 0.45
BuildHashTableMethod · 0.45
BeginNullAwareProbeMethod · 0.45
EvaluateNullProbeMethod · 0.45
ProcessStreamMethod · 0.45

Calls 1

OKFunction · 0.85

Tested by

no test coverage detected