Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/partitioned-hash-join-node.inline.h"
#include <sstream>
#include <gutil/strings/substitute.h>
#include "codegen/llvm-codegen.h"
#include "exec/hash-table.inline.h"
#include "exprs/expr.h"
#include "exprs/expr-context.h"
#include "exprs/slot-ref.h"
#include "runtime/buffered-block-mgr.h"
#include "runtime/buffered-tuple-stream.inline.h"
#include "runtime/row-batch.h"
#include "runtime/runtime-state.h"
#include "util/debug-util.h"
#include "util/runtime-profile.h"
#include "gen-cpp/PlanNodes_types.h"
#include "common/names.h"
Go to the source code of this file.
Functions | |
DEFINE_bool (enable_phj_probe_side_filtering, true,"Enables pushing PHJ build side filters to probe side") | |
static Status | NullAwareAntiJoinError (bool build) |
DEFINE_bool | ( | enable_phj_probe_side_filtering | , |
true | , | ||
"Enables pushing PHJ build side filters to probe side" | |||
) |
Definition at line 964 of file partitioned-hash-join-node.cc.
Referenced by impala::PartitionedHashJoinNode::EvaluateNullProbe(), and impala::PartitionedHashJoinNode::PrepareNullAwarePartition().