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