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

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

Functions

Datum Left_set_set (PG_FUNCTION_ARGS)
 Return true if the first set is to the left of the second one @sqlfn set_left() More...
 
Datum Left_set_value (PG_FUNCTION_ARGS)
 Return true if a set is to the left of a value @sqlfn set_left() More...
 
Datum Left_span_span (PG_FUNCTION_ARGS)
 Return true if the first span is to the left of the second one @sqlfn span_left() More...
 
Datum Left_span_spanset (PG_FUNCTION_ARGS)
 Return true if a span is to the left of a span set @sqlfn span_left() More...
 
Datum Left_span_value (PG_FUNCTION_ARGS)
 Return true if a span is to the left of a value @sqlfn span_left() More...
 
Datum Left_spanset_span (PG_FUNCTION_ARGS)
 Return true if a span set is to the left a span @sqlfn span_left() More...
 
Datum Left_spanset_spanset (PG_FUNCTION_ARGS)
 Return true if the first span set is to the left of the second one @sqlfn span_left() More...
 
Datum Left_spanset_value (PG_FUNCTION_ARGS)
 Return true if a span set is to the left of a value @sqlfn span_left() More...
 
Datum Left_value_set (PG_FUNCTION_ARGS)
 Return true if a value is to the left of a set @sqlfn set_left() More...
 
Datum Left_value_span (PG_FUNCTION_ARGS)
 Return true if a value is to the left of a span @sqlfn span_left() More...
 
Datum Left_value_spanset (PG_FUNCTION_ARGS)
 Return true if a value is to the left of a span set @sqlfn span_left() More...
 
Datum Overleft_set_set (PG_FUNCTION_ARGS)
 Return true if the first set does not extend to the right of the second one @sqlfn set_overleft() More...
 
Datum Overleft_set_value (PG_FUNCTION_ARGS)
 Return true if a set does not extend to the right of a value @sqlfn set_overleft() More...
 
Datum Overleft_span_span (PG_FUNCTION_ARGS)
 Return true if the first span does not extend to the right of the second one @sqlfn span_overleft() More...
 
Datum Overleft_span_spanset (PG_FUNCTION_ARGS)
 Return true if a span does not extend to the right of a span set @sqlfn span_overleft() More...
 
Datum Overleft_span_value (PG_FUNCTION_ARGS)
 Return true if a span does not extend to the right of a value @sqlfn span_overleft() More...
 
Datum Overleft_spanset_span (PG_FUNCTION_ARGS)
 Return true if a span set does not extend to the right of a span @sqlfn span_overleft() More...
 
Datum Overleft_spanset_spanset (PG_FUNCTION_ARGS)
 Return true if the first span set does not extend to the right of the second one @sqlfn span_overleft() More...
 
Datum Overleft_spanset_value (PG_FUNCTION_ARGS)
 Return true if a span set does not extend to the right of a value @sqlfn span_overleft() More...
 
Datum Overleft_value_set (PG_FUNCTION_ARGS)
 Return true if a value does not extend to the right of a set @sqlfn set_overleft() More...
 
Datum Overleft_value_span (PG_FUNCTION_ARGS)
 Return true if a value does not extend to the right of a span @sqlfn span_overleft() More...
 
Datum Overleft_value_spanset (PG_FUNCTION_ARGS)
 Return true if a value does not extend to the right of a span set @sqlfn span_overleft() More...
 
Datum Overright_set_set (PG_FUNCTION_ARGS)
 Return true if the first set does not extend to the left of the second one @sqlfn set_overright() More...
 
Datum Overright_set_value (PG_FUNCTION_ARGS)
 Return true if a set does not extend to the left of a value @sqlfn set_overright() More...
 
Datum Overright_span_span (PG_FUNCTION_ARGS)
 Return true if the first span does not extend to the left of the second one @sqlfn span_overright() More...
 
Datum Overright_span_spanset (PG_FUNCTION_ARGS)
 Return true if a span does not extend to the left of a span set @sqlfn span_overright() More...
 
Datum Overright_span_value (PG_FUNCTION_ARGS)
 Return true if a span does not extend to the left of a value @sqlfn span_overright() More...
 
Datum Overright_spanset_span (PG_FUNCTION_ARGS)
 Return true if a span set does not extend to the left of a span @sqlfn span_overright() More...
 
Datum Overright_spanset_spanset (PG_FUNCTION_ARGS)
 Return true if the first span set does not extend to the left of the second one @sqlfn span_overright() More...
 
Datum Overright_spanset_value (PG_FUNCTION_ARGS)
 Return true if a span set does not extend to the left of a value @sqlfn span_overright() More...
 
Datum Overright_value_set (PG_FUNCTION_ARGS)
 Return true if a value does not extend to the left of a set @sqlfn set_overright() More...
 
Datum Overright_value_span (PG_FUNCTION_ARGS)
 Return true if a value does not extend to the left of a span @sqlfn span_overright() More...
 
Datum Overright_value_spanset (PG_FUNCTION_ARGS)
 Return true if a value does not extend to the left of a span set @sqlfn span_overright() More...
 
Datum Right_set_set (PG_FUNCTION_ARGS)
 Return true if the first set is to the right of the second one @sqlfn set_right() More...
 
Datum Right_set_value (PG_FUNCTION_ARGS)
 Return true if a set is to the right of a value @sqlfn set_right() More...
 
Datum Right_span_span (PG_FUNCTION_ARGS)
 Return true if the first span is to the right of the second one @sqlfn span_right() More...
 
Datum Right_span_spanset (PG_FUNCTION_ARGS)
 Return true if a span is to the right of a span set @sqlfn span_right() More...
 
Datum Right_span_value (PG_FUNCTION_ARGS)
 Return true if a span is to the right of a value @sqlfn span_right() More...
 
Datum Right_spanset_span (PG_FUNCTION_ARGS)
 Return true if a span set is to the right of a span @sqlfn span_right() More...
 
Datum Right_spanset_spanset (PG_FUNCTION_ARGS)
 Return true if the first span set is to the right of the second one @sqlfn span_right() More...
 
Datum Right_spanset_value (PG_FUNCTION_ARGS)
 Return true if a span set is to the right of a value @sqlfn span_right() More...
 
Datum Right_value_set (PG_FUNCTION_ARGS)
 Return true if a value is to the right of a set @sqlfn set_right() More...
 
Datum Right_value_span (PG_FUNCTION_ARGS)
 Return true if a value is to the right of a span @sqlfn span_right() More...
 
Datum Right_value_spanset (PG_FUNCTION_ARGS)
 Return true if a value is to the right of a span set @sqlfn span_right() More...
 

Detailed Description

Position functions for set and span types.