![]() |
MobilityDB 1.3
|
Set operations for circular buffer sets. More...
Functions | |
Set * | cbuffer_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... | |
Set * | intersection_cbuffer_set (const Cbuffer *cb, const Set *s) |
Return the intersection of a circular buffer and a set. More... | |
Set * | intersection_set_cbuffer (const Set *s, const Cbuffer *cb) |
Return the intersection of a set and a circular buffer. More... | |
Set * | minus_cbuffer_set (const Cbuffer *cb, const Set *s) |
Return the difference of a circular buffer and a set. More... | |
Set * | minus_set_cbuffer (const Set *s, const Cbuffer *cb) |
Return the difference of a set and a circular buffer. More... | |
Set * | union_cbuffer_set (const Cbuffer *cb, const Set *s) |
Return the union of a circular buffer and a set. More... | |
Set * | union_set_cbuffer (const Set *s, const Cbuffer *cb) |
Return the union of a set and a circular buffer. More... | |
Set operations for circular buffer sets.