Struct rpgffi::SpecialJoinInfo [] [src]

#[repr(C)]
pub struct SpecialJoinInfo { pub type_: NodeTag, pub min_lefthand: Relids, pub min_righthand: Relids, pub syn_lefthand: Relids, pub syn_righthand: Relids, pub jointype: JoinType, pub lhs_strict: bool_, pub delay_upper_joins: bool_, pub semi_can_btree: bool_, pub semi_can_hash: bool_, pub semi_operators: *mut List, pub semi_rhs_exprs: *mut List, }

Fields

Trait Implementations

impl Copy for SpecialJoinInfo
[src]

impl Clone for SpecialJoinInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more