Struct rpgffi::Agg [] [src]

#[repr(C)]
pub struct Agg { pub plan: Plan, pub aggstrategy: AggStrategy, pub aggsplit: AggSplit, pub numCols: c_int, pub grpColIdx: *mut AttrNumber, pub grpOperators: *mut Oid, pub numGroups: c_long, pub aggParams: *mut Bitmapset, pub groupingSets: *mut List, pub chain: *mut List, }

Fields

Trait Implementations

impl Copy for Agg
[src]

impl Clone for Agg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more