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

Comparison functions for static network points. More...

Functions

Datum Npoint_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first network point is less than, equal to, or greater than the second one. More...
 
Datum Npoint_eq (PG_FUNCTION_ARGS)
 Return true if the first network point is equal to the second one @sqlfn npoint_eq() More...
 
Datum Npoint_ge (PG_FUNCTION_ARGS)
 Return true if the first network point is greater than or equal to the second one @sqlfn npoint_ge() More...
 
Datum Npoint_gt (PG_FUNCTION_ARGS)
 Return true if the first network point is greater than the second one @sqlfn npoint_gt() More...
 
Datum Npoint_le (PG_FUNCTION_ARGS)
 Return true if the first network point is less than or equal to the second one @sqlfn npoint_le() More...
 
Datum Npoint_lt (PG_FUNCTION_ARGS)
 Return true if the first network point is less than the second one @sqlfn npoint_lt() More...
 
Datum Npoint_ne (PG_FUNCTION_ARGS)
 Return true if the first network point is not equal to the second one @sqlfn npoint_ne() More...
 
Datum Nsegment_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first network segment is less than, equal to, or greater than the second one @sqlfn nsegment_cmp() More...
 
Datum Nsegment_eq (PG_FUNCTION_ARGS)
 Return true if the first network segment is equal to the second one @sqlfn nsegment_eq() More...
 
Datum Nsegment_ge (PG_FUNCTION_ARGS)
 Return true if the first network segment is greater than or equal to the second one @sqlfn nsegment_ge() More...
 
Datum Nsegment_gt (PG_FUNCTION_ARGS)
 Return true if the first network segment is greater than the second one @sqlfn nsegment_gt() More...
 
Datum Nsegment_le (PG_FUNCTION_ARGS)
 Return true if the first network segment is less than or equal to the second one @sqlfn nsegment_le() More...
 
Datum Nsegment_lt (PG_FUNCTION_ARGS)
 Return true if the first network segment is less than the second one @sqlfn nsegment_lt() More...
 
Datum Nsegment_ne (PG_FUNCTION_ARGS)
 Return true if the first network segment is not equal to the second one @sqlfn nsegment_ne() More...
 

Detailed Description

Comparison functions for static network points.