You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew W. Hill edited this page Jul 21, 2014
·
2 revisions
CREATEAGGREGATECDB_Mode(anyelement) (
SFUNC=array_append, Function to call for each row. Just builds the array
STYPE=anyarray,
FINALFUNC=_final_mode, Function to call after everything has been added to array
INITCOND='{}' Initialize an empty array when starting
);