Struct pgrx_pg_sys::RangeTableSample
source · #[repr(C)]pub struct RangeTableSample {
pub type_: NodeTag,
pub relation: *mut Node,
pub method: *mut List,
pub args: *mut List,
pub repeatable: *mut Node,
pub location: c_int,
}
Fields§
§type_: NodeTag
§relation: *mut Node
§method: *mut List
§args: *mut List
§repeatable: *mut Node
§location: c_int
Trait Implementations§
source§impl Clone for RangeTableSample
impl Clone for RangeTableSample
source§fn clone(&self) -> RangeTableSample
fn clone(&self) -> RangeTableSample
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 RangeTableSample
impl Debug for RangeTableSample
source§impl Default for RangeTableSample
impl Default for RangeTableSample
source§impl Display for RangeTableSample
impl Display for RangeTableSample
source§impl PgNode for RangeTableSample
impl PgNode for RangeTableSample
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more