Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::HashJoinNode Member List

This is the complete list of members for impala::HashJoinNode, including all inherited members.

AddExprCtxsToFree(const std::vector< ExprContext * > &ctxs)impala::ExecNodeprotected
AddExprCtxsToFree(const SortExecExprs &sort_exec_exprs)impala::ExecNodeprotected
AddExprCtxToFree(ExprContext *ctx)impala::ExecNodeinlineprotected
AddRuntimeExecOption(const std::string &option)impala::ExecNodeprotected
AddToDebugString(int indentation_level, std::stringstream *out) const impala::HashJoinNodeprotectedvirtual
BlockingJoinNode(const std::string &node_name, const TJoinOp::type join_op, ObjectPool *pool, const TPlanNode &tnode, const DescriptorTbl &descs)impala::BlockingJoinNode
build_buckets_counter_impala::HashJoinNodeprivate
build_expr_ctxs_impala::HashJoinNodeprivate
build_pool_impala::BlockingJoinNodeprotected
build_row_counter_impala::BlockingJoinNodeprotected
build_timer_impala::BlockingJoinNodeprotected
build_tuple_row_size_impala::BlockingJoinNodeprotected
can_add_probe_filters_impala::BlockingJoinNodeprotected
child(int i)impala::ExecNodeinlineprotected
children_impala::ExecNodeprotected
Close(RuntimeState *state)impala::HashJoinNodevirtual
codegen_process_build_batch_fn_impala::HashJoinNodeprivate
CodegenCreateOutputRow(LlvmCodeGen *codegen)impala::HashJoinNodeprivate
CodegenEvalConjuncts(RuntimeState *state, const std::vector< ExprContext * > &conjunct_ctxs, const char *name="EvalConjuncts")impala::ExecNodestatic
CodegenProcessBuildBatch(RuntimeState *state, llvm::Function *hash_fn)impala::HashJoinNodeprivate
CodegenProcessProbeBatch(RuntimeState *state, llvm::Function *hash_fn)impala::HashJoinNodeprivate
CollectNodes(TPlanNodeType::type node_type, std::vector< ExecNode * > *nodes)impala::ExecNode
CollectScanNodes(std::vector< ExecNode * > *nodes)impala::ExecNode
conjunct_ctxs() const impala::ExecNodeinline
conjunct_ctxs_impala::ExecNodeprotected
ConstructBuildSide(RuntimeState *state)impala::HashJoinNodeprotectedvirtual
CreateNode(ObjectPool *pool, const TPlanNode &tnode, const DescriptorTbl &descs, ExecNode **node)impala::ExecNodeprotectedstatic
CreateOutputRow(TupleRow *out_row, TupleRow *probe_row, TupleRow *build_row)impala::BlockingJoinNodeprotected
CreateTree(ObjectPool *pool, const TPlan &plan, const DescriptorTbl &descs, ExecNode **root)impala::ExecNodestatic
CreateTreeHelper(ObjectPool *pool, const std::vector< TPlanNode > &tnodes, const DescriptorTbl &descs, ExecNode *parent, int *node_idx, ExecNode **root)impala::ExecNodeprotectedstatic
current_probe_row_impala::BlockingJoinNodeprotected
debug_action_impala::ExecNodeprotected
debug_phase_impala::ExecNodeprotected
DebugString(int indentation_level, std::stringstream *out) const impala::BlockingJoinNodeprotectedvirtual
impala::ExecNode::DebugString() const impala::ExecNode
eos_impala::BlockingJoinNodeprotected
EvalConjuncts(ExprContext *const *ctxs, int num_ctxs, TupleRow *row)impala::ExecNodestatic
exec_options_lock_impala::ExecNodeprotected
ExecDebugAction(TExecNodePhase::type phase, RuntimeState *state)impala::ExecNodeprotected
ExecNode(ObjectPool *pool, const TPlanNode &tnode, const DescriptorTbl &descs)impala::ExecNode
expr_mem_tracker()impala::ExecNodeinline
expr_mem_tracker_impala::ExecNodeprotected
GetLeftChildRowString(TupleRow *row)impala::BlockingJoinNodeprotected
GetNext(RuntimeState *state, RowBatch *row_batch, bool *eos)impala::HashJoinNodevirtual
GetNodeIdFromProfile(RuntimeProfile *p)impala::ExecNodestatic
hash_tbl_impala::HashJoinNodeprivate
hash_tbl_iterator_impala::HashJoinNodeprivate
hash_tbl_load_factor_counter_impala::HashJoinNodeprivate
HashJoinNode(ObjectPool *pool, const TPlanNode &tnode, const DescriptorTbl &descs)impala::HashJoinNode
id() const impala::ExecNodeinline
id_impala::ExecNodeprotected
Init(const TPlanNode &tnode)impala::HashJoinNodevirtual
InitGetNext(TupleRow *first_probe_row)impala::HashJoinNodeprotectedvirtual
InitRuntimeProfile(const std::string &name)impala::ExecNodeprotected
is_closed()impala::ExecNodeinlineprotected
IsScanNode() const impala::ExecNodeinlineprotectedvirtual
join_op_impala::BlockingJoinNodeprotected
LeftJoinGetNext(RuntimeState *state, RowBatch *row_batch, bool *eos)impala::HashJoinNodeprivate
limit() const impala::ExecNodeinline
limit_impala::ExecNodeprotected
LLVM_CLASS_NAMEimpala::HashJoinNodestatic
match_all_build_impala::HashJoinNodeprivate
match_all_probe_impala::HashJoinNodeprivate
match_one_build_impala::HashJoinNodeprivate
matched_probe_impala::BlockingJoinNodeprotected
mem_tracker()impala::ExecNodeinline
mem_tracker_impala::ExecNodeprotected
node_name_impala::BlockingJoinNodeprotected
num_rows_returned_impala::ExecNodeprotected
Open(RuntimeState *state)impala::BlockingJoinNodevirtual
other_join_conjunct_ctxs_impala::HashJoinNodeprivate
pool_impala::ExecNodeprotected
Prepare(RuntimeState *state)impala::HashJoinNodevirtual
probe_batch_impala::BlockingJoinNodeprotected
probe_batch_pos_impala::BlockingJoinNodeprotected
probe_expr_ctxs_impala::HashJoinNodeprivate
probe_row_counter_impala::BlockingJoinNodeprotected
probe_side_eos_impala::BlockingJoinNodeprotected
probe_timer_impala::BlockingJoinNodeprotected
probe_tuple_row_size_impala::BlockingJoinNodeprotected
process_build_batch_fn_impala::HashJoinNodeprivate
process_probe_batch_fn_impala::HashJoinNodeprivate
ProcessBuildBatch(RowBatch *build_batch)impala::HashJoinNodeprivate
ProcessBuildBatchFn typedefimpala::HashJoinNodeprivate
ProcessProbeBatch(RowBatch *out_batch, RowBatch *probe_batch, int max_added_rows)impala::HashJoinNodeprivate
ProcessProbeBatchFn typedefimpala::HashJoinNodeprivate
QueryMaintenance(RuntimeState *state)impala::ExecNodeprotectedvirtual
ReachedLimit()impala::ExecNodeinline
Reset(RuntimeState *state)impala::HashJoinNodevirtual
row_desc() const impala::ExecNodeinline
row_descriptor_impala::ExecNodeprotected
ROW_THROUGHPUT_COUNTERimpala::ExecNodestatic
rows_returned() const impala::ExecNodeinline
rows_returned_counter_impala::ExecNodeprotected
rows_returned_rate_impala::ExecNodeprotected
runtime_exec_options_impala::ExecNodeprotected
runtime_profile()impala::ExecNodeinline
runtime_profile_impala::ExecNodeprotected
semi_join_staging_row_impala::BlockingJoinNodeprotected
SetDebugOptions(int node_id, TExecNodePhase::type phase, TDebugAction::type action, ExecNode *tree)impala::ExecNodestatic
type() const impala::ExecNodeinline
type_impala::ExecNodeprotected
~BlockingJoinNode()impala::BlockingJoinNodevirtual
~ExecNode()impala::ExecNodevirtual