OmniSciDB
a5dc49c757
|
#include <JoinLoop.h>
Public Attributes | |
union { | |
llvm::Value * upper_bound | |
llvm::Value * element_count | |
llvm::Value * slot_lookup_result | |
}; | |
llvm::Value * | values_buffer |
llvm::Value * | error_code |
Definition at line 43 of file JoinLoop.h.
union { ... } |
llvm::Value* JoinLoopDomain::element_count |
Definition at line 46 of file JoinLoop.h.
Referenced by Executor::codegenJoinLoops(), and JoinLoop::evaluateOuterJoinCondition().
llvm::Value* JoinLoopDomain::error_code |
Definition at line 50 of file JoinLoop.h.
llvm::Value* JoinLoopDomain::slot_lookup_result |
Definition at line 47 of file JoinLoop.h.
Referenced by Executor::buildJoinLoops(), and anonymous_namespace{JoinLoopTest.cpp}::generate_descriptors().
llvm::Value* JoinLoopDomain::upper_bound |
Definition at line 45 of file JoinLoop.h.
Referenced by JoinLoop::evaluateOuterJoinCondition(), anonymous_namespace{JoinLoopTest.cpp}::generate_descriptors(), and anonymous_namespace{ResultSetReductionCodegen.cpp}::translate_for().
llvm::Value* JoinLoopDomain::values_buffer |
Definition at line 49 of file JoinLoop.h.
Referenced by Executor::buildJoinLoops().