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

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

Functions

Datum Intersection_set_set (PG_FUNCTION_ARGS)
 Return the intersection of two sets @sqlfn set_intersection() More...
 
Datum Intersection_set_value (PG_FUNCTION_ARGS)
 Return the intersection of a set and a value @sqlfn set_intersection() More...
 
Datum Intersection_span_span (PG_FUNCTION_ARGS)
 Return the intersection of two spans @sqlfn span_intersection() More...
 
Datum Intersection_span_spanset (PG_FUNCTION_ARGS)
 Return the intersection of a span and a span set @sqlfn span_intersection() More...
 
Datum Intersection_span_value (PG_FUNCTION_ARGS)
 Return the intersection of a span and a value @sqlfn span_intersection() More...
 
Datum Intersection_spanset_span (PG_FUNCTION_ARGS)
 Return the intersection of a span set and a span @sqlfn span_intersection() More...
 
Datum Intersection_spanset_spanset (PG_FUNCTION_ARGS)
 Return the intersection of two span sets @sqlfn span_intersection() More...
 
Datum Intersection_spanset_value (PG_FUNCTION_ARGS)
 Return the intersection of a span set and a value @sqlfn span_intersection() More...
 
Datum Intersection_value_set (PG_FUNCTION_ARGS)
 Return the intersection of a value and a set @sqlfn set_intersection() More...
 
Datum Intersection_value_span (PG_FUNCTION_ARGS)
 Return the intersection of a value and a span @sqlfn span_intersection() More...
 
Datum Intersection_value_spanset (PG_FUNCTION_ARGS)
 Return the intersection of a value and a span set @sqlfn span_intersection() More...
 
Datum Minus_set_set (PG_FUNCTION_ARGS)
 Return the difference of two sets @sqlfn set_minus() More...
 
Datum Minus_set_value (PG_FUNCTION_ARGS)
 Return the difference of a set and a value @sqlfn set_minus() More...
 
Datum Minus_span_span (PG_FUNCTION_ARGS)
 Return the difference of two spans @sqlfn time_minus() More...
 
Datum Minus_span_spanset (PG_FUNCTION_ARGS)
 Return the difference of a span and a span set @sqlfn span_minus() More...
 
Datum Minus_span_value (PG_FUNCTION_ARGS)
 Return the difference of a span and a value @sqlfn span_intersection() More...
 
Datum Minus_spanset_span (PG_FUNCTION_ARGS)
 Return the difference of a span set and a span @sqlfn span_minus() More...
 
Datum Minus_spanset_spanset (PG_FUNCTION_ARGS)
 Return the difference of two span sets @sqlfn span_minus() More...
 
Datum Minus_spanset_value (PG_FUNCTION_ARGS)
 Return the difference of a span set and a value @sqlfn span_minus() More...
 
Datum Minus_value_set (PG_FUNCTION_ARGS)
 Return the difference of a value and a set @sqlfn set_minus() More...
 
Datum Minus_value_span (PG_FUNCTION_ARGS)
 Return the difference of a value and a span @sqlfn span_intersection() More...
 
Datum Minus_value_spanset (PG_FUNCTION_ARGS)
 Return the difference of a value and a span set @sqlfn span_minus() More...
 
Datum Union_set_set (PG_FUNCTION_ARGS)
 Return the union of two sets @sqlfn set_union() More...
 
Datum Union_set_value (PG_FUNCTION_ARGS)
 Return the union of a set and a value @sqlfn set_union() More...
 
Datum Union_span_span (PG_FUNCTION_ARGS)
 Return the union of two spans @sqlfn time_union() More...
 
Datum Union_span_spanset (PG_FUNCTION_ARGS)
 Return the union of a span and a span set @sqlfn span_union() More...
 
Datum Union_span_value (PG_FUNCTION_ARGS)
 Return the union of a span and a value @sqlfn time_union() More...
 
Datum Union_spanset_span (PG_FUNCTION_ARGS)
 Return the union of a span set and a span @sqlfn span_union() More...
 
Datum Union_spanset_spanset (PG_FUNCTION_ARGS)
 Return the union of two span sets @sqlfn span_union() More...
 
Datum Union_spanset_value (PG_FUNCTION_ARGS)
 Return the union of a span set and a value @sqlfn span_union() More...
 
Datum Union_value_set (PG_FUNCTION_ARGS)
 Return the union of a value and a set @sqlfn set_union() More...
 
Datum Union_value_span (PG_FUNCTION_ARGS)
 Return the union of a value and a span @sqlfn time_union() More...
 
Datum Union_value_spanset (PG_FUNCTION_ARGS)
 Return the union of a value and a span set @sqlfn span_union() More...
 

Detailed Description

Set functions for set and span types.