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

◆ set_union_transfn()

Set * set_union_transfn ( Set state,
Set s 
)

Transition function for set union aggregate of sets.

Parameters
[in,out]stateCurrent aggregate state
[in]sSet to aggregate
Returns
When the state variable has space for adding the new set, the function returns the current state variable. Otherwise, a NEW state variable is returned and the input state is freed.
Note
Always use the function to overwrite the existing state as in:
Set * set_union_transfn(Set *state, Set *s)
Transition function for set union aggregate of sets.
Definition: set_aggfuncs_meos.c:230
set(CBUFFER_SRCS cbuffer.c tcbuffer.c tcbuffer_boxops.c tcbuffer_compops.c tcbuffer_distance.c tcbuffer_spatialfuncs.c tcbuffer_spatialrels.c tcbuffer_tempspatialrels.c) if(1) list(APPEND CBUFFER_SRCS cbufferset_meos.c) endif() add_library(cbuffer OBJECT $
Definition: CMakeLists.txt:1
Definition: pgtz.h:42