|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "codegen/impala-ir.h"#include "exec/hash-join-node.h"#include "exec/old-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 | EvalOtherJoinConjuncts2 (ExprContext *const *ctxs, int num_ctxs, TupleRow *row) |
| bool IR_NO_INLINE EvalOtherJoinConjuncts2 | ( | ExprContext *const * | ctxs, |
| int | num_ctxs, | ||
| TupleRow * | row | ||
| ) |
Definition at line 33 of file hash-join-node-ir.cc.
References impala::ExecNode::EvalConjuncts().
Referenced by impala::HashJoinNode::ProcessProbeBatch().