Struct pgrx_pg_sys::MergeAppendPath
source · #[repr(C)]pub struct MergeAppendPath {
pub path: Path,
pub subpaths: *mut List,
pub limit_tuples: f64,
}
Fields§
§path: Path
§subpaths: *mut List
§limit_tuples: f64
Trait Implementations§
source§impl Clone for MergeAppendPath
impl Clone for MergeAppendPath
source§fn clone(&self) -> MergeAppendPath
fn clone(&self) -> MergeAppendPath
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 MergeAppendPath
impl Debug for MergeAppendPath
source§impl Default for MergeAppendPath
impl Default for MergeAppendPath
source§impl Display for MergeAppendPath
impl Display for MergeAppendPath
source§impl PgNode for MergeAppendPath
impl PgNode for MergeAppendPath
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more