Struct rpgffi::SubPlanState [] [src]

#[repr(C)]
pub struct SubPlanState { pub xprstate: ExprState, pub planstate: *mut PlanState, pub parent: *mut PlanState, pub testexpr: *mut ExprState, pub args: *mut List, pub curTuple: HeapTuple, pub curArray: Datum, pub projLeft: *mut ProjectionInfo, pub projRight: *mut ProjectionInfo, pub hashtable: TupleHashTable, pub hashnulls: TupleHashTable, pub havehashrows: bool_, pub havenullrows: bool_, pub hashtablecxt: MemoryContext, pub hashtempcxt: MemoryContext, pub innerecontext: *mut ExprContext, pub keyColIdx: *mut AttrNumber, pub tab_hash_funcs: *mut FmgrInfo, pub tab_eq_funcs: *mut FmgrInfo, pub lhs_hash_funcs: *mut FmgrInfo, pub cur_eq_funcs: *mut FmgrInfo, }

Fields

Trait Implementations

impl Copy for SubPlanState
[src]

impl Clone for SubPlanState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more