MobilityDB 1.3
Loading...
Searching...
No Matches

◆ Set_union_transfn()

Datum Set_union_transfn ( PG_FUNCTION_ARGS  )

Transition function for union aggregation of sets.

Note
We simply gather the input values into an array so that the final function can sort and combine them @sqlfn union()