![]() |
MobilityDB 1.3
|
Ever and always comparison functions for temporal network points. More...
Functions | |
Datum | Always_eq_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if a temporal network point is always equal to a network point @sqlfn always_eq() More... | |
Datum | Always_eq_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return true if a temporal network point is always equal to a network point @sqlfn always_eq() More... | |
Datum | Always_eq_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if two temporal geos are always equal @sqlfn always_eq() More... | |
Datum | Always_ne_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if a temporal network point is always different from a network point @sqlfn always_ne() More... | |
Datum | Always_ne_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return true if a temporal network point is always different from a network point @sqlfn always_ne() More... | |
Datum | Always_ne_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if two temporal geos are always different @sqlfn always_ne() More... | |
Datum | Ever_eq_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if a temporal network point is ever equal to a network point @sqlfn ever_eq() More... | |
Datum | Ever_eq_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return true if a temporal network point is ever equal to a network point @sqlfn ever_eq() More... | |
Datum | Ever_eq_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if two temporal geos are ever equal @sqlfn ever_eq() More... | |
Datum | Ever_ne_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if a temporal network point is ever different from a network point @sqlfn ever_ne() More... | |
Datum | Ever_ne_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return true if a temporal network point is ever different from a network point @sqlfn ever_ne() More... | |
Datum | Ever_ne_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if two temporal geos are ever different @sqlfn ever_ne() More... | |
Ever and always comparison functions for temporal network points.