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