Struct rpgffi::HashJoinState [] [src]

#[repr(C)]
pub struct HashJoinState { pub js: JoinState, pub hashclauses: *mut List, pub hj_OuterHashKeys: *mut List, pub hj_InnerHashKeys: *mut List, pub hj_HashOperators: *mut List, pub hj_HashTable: HashJoinTable, pub hj_CurHashValue: uint32, pub hj_CurBucketNo: c_int, pub hj_CurSkewBucketNo: c_int, pub hj_CurTuple: HashJoinTuple, pub hj_OuterTupleSlot: *mut TupleTableSlot, pub hj_HashTupleSlot: *mut TupleTableSlot, pub hj_NullOuterTupleSlot: *mut TupleTableSlot, pub hj_NullInnerTupleSlot: *mut TupleTableSlot, pub hj_FirstOuterTupleSlot: *mut TupleTableSlot, pub hj_JoinState: c_int, pub hj_MatchedOuter: bool_, pub hj_OuterNotEmpty: bool_, }

Fields

Trait Implementations

impl Copy for HashJoinState
[src]

impl Clone for HashJoinState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more