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

Set operations for circular buffer sets. More...

Functions

Setcbuffer_union_transfn (Set *state, const Cbuffer *cb)
 Transition function for set union aggregate of circular buffers. More...
 
bool contained_cbuffer_set (const Cbuffer *cb, const Set *s)
 Return true if a circular buffer is contained in a set. More...
 
bool contains_set_cbuffer (const Set *s, Cbuffer *cb)
 Return true if a set contains a circular buffer. More...
 
Setintersection_cbuffer_set (const Cbuffer *cb, const Set *s)
 Return the intersection of a circular buffer and a set. More...
 
Setintersection_set_cbuffer (const Set *s, const Cbuffer *cb)
 Return the intersection of a set and a circular buffer. More...
 
Setminus_cbuffer_set (const Cbuffer *cb, const Set *s)
 Return the difference of a circular buffer and a set. More...
 
Setminus_set_cbuffer (const Set *s, const Cbuffer *cb)
 Return the difference of a set and a circular buffer. More...
 
Setunion_cbuffer_set (const Cbuffer *cb, const Set *s)
 Return the union of a circular buffer and a set. More...
 
Setunion_set_cbuffer (const Set *s, const Cbuffer *cb)
 Return the union of a set and a circular buffer. More...
 

Detailed Description

Set operations for circular buffer sets.