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

Method InitNullAwareProbePartition

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

Source from the content-addressed store, hash-verified

872}
873
874Status PartitionedHashJoinNode::InitNullAwareProbePartition() {
875 null_aware_probe_partition_.reset(
876 new ProbePartition(runtime_state_, this, builder_->null_aware_partition()));
877 RETURN_IF_ERROR(null_aware_probe_partition_->PrepareForWrite(this, true));
878 return Status::OK();
879}
880
881Status PartitionedHashJoinNode::InitNullProbeRows() {
882 RuntimeState* state = runtime_state_;

Callers

nothing calls this directly

Calls 4

OKFunction · 0.85
null_aware_partitionMethod · 0.80
resetMethod · 0.65
PrepareForWriteMethod · 0.45

Tested by

no test coverage detected