#[repr(C)]pub struct Hash {
pub plan: Plan,
pub hashkeys: *mut List,
pub skewTable: Oid,
pub skewColumn: AttrNumber,
pub skewInherit: bool,
pub rows_total: f64,
}
Fields§
§plan: Plan
§hashkeys: *mut List
§skewTable: Oid
§skewColumn: AttrNumber
§skewInherit: bool
§rows_total: f64
Trait Implementations§
impl Copy for Hash
Auto Trait Implementations§
impl Freeze for Hash
impl RefUnwindSafe for Hash
impl !Send for Hash
impl !Sync for Hash
impl Unpin for Hash
impl UnwindSafe for Hash
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more