Struct pgrx_pg_sys::RecursiveUnion
source · #[repr(C)]pub struct RecursiveUnion {
pub plan: Plan,
pub wtParam: c_int,
pub numCols: c_int,
pub dupColIdx: *mut AttrNumber,
pub dupOperators: *mut Oid,
pub dupCollations: *mut Oid,
pub numGroups: c_long,
}
Fields§
§plan: Plan
§wtParam: c_int
§numCols: c_int
§dupColIdx: *mut AttrNumber
§dupOperators: *mut Oid
§dupCollations: *mut Oid
§numGroups: c_long
Trait Implementations§
source§impl Clone for RecursiveUnion
impl Clone for RecursiveUnion
source§fn clone(&self) -> RecursiveUnion
fn clone(&self) -> RecursiveUnion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RecursiveUnion
impl Debug for RecursiveUnion
source§impl Default for RecursiveUnion
impl Default for RecursiveUnion
source§impl Display for RecursiveUnion
impl Display for RecursiveUnion
source§impl PgNode for RecursiveUnion
impl PgNode for RecursiveUnion
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more