#[repr(C)]
pub struct ExprContext {
Show 16 fields pub type_: NodeTag, pub ecxt_scantuple: *mut TupleTableSlot, pub ecxt_innertuple: *mut TupleTableSlot, pub ecxt_outertuple: *mut TupleTableSlot, pub ecxt_per_query_memory: MemoryContext, pub ecxt_per_tuple_memory: MemoryContext, pub ecxt_param_exec_vals: *mut ParamExecData, pub ecxt_param_list_info: ParamListInfo, pub ecxt_aggvalues: *mut Datum, pub ecxt_aggnulls: *mut bool, pub caseValue_datum: Datum, pub caseValue_isNull: bool, pub domainValue_datum: Datum, pub domainValue_isNull: bool, pub ecxt_estate: *mut EState, pub ecxt_callbacks: *mut ExprContext_CB,
}

Fields

type_: NodeTagecxt_scantuple: *mut TupleTableSlotecxt_innertuple: *mut TupleTableSlotecxt_outertuple: *mut TupleTableSlotecxt_per_query_memory: MemoryContextecxt_per_tuple_memory: MemoryContextecxt_param_exec_vals: *mut ParamExecDataecxt_param_list_info: ParamListInfoecxt_aggvalues: *mut Datumecxt_aggnulls: *mut boolcaseValue_datum: DatumcaseValue_isNull: booldomainValue_datum: DatumdomainValue_isNull: boolecxt_estate: *mut EStateecxt_callbacks: *mut ExprContext_CB

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

Represent this node as a mutable pointer of its type

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.