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