PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CompiledExprState Struct Reference

Data Fields

LLVMJitContextcontext
 
const charfuncname
 

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(), and llvm_compile_expr().

◆ funcname

const char* CompiledExprState::funcname

Definition at line 51 of file llvmjit_expr.c.

Referenced by ExecRunCompiledExpr(), and llvm_compile_expr().


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