Type Alias pgrx_pg_sys::ExprStateEvalFunc

source ·
pub type ExprStateEvalFunc = Option<unsafe extern "C" fn(expression: *mut ExprState, econtext: *mut ExprContext, isNull: *mut bool) -> Datum>;

Aliased Type§

enum ExprStateEvalFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut ExprState, _: *mut ExprContext, _: *mut bool) -> Datum),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ExprState, _: *mut ExprContext, _: *mut bool) -> Datum)

Some value of type T.