Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/partitioned-hash-join-node.inline.h"
#include "codegen/impala-ir.h"
#include "exec/hash-table.inline.h"
#include "runtime/row-batch.h"
#include "common/names.h"
Go to the source code of this file.
Functions | |
bool IR_NO_INLINE | EvalOtherJoinConjuncts (ExprContext *const *ctxs, int num_ctxs, TupleRow *row) |
bool IR_NO_INLINE EvalOtherJoinConjuncts | ( | ExprContext *const * | ctxs, |
int | num_ctxs, | ||
TupleRow * | row | ||
) |
Definition at line 32 of file partitioned-hash-join-node-ir.cc.
References impala::ExecNode::EvalConjuncts().
Referenced by impala::PartitionedHashJoinNode::ProcessProbeBatch().