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

Comparison functions for set and span types. More...

Functions

Datum Set_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first set is less than, equal to, or greater than the second one @sqlfn set_cmp() More...
 
Datum Set_eq (PG_FUNCTION_ARGS)
 Return true if the first set is equal to the second one @sqlfn set_eq() More...
 
Datum Set_ge (PG_FUNCTION_ARGS)
 Return true if the first set is greater than or equal to the second one @sqlfn set_ge() More...
 
Datum Set_gt (PG_FUNCTION_ARGS)
 Return true if the first set is greater than the second one @sqlfn set_gt() More...
 
Datum Set_le (PG_FUNCTION_ARGS)
 Return true if the first set is less than or equal to the second one @sqlfn set_le() More...
 
Datum Set_lt (PG_FUNCTION_ARGS)
 Return true if the first set is less than the second one @sqlfn set_lt() More...
 
Datum Set_ne (PG_FUNCTION_ARGS)
 Return true if the first set is different from the second one @sqlfn set_ne() More...
 
Datum Span_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first span is less than, equal to, or greater than the second one @sqlfn span_cmp() More...
 
Datum Span_eq (PG_FUNCTION_ARGS)
 Return true if the first span is equal to the second one @sqlfn span_eq() More...
 
Datum Span_ge (PG_FUNCTION_ARGS)
 Return true if the first span is greater than or equal to the second one @sqlfn span_ge() More...
 
Datum Span_gt (PG_FUNCTION_ARGS)
 Return true if the first span is greater than the second one @sqlfn span_gt() More...
 
Datum Span_le (PG_FUNCTION_ARGS)
 Return true if the first span is less than or equal to the second one @sqlfn span_le() More...
 
Datum Span_lt (PG_FUNCTION_ARGS)
 Return true if the first span is less than the second one @sqlfn span_lt() More...
 
Datum Span_ne (PG_FUNCTION_ARGS)
 Return true if the first span is different from the second one @sqlfn span_ne() More...
 
Datum Spanset_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first span set is less than, equal to, or greater than the second one @sqlfn spanset_cmp() More...
 
Datum Spanset_eq (PG_FUNCTION_ARGS)
 Return true if the first span set is equal to the second one @sqlfn spanset_eq() More...
 
Datum Spanset_ge (PG_FUNCTION_ARGS)
 Return true if the first span set is greater than or equal to the second one @sqlfn spanset_ge() More...
 
Datum Spanset_gt (PG_FUNCTION_ARGS)
 Return true if the first span set is greater than the second one @sqlfn spanset_gt() More...
 
Datum Spanset_le (PG_FUNCTION_ARGS)
 Return true if the first span set is less than or equal to the second one @sqlfn spanset_le() More...
 
Datum Spanset_lt (PG_FUNCTION_ARGS)
 Return true if the first span set is less than the second one @sqlfn spanset_lt() More...
 
Datum Spanset_ne (PG_FUNCTION_ARGS)
 Return true if the first span set is different from the second one @sqlfn spanset_ne() More...
 

Detailed Description

Comparison functions for set and span types.