Struct pgrx_pg_sys::PartitionSchemeData
source · #[repr(C)]pub struct PartitionSchemeData {
pub strategy: c_char,
pub partnatts: int16,
pub partopfamily: *mut Oid,
pub partopcintype: *mut Oid,
pub partcollation: *mut Oid,
pub parttyplen: *mut int16,
pub parttypbyval: *mut bool,
pub partsupfunc: *mut FmgrInfo,
}Fields§
§strategy: c_char§partnatts: int16§partopfamily: *mut Oid§partopcintype: *mut Oid§partcollation: *mut Oid§parttyplen: *mut int16§parttypbyval: *mut bool§partsupfunc: *mut FmgrInfoTrait Implementations§
source§impl Clone for PartitionSchemeData
impl Clone for PartitionSchemeData
source§fn clone(&self) -> PartitionSchemeData
fn clone(&self) -> PartitionSchemeData
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 more