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

Comparison functions for temporal poses. More...

Functions

Datum Teq_pose_tpose (PG_FUNCTION_ARGS)
 Return a temporal Boolean that states whether a pose is equal to a temporal pose. More...
 
Datum Teq_tpose_pose (PG_FUNCTION_ARGS)
 Return a temporal Boolean that states whether a temporal pose is equal to a pose @sqlfn temporal_teq() More...
 
Datum Teq_tpose_tpose (PG_FUNCTION_ARGS)
 Return a temporal Boolean that states whether two temporal poses are equal @sqlfn temporal_teq() More...
 
Datum Tne_pose_tpose (PG_FUNCTION_ARGS)
 Return a temporal Boolean that states whether a pose is different from a temporal pose @sqlfn temporal_tne() More...
 
Datum Tne_tpose_pose (PG_FUNCTION_ARGS)
 Return a temporal Boolean that states whether a temporal pose is different from a pose @sqlfn temporal_tne() More...
 
Datum Tne_tpose_tpose (PG_FUNCTION_ARGS)
 Return a temporal Boolean that states whether two temporal poses are different @sqlfn temporal_tne() More...
 

Detailed Description

Comparison functions for temporal poses.