PostgreSQL Source Code  git master
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: