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