MobilityDB 1.1
Functions

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

Collaboration diagram for Position functions:

Functions

PGDLLEXPORT Datum Left_set_set (PG_FUNCTION_ARGS)
 Return true if the first timestamp set is strictly left the second one. More...
 
PGDLLEXPORT Datum Left_set_value (PG_FUNCTION_ARGS)
 Return true if a timestamp set is strictly left a timestamp. More...
 
PGDLLEXPORT Datum Left_span_span (PG_FUNCTION_ARGS)
 Return true if the first span is strictly to the left of the second one. More...
 
PGDLLEXPORT Datum Left_span_value (PG_FUNCTION_ARGS)
 Return true if a span is strictly to the left of the second one. More...
 
PGDLLEXPORT Datum Left_value_set (PG_FUNCTION_ARGS)
 Return true if a timestamp is strictly left a timestamp set. More...
 
PGDLLEXPORT Datum Left_value_span (PG_FUNCTION_ARGS)
 Return true if a value is strictly to the left of a span. More...
 
PGDLLEXPORT Datum Overleft_set_set (PG_FUNCTION_ARGS)
 Return true if the first timestamp set is not right the second one. More...
 
PGDLLEXPORT Datum Overleft_set_value (PG_FUNCTION_ARGS)
 Return true if a timestamp is not right a timestamp. More...
 
PGDLLEXPORT Datum Overleft_span_span (PG_FUNCTION_ARGS)
 Return true if the first span is not to right of the second one. More...
 
PGDLLEXPORT Datum Overleft_span_value (PG_FUNCTION_ARGS)
 Return true if a span is not to right of a value. More...
 
PGDLLEXPORT Datum Overleft_value_set (PG_FUNCTION_ARGS)
 Return true if a timestamp is not right a timestamp set. More...
 
PGDLLEXPORT Datum Overleft_value_span (PG_FUNCTION_ARGS)
 Return true if a value is not to right of a span. More...
 
PGDLLEXPORT Datum Overright_set_set (PG_FUNCTION_ARGS)
 Return true if the first timestamp set is not left the second one. More...
 
PGDLLEXPORT Datum Overright_set_value (PG_FUNCTION_ARGS)
 Return true if a timestamp set is not left a timestamp. More...
 
PGDLLEXPORT Datum Overright_span_span (PG_FUNCTION_ARGS)
 Return true if the first span is not to the left of the second one. More...
 
PGDLLEXPORT Datum Overright_span_value (PG_FUNCTION_ARGS)
 Return true if a span is not to the left of a value. More...
 
PGDLLEXPORT Datum Overright_value_set (PG_FUNCTION_ARGS)
 Return true if a timestamp is not left a timestamp set. More...
 
PGDLLEXPORT Datum Overright_value_span (PG_FUNCTION_ARGS)
 Return true if a value is not to the left of a span. More...
 
PGDLLEXPORT Datum Right_set_set (PG_FUNCTION_ARGS)
 Return true if the first timestamp set is strictly right the second one. More...
 
PGDLLEXPORT Datum Right_set_value (PG_FUNCTION_ARGS)
 Return true if a timestamp set is strictly right a timestamp. More...
 
PGDLLEXPORT Datum Right_span_span (PG_FUNCTION_ARGS)
 Return true if the first span is strictly to the right of the second one. More...
 
PGDLLEXPORT Datum Right_span_value (PG_FUNCTION_ARGS)
 Return true if a span is strictly to the right of a value. More...
 
PGDLLEXPORT Datum Right_value_set (PG_FUNCTION_ARGS)
 Return true if a timestamp is strictly right a timestamp set. More...
 
PGDLLEXPORT Datum Right_value_span (PG_FUNCTION_ARGS)
 Return true if a value is strictly to the right of a span. More...
 

Detailed Description

Position functions for set and span types.