OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JoinLoopDomain Struct Reference

#include <JoinLoop.h>

Public Attributes

union {
   llvm::Value *   upper_bound
 
   llvm::Value *   element_count
 
   llvm::Value *   slot_lookup_result
 
}; 
 
llvm::Value * values_buffer
 

Detailed Description

Definition at line 43 of file JoinLoop.h.

Member Data Documentation

union { ... }
llvm::Value* JoinLoopDomain::element_count

Definition at line 46 of file JoinLoop.h.

Referenced by Executor::codegenJoinLoops(), and JoinLoop::evaluateOuterJoinCondition().

llvm::Value* JoinLoopDomain::slot_lookup_result
llvm::Value* JoinLoopDomain::values_buffer

Definition at line 49 of file JoinLoop.h.

Referenced by Executor::buildJoinLoops().


The documentation for this struct was generated from the following file: