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

Comparison functions for spatiotemporal boxes. More...

Functions

Datum Stbox_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first spatiotemporal box is less than, equal to, or greater than the second one @sqlfn stbox_cmp() More...
 
Datum Stbox_eq (PG_FUNCTION_ARGS)
 Return true if two spatiotemporal boxes are equal @sqlfn stbox_eq() More...
 
Datum Stbox_ge (PG_FUNCTION_ARGS)
 Return true if the first spatiotemporal box is greater than or equal to the second one @sqlfn stbox_ge() More...
 
Datum Stbox_gt (PG_FUNCTION_ARGS)
 Return true if the first spatiotemporal box is greater than the second one @sqlfn stbox_gt() More...
 
Datum Stbox_le (PG_FUNCTION_ARGS)
 Return true if the first spatiotemporal box is less than or equal to the second one @sqlfn stbox_le() More...
 
Datum Stbox_lt (PG_FUNCTION_ARGS)
 Return true if the first spatiotemporal box is less than the second one @sqlfn stbox_lt() More...
 
Datum Stbox_ne (PG_FUNCTION_ARGS)
 Return true if two spatiotemporal boxes are different @sqlfn stbox_ne() More...
 

Detailed Description

Comparison functions for spatiotemporal boxes.