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

Ever and always comparison functions for temporal geometries. More...

Functions

Datum Always_eq_geo_tgeo (PG_FUNCTION_ARGS)
 Return true if a temporal geo is always equal to a geometry/geography @sqlfn always_eq() More...
 
Datum Always_eq_tgeo_geo (PG_FUNCTION_ARGS)
 Return true if a temporal geo is always equal to a geometry/geography @sqlfn always_eq() More...
 
Datum Always_eq_tgeo_tgeo (PG_FUNCTION_ARGS)
 Return true if two temporal geos are always equal @sqlfn always_eq() More...
 
Datum Always_ne_geo_tgeo (PG_FUNCTION_ARGS)
 Return true if a temporal geo is always different from a geometry/geography @sqlfn always_ne() More...
 
Datum Always_ne_tgeo_geo (PG_FUNCTION_ARGS)
 Return true if a temporal geo is always different from a geometry/geography @sqlfn always_ne() More...
 
Datum Always_ne_tgeo_tgeo (PG_FUNCTION_ARGS)
 Return true if two temporal geos are always different @sqlfn always_ne() More...
 
Datum Ever_eq_geo_tgeo (PG_FUNCTION_ARGS)
 Return true if a temporal geo is ever equal to a geometry/geography @sqlfn ever_eq() More...
 
Datum Ever_eq_tgeo_geo (PG_FUNCTION_ARGS)
 Return true if a temporal geo is ever equal to a geometry/geography @sqlfn ever_eq() More...
 
Datum Ever_eq_tgeo_tgeo (PG_FUNCTION_ARGS)
 Return true if two temporal geos are ever equal @sqlfn ever_eq() More...
 
Datum Ever_ne_geo_tgeo (PG_FUNCTION_ARGS)
 Return true if a temporal geo is ever different from a geometry/geography @sqlfn ever_ne() More...
 
Datum Ever_ne_tgeo_geo (PG_FUNCTION_ARGS)
 Return true if a temporal geo is ever different from a geometry/geography @sqlfn ever_ne() More...
 
Datum Ever_ne_tgeo_tgeo (PG_FUNCTION_ARGS)
 Return true if two temporal geos are ever different @sqlfn ever_ne() More...
 

Detailed Description

Ever and always comparison functions for temporal geometries.