Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Utility struct that wraps a variable name and llvm type. More...
#include <llvm-codegen.h>
Public Member Functions | |
NamedVariable (const std::string &name="", llvm::Type *type=NULL) | |
Public Attributes | |
std::string | name |
llvm::Type * | type |
Utility struct that wraps a variable name and llvm type.
Definition at line 149 of file llvm-codegen.h.
|
inline |
Definition at line 153 of file llvm-codegen.h.
std::string impala::LlvmCodeGen::NamedVariable::name |
Definition at line 150 of file llvm-codegen.h.
Referenced by NamedVariable().
llvm::Type* impala::LlvmCodeGen::NamedVariable::type |
Definition at line 151 of file llvm-codegen.h.
Referenced by NamedVariable().