Struct rpgffi::SubPlan [] [src]

#[repr(C)]
pub struct SubPlan { pub xpr: Expr, pub subLinkType: SubLinkType, pub testexpr: *mut Node, pub paramIds: *mut List, pub plan_id: c_int, pub plan_name: *mut c_char, pub firstColType: Oid, pub firstColTypmod: int32, pub firstColCollation: Oid, pub useHashTable: bool_, pub unknownEqFalse: bool_, pub setParam: *mut List, pub parParam: *mut List, pub args: *mut List, pub startup_cost: Cost, pub per_call_cost: Cost, }

Fields

Trait Implementations

impl Copy for SubPlan
[src]

impl Clone for SubPlan
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more