![]() |
MobilityDB 1.3
|
Comparison functions for static circular buffers. More...
Functions | |
Datum | Cbuffer_cmp (PG_FUNCTION_ARGS) |
Return -1, 0, or 1 depending on whether the first circular buffer is less than, equal to, or greater than the second one. More... | |
Datum | Cbuffer_contains (PG_FUNCTION_ARGS) |
Return true if two circular buffers are disjoint @sqlfn cbuffer_contains() More... | |
Datum | Cbuffer_covers (PG_FUNCTION_ARGS) |
Return true if two circular buffers are disjoint @sqlfn cbuffer_covers() More... | |
Datum | Cbuffer_disjoint (PG_FUNCTION_ARGS) |
Return true if two circular buffers are disjoint @sqlfn cbuffer_disjoint() More... | |
Datum | Cbuffer_dwithin (PG_FUNCTION_ARGS) |
Return true if two circular buffers are within a distance @sqlfn cbuffer_dwithin() More... | |
Datum | Cbuffer_eq (PG_FUNCTION_ARGS) |
Return true if the first circular buffer is equal to the second one @sqlfn cbuffer_eq() More... | |
Datum | Cbuffer_ge (PG_FUNCTION_ARGS) |
Return true if the first circular buffer is greater than or equal to the second one @sqlfn cbuffer_ge() More... | |
Datum | Cbuffer_gt (PG_FUNCTION_ARGS) |
Return true if the first circular buffer is greater than the second one @sqlfn cbuffer_gt() More... | |
Datum | Cbuffer_intersects (PG_FUNCTION_ARGS) |
Return true if two circular buffers intersect @sqlfn cbuffer_intersects() More... | |
Datum | Cbuffer_le (PG_FUNCTION_ARGS) |
Return true if the first circular buffer is less than or equal to the second one @sqlfn cbuffer_le() More... | |
Datum | Cbuffer_lt (PG_FUNCTION_ARGS) |
Return true if the first circular buffer is less than the second one @sqlfn cbuffer_lt() More... | |
Datum | Cbuffer_ne (PG_FUNCTION_ARGS) |
Return true if the first circular buffer is different from the second one @sqlfn cbuffer_ne() More... | |
Datum | Cbuffer_same (PG_FUNCTION_ARGS) |
Return true if two circular buffers are approximately equal with respect to an epsilon value @sqlfn same() More... | |
Datum | Cbuffer_touches (PG_FUNCTION_ARGS) |
Return true if two circular buffers intersect @sqlfn cbuffer_touches() More... | |
Comparison functions for static circular buffers.