Struct pgx_pg_sys::AggPath[][src]

#[repr(C)]
pub struct AggPath { pub path: Path, pub subpath: *mut Path, pub aggstrategy: AggStrategy, pub aggsplit: AggSplit, pub numGroups: f64, pub transitionSpace: uint64, pub groupClause: *mut List, pub qual: *mut List, }

Fields

path: Pathsubpath: *mut Pathaggstrategy: AggStrategyaggsplit: AggSplitnumGroups: f64transitionSpace: uint64groupClause: *mut Listqual: *mut List

Trait Implementations

impl Clone for AggPath[src]

impl Copy for AggPath[src]

impl Debug for AggPath[src]

impl Default for AggPath[src]

impl Display for AggPath[src]

impl PgNode for AggPath[src]

type NodeType = AggPath

Auto Trait Implementations

impl RefUnwindSafe for AggPath

impl !Send for AggPath

impl !Sync for AggPath

impl Unpin for AggPath

impl UnwindSafe for AggPath

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.