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

#include <CodeGenerator.h>

Public Attributes

llvm::Function * func
 
llvm::Function * wrapper_func
 
std::vector< std::shared_ptr
< Analyzer::ColumnVar > > 
inputs
 

Detailed Description

Definition at line 690 of file CodeGenerator.h.

Member Data Documentation

llvm::Function* ScalarCodeGenerator::CompiledExpression::func

Definition at line 691 of file CodeGenerator.h.

Referenced by ScalarCodeGenerator::generateNativeCode().

std::vector<std::shared_ptr<Analyzer::ColumnVar> > ScalarCodeGenerator::CompiledExpression::inputs

Definition at line 693 of file CodeGenerator.h.

Referenced by TableFunctionsFactory_node.UdtfNode::__iter__().

llvm::Function* ScalarCodeGenerator::CompiledExpression::wrapper_func

Definition at line 692 of file CodeGenerator.h.

Referenced by ScalarCodeGenerator::generateNativeCode().


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