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

Comparison functions for static poses. More...

Functions

Datum Pose_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first pose is less than, equal to, or greater than the second one. More...
 
Datum Pose_eq (PG_FUNCTION_ARGS)
 Return true if the first pose is equal to the second one @sqlfn pose_eq() More...
 
Datum Pose_ge (PG_FUNCTION_ARGS)
 Return true if the first pose is greater than or equal to the second one @sqlfn pose_ge() More...
 
Datum Pose_gt (PG_FUNCTION_ARGS)
 Return true if the first pose is greater than the second one @sqlfn pose_gt() More...
 
Datum Pose_le (PG_FUNCTION_ARGS)
 Return true if the first pose is less than or equal to the second one @sqlfn pose_le() More...
 
Datum Pose_lt (PG_FUNCTION_ARGS)
 Return true if the first pose is less than the second one @sqlfn pose_lt() More...
 
Datum Pose_ne (PG_FUNCTION_ARGS)
 Return true if the first pose is not equal to the second one @sqlfn pose_ne() More...
 
Datum Pose_same (PG_FUNCTION_ARGS)
 Return true if two poses are approximately equal with respect to an epsilon value @sqlfn same() More...
 

Detailed Description

Comparison functions for static poses.