Attribute Macro pgx::pg_aggregate

source · []
#[pg_aggregate]
Expand description

Declare a pgx::Aggregate implentation on a type as able to used by Postgres as an aggregate.

Functions inside the impl may use the #[pgx] attribute.