[−][src]Struct postgres_parser::sys::PartitionBoundSpec
PartitionBoundSpec a partition bound specification
This represents the portion of the partition key space assigned to a particular partition. These are stored on disk in pg_class.relpartbound.
Fields
type_: NodeTag
strategy: c_char
is_default: bool
see PARTITION_STRATEGY codes above
modulus: c_int
Partitioning info for HASH strategy:
remainder: c_int
listdatums: *mut List
Partitioning info for LIST strategy:
lowerdatums: *mut List
Partitioning info for RANGE strategy:
upperdatums: *mut List
List of PartitionRangeDatums
location: c_int
List of PartitionRangeDatums
Trait Implementations
impl Debug for PartitionBoundSpec
[src]
impl Default for PartitionBoundSpec
[src]
impl Eq for PartitionBoundSpec
[src]
impl Hash for PartitionBoundSpec
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<PartitionBoundSpec> for PartitionBoundSpec
[src]
fn eq(&self, other: &PartitionBoundSpec) -> bool
[src]
fn ne(&self, other: &PartitionBoundSpec) -> bool
[src]
impl StructuralEq for PartitionBoundSpec
[src]
impl StructuralPartialEq for PartitionBoundSpec
[src]
Auto Trait Implementations
impl RefUnwindSafe for PartitionBoundSpec
impl !Send for PartitionBoundSpec
impl !Sync for PartitionBoundSpec
impl Unpin for PartitionBoundSpec
impl UnwindSafe for PartitionBoundSpec
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,