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

Method ProbePartition

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

Source from the content-addressed store, hash-verified

332}
333
334PartitionedHashJoinNode::ProbePartition::ProbePartition(RuntimeState* state,
335 PartitionedHashJoinNode* parent, PhjBuilderPartition* build_partition)
336 : build_partition_(build_partition),
337 probe_rows_(make_unique<BufferedTupleStream>(state, &parent->probe_row_desc(),
338 parent->buffer_pool_client(), parent->resource_profile_.spillable_buffer_size,
339 parent->resource_profile_.max_row_buffer_size)) {}
340
341PartitionedHashJoinNode::ProbePartition::~ProbePartition() {
342 DCHECK(IsClosed());

Callers

nothing calls this directly

Calls 1

buffer_pool_clientMethod · 0.45

Tested by

no test coverage detected