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