pgrx_pg_sys

Type Alias ExecEvalSubroutine

Source
pub type ExecEvalSubroutine = Option<unsafe extern "C" fn(state: *mut ExprState, op: *mut ExprEvalStep, econtext: *mut ExprContext)>;

Aliased Type§

enum ExecEvalSubroutine {
    None,
    Some(unsafe extern "C" fn(_: *mut ExprState, _: *mut ExprEvalStep, _: *mut ExprContext)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ExprState, _: *mut ExprEvalStep, _: *mut ExprContext))

Some value of type T.