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

Comparison functions for temporal types. More...

Functions

Datum Teq_base_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a base value is equal to a temporal value @sqlfn temporal_teq() More...
 
Datum Teq_temporal_base (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a temporal value is equal to a base value @sqlfn temporal_teq() More...
 
Datum Teq_temporal_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether the first temporal value is equal to the second one @sqlfn temporal_teq() More...
 
Datum Tge_base_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a base value is greater than or equal to a temporal value @sqlfn temporal_tge() More...
 
Datum Tge_temporal_base (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a temporal value is greater than or equal to a base value @sqlfn temporal_tge() More...
 
Datum Tge_temporal_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether the first temporal value is greater than or equal to the second one @sqlfn temporal_tge() More...
 
Datum Tgt_base_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a base value is greater than a temporal value @sqlfn temporal_tgt() More...
 
Datum Tgt_temporal_base (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a temporal value is greater than a base value @sqlfn temporal_tgt() More...
 
Datum Tgt_temporal_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a temporal value is greater than the second one @sqlfn temporal_tgt() More...
 
Datum Tle_base_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a base value is less than or equal to a temporal value @sqlfn temporal_tle() More...
 
Datum Tle_temporal_base (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a temporal value is less than or equal to a base value @sqlfn temporal_tle() More...
 
Datum Tle_temporal_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether the first temporal value is less than or equal to second one @sqlfn temporal_tle() More...
 
Datum Tlt_base_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a base value is less than a temporal value @sqlfn temporal_tlt() More...
 
Datum Tlt_temporal_base (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a temporal value is less than a base value @sqlfn temporal_tlt() More...
 
Datum Tlt_temporal_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether the first temporal value is less than the second one @sqlfn temporal_tlt() More...
 
Datum Tne_base_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a base value is different from a temporal value @sqlfn temporal_tne() More...
 
Datum Tne_temporal_base (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether a temporal value is different from a base value @sqlfn temporal_tne() More...
 
Datum Tne_temporal_temporal (PG_FUNCTION_ARGS)
 Return a temporal boolean that states whether the first temporal value is different from the second one @sqlfn temporal_tne() More...
 

Detailed Description

Comparison functions for temporal types.