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

Method AppendSpilledProbeRow

be/src/exec/partitioned-hash-join-node-ir.cc:454–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454inline bool PartitionedHashJoinNode::AppendSpilledProbeRow(
455 BufferedTupleStream* stream, TupleRow* row, Status* status) {
456 DCHECK(stream->has_write_iterator());
457 DCHECK(!stream->is_pinned());
458 return stream->AddRow(row, status);
459}
460
461inline bool PartitionedHashJoinNode::AppendProbeRow(
462 BufferedTupleStream* stream, TupleRow* row, Status* status) {

Callers

nothing calls this directly

Calls 3

has_write_iteratorMethod · 0.80
is_pinnedMethod · 0.45
AddRowMethod · 0.45

Tested by

no test coverage detected