Struct pgrx_pg_sys::SetOp
source · #[repr(C)]pub struct SetOp {
pub plan: Plan,
pub cmd: Type,
pub strategy: Type,
pub numCols: c_int,
pub dupColIdx: *mut AttrNumber,
pub dupOperators: *mut Oid,
pub dupCollations: *mut Oid,
pub flagColIdx: AttrNumber,
pub firstFlag: c_int,
pub numGroups: c_long,
}
Fields§
§plan: Plan
§cmd: Type
§strategy: Type
§numCols: c_int
§dupColIdx: *mut AttrNumber
§dupOperators: *mut Oid
§dupCollations: *mut Oid
§flagColIdx: AttrNumber
§firstFlag: c_int
§numGroups: c_long
Trait Implementations§
impl Copy for SetOp
Auto Trait Implementations§
impl Freeze for SetOp
impl RefUnwindSafe for SetOp
impl !Send for SetOp
impl !Sync for SetOp
impl Unpin for SetOp
impl UnwindSafe for SetOp
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)