MobilityDB 1.1
Functions

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

Collaboration diagram for Comparison functions:

Functions

PGDLLEXPORT Datum Set_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first set is less than, equal, or greater than the second temporal value. More...
 
PGDLLEXPORT Datum Set_eq (PG_FUNCTION_ARGS)
 Return true if the first set is equal to the second one. More...
 
PGDLLEXPORT Datum Set_ge (PG_FUNCTION_ARGS)
 Return true if the first set is greater than or equal to the second one. More...
 
PGDLLEXPORT Datum Set_gt (PG_FUNCTION_ARGS)
 Return true if the first set is greater than the second one. More...
 
PGDLLEXPORT Datum Set_le (PG_FUNCTION_ARGS)
 Return true if the first set is less than or equal to the second one. More...
 
PGDLLEXPORT Datum Set_lt (PG_FUNCTION_ARGS)
 Return true if the first set is less than the second one. More...
 
PGDLLEXPORT Datum Set_ne (PG_FUNCTION_ARGS)
 Return true if the first set is different from the second one. More...
 
PGDLLEXPORT Datum Span_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first span is less than, equal, or greater than the second one. More...
 
PGDLLEXPORT Datum Span_eq (PG_FUNCTION_ARGS)
 Return true if the first span is equal to the second one. More...
 
PGDLLEXPORT Datum Span_ge (PG_FUNCTION_ARGS)
 Return true if the first span is greater than or equal to the second one. More...
 
PGDLLEXPORT Datum Span_gt (PG_FUNCTION_ARGS)
 Return true if the first span is greater than the second one. More...
 
PGDLLEXPORT Datum Span_le (PG_FUNCTION_ARGS)
 Return true if the first span is less than or equal to the second one. More...
 
PGDLLEXPORT Datum Span_lt (PG_FUNCTION_ARGS)
 Return true if the first span is less than the second one. More...
 
PGDLLEXPORT Datum Span_ne (PG_FUNCTION_ARGS)
 Return true if the first span is different from the second one. More...
 
PGDLLEXPORT Datum Spanset_cmp (PG_FUNCTION_ARGS)
 Return -1, 0, or 1 depending on whether the first period set is less than, equal, or greater than the second one. More...
 
PGDLLEXPORT Datum Spanset_eq (PG_FUNCTION_ARGS)
 Return true if the first period set is equal to the second one. More...
 
PGDLLEXPORT Datum Spanset_ge (PG_FUNCTION_ARGS)
 Return true if the first period set is greater than or equal to the second one. More...
 
PGDLLEXPORT Datum Spanset_gt (PG_FUNCTION_ARGS)
 Return true if the first period set is greater than the second one. More...
 
PGDLLEXPORT Datum Spanset_le (PG_FUNCTION_ARGS)
 Return true if the first period set is less than or equal to the second one. More...
 
PGDLLEXPORT Datum Spanset_lt (PG_FUNCTION_ARGS)
 Return true if the first period set is less than the second one. More...
 
PGDLLEXPORT Datum Spanset_ne (PG_FUNCTION_ARGS)
 Return true if the first period set is different from the second one. More...
 

Detailed Description

Comparison functions for set and span types.