![]() |
MobilityDB 1.3
|
Comparison functions for temporal network points. More...
Functions | |
Datum | Teq_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether a temporal network point is equal to a network point @sqlfn temporal_teq() More... | |
Datum | Teq_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether a temporal network point is equal to a network point @sqlfn temporal_teq() More... | |
Datum | Teq_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether two temporal geos are equal @sqlfn temporal_teq() More... | |
Datum | Tne_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether a temporal network point is different from a network point network point @sqlfn temporal_tne() More... | |
Datum | Tne_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether a temporal network point is different from a network point @sqlfn temporal_tne() More... | |
Datum | Tne_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether two temporal geos are different @sqlfn temporal_tne() More... | |
Comparison functions for temporal network points.