PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CompiledExprState Struct Reference

Data Fields

LLVMJitContext * context
 
const char * funcname
 

Detailed Description

Definition at line 48 of file llvmjit_expr.c.

Field Documentation

◆ context

LLVMJitContext* CompiledExprState::context

Definition at line 50 of file llvmjit_expr.c.

Referenced by ExecRunCompiledExpr().

◆ funcname

const char* CompiledExprState::funcname

Definition at line 51 of file llvmjit_expr.c.

Referenced by ExecRunCompiledExpr().


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