Struct rpgffi::Aggref [] [src]

#[repr(C)]
pub struct Aggref { pub xpr: Expr, pub aggfnoid: Oid, pub aggtype: Oid, pub aggcollid: Oid, pub inputcollid: Oid, pub aggtranstype: Oid, pub aggargtypes: *mut List, pub aggdirectargs: *mut List, pub args: *mut List, pub aggorder: *mut List, pub aggdistinct: *mut List, pub aggfilter: *mut Expr, pub aggstar: bool_, pub aggvariadic: bool_, pub aggkind: c_char, pub agglevelsup: Index, pub aggsplit: AggSplit, pub location: c_int, }

Fields

Trait Implementations

impl Copy for Aggref
[src]

impl Clone for Aggref
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more