MobilityDB 1.1
Functions

Comparison functions for temporal types. More...

Collaboration diagram for Comparison functions:

Functions

PGDLLEXPORT Datum Npoint_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first network point is less than, equal, or greater than the second one. More...
 
PGDLLEXPORT Datum Npoint_eq (PG_FUNCTION_ARGS)
 Return true if the first network point is equal to the second one. More...
 
PGDLLEXPORT Datum Npoint_ge (PG_FUNCTION_ARGS)
 Return true if the first network point is greater than or equal to the second one. More...
 
PGDLLEXPORT Datum Npoint_gt (PG_FUNCTION_ARGS)
 Return true if the first network point is greater than the second one. More...
 
PGDLLEXPORT Datum Npoint_le (PG_FUNCTION_ARGS)
 Return true if the first network point is less than or equal to the second one. More...
 
PGDLLEXPORT Datum Npoint_lt (PG_FUNCTION_ARGS)
 Return true if the first network point is less than the second one. More...
 
PGDLLEXPORT Datum Npoint_ne (PG_FUNCTION_ARGS)
 Return true if the first network point is not equal to the second one. More...
 
PGDLLEXPORT Datum Nsegment_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first network segment is less than, equal, or greater than the second one. More...
 
PGDLLEXPORT Datum Nsegment_eq (PG_FUNCTION_ARGS)
 Return true if the first network segment is equal to the second one. More...
 
PGDLLEXPORT Datum Nsegment_ge (PG_FUNCTION_ARGS)
 Return true if the first network segment is greater than or equal to the second one. More...
 
PGDLLEXPORT Datum Nsegment_gt (PG_FUNCTION_ARGS)
 Return true if the first network segment is greater than the second one. More...
 
PGDLLEXPORT Datum Nsegment_le (PG_FUNCTION_ARGS)
 Return true if the first network segment is less than or equal to the second one. More...
 
PGDLLEXPORT Datum Nsegment_lt (PG_FUNCTION_ARGS)
 Return true if the first network segment is less than the second one. More...
 
PGDLLEXPORT Datum Nsegment_ne (PG_FUNCTION_ARGS)
 Return true if the first network segment is not equal to the second one. More...
 
PGDLLEXPORT Datum Temporal_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first temporal value is less than, equal, or greater than the second temporal value. More...
 
PGDLLEXPORT Datum Temporal_eq (PG_FUNCTION_ARGS)
 Return true if the temporal values are equal. More...
 
PGDLLEXPORT Datum Temporal_ge (PG_FUNCTION_ARGS)
 Return true if the first temporal value is greater than or equal to the second one. More...
 
PGDLLEXPORT Datum Temporal_gt (PG_FUNCTION_ARGS)
 Return true if the first temporal value is greater than the second one. More...
 
PGDLLEXPORT Datum Temporal_le (PG_FUNCTION_ARGS)
 Return true if the first temporal value is less than or equal to the second one. More...
 
PGDLLEXPORT Datum Temporal_lt (PG_FUNCTION_ARGS)
 Return true if the first temporal value is less than the second one. More...
 
PGDLLEXPORT Datum Temporal_ne (PG_FUNCTION_ARGS)
 Return true if the temporal values are different. More...
 
PGDLLEXPORT Datum Teq_base_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the base value and the temporal value. More...
 
PGDLLEXPORT Datum Teq_geo_tpoint (PG_FUNCTION_ARGS)
 Return the temporal equality of a point and a temporal point. More...
 
PGDLLEXPORT Datum Teq_temporal_base (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal value and the base value. More...
 
PGDLLEXPORT Datum Teq_temporal_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal values. More...
 
PGDLLEXPORT Datum Teq_tpoint_geo (PG_FUNCTION_ARGS)
 Return the temporal equality of the temporal point and a point. More...
 
PGDLLEXPORT Datum Tge_base_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the base value and the temporal value. More...
 
PGDLLEXPORT Datum Tge_temporal_base (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal value and the base value. More...
 
PGDLLEXPORT Datum Tge_temporal_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal values. More...
 
PGDLLEXPORT Datum Tgt_base_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the base value and the temporal value. More...
 
PGDLLEXPORT Datum Tgt_temporal_base (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal value and the base value. More...
 
PGDLLEXPORT Datum Tgt_temporal_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal values. More...
 
PGDLLEXPORT Datum Tle_base_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the base value and the temporal value. More...
 
PGDLLEXPORT Datum Tle_temporal_base (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal value and the base value. More...
 
PGDLLEXPORT Datum Tle_temporal_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal values. More...
 
PGDLLEXPORT Datum Tlt_base_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the base value and the temporal value. More...
 
PGDLLEXPORT Datum Tlt_temporal_base (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal value and the base value. More...
 
PGDLLEXPORT Datum Tlt_temporal_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal values. More...
 
PGDLLEXPORT Datum Tne_base_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the base value and the temporal value. More...
 
PGDLLEXPORT Datum Tne_geo_tpoint (PG_FUNCTION_ARGS)
 Return the temporal inequality of a point and a temporal point. More...
 
PGDLLEXPORT Datum Tne_temporal_base (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal value and the base value. More...
 
PGDLLEXPORT Datum Tne_temporal_temporal (PG_FUNCTION_ARGS)
 Return the temporal comparison of the temporal values. More...
 
PGDLLEXPORT Datum Tne_tpoint_geo (PG_FUNCTION_ARGS)
 Return the temporal inequality of the temporal point and a point. More...
 

Detailed Description

Comparison functions for temporal types.