CREATE AGGREGATE my_aggregate(int) SFUNC my_row_function STYPE tuple FINALFUNC my_final_function INITCOND (0, 0)