Attribute Macro pgrx_macros::pg_aggregate
source · #[pg_aggregate]
Expand description
Declare a pgrx::Aggregate
implementation on a type as able to used by Postgres as an aggregate.
Functions inside the impl
may use the #[pgrx]
attribute.