MobilityDB 1.1
|
Set functions for set and span types. More...
Functions | |
PGDLLEXPORT Datum | Intersection_set_set (PG_FUNCTION_ARGS) |
Return the intersection of the timestamp sets. More... | |
PGDLLEXPORT Datum | Intersection_set_value (PG_FUNCTION_ARGS) |
Return the intersection of a timestamp set and a timestamp. More... | |
PGDLLEXPORT Datum | Intersection_span_span (PG_FUNCTION_ARGS) |
Return the intersection of the spans. More... | |
PGDLLEXPORT Datum | Intersection_span_value (PG_FUNCTION_ARGS) |
Return the intersection of a value and a span. More... | |
PGDLLEXPORT Datum | Intersection_value_set (PG_FUNCTION_ARGS) |
Return the intersection of a timestamp and a timestamp set. More... | |
PGDLLEXPORT Datum | Intersection_value_span (PG_FUNCTION_ARGS) |
Return the intersection of a value and a span. More... | |
PGDLLEXPORT Datum | Minus_set_set (PG_FUNCTION_ARGS) |
Return the difference of two sets. More... | |
PGDLLEXPORT Datum | Minus_set_value (PG_FUNCTION_ARGS) |
Return the difference of a set and a value. More... | |
PGDLLEXPORT Datum | Minus_span_span (PG_FUNCTION_ARGS) |
Return the difference of the spans. More... | |
PGDLLEXPORT Datum | Minus_span_value (PG_FUNCTION_ARGS) |
Return the difference of a span and a value. More... | |
PGDLLEXPORT Datum | Minus_value_set (PG_FUNCTION_ARGS) |
Return the difference of a value and a set. More... | |
PGDLLEXPORT Datum | Minus_value_span (PG_FUNCTION_ARGS) |
Return the difference of a value and a span. More... | |
PGDLLEXPORT Datum | Union_set_set (PG_FUNCTION_ARGS) |
Return the union of the timestamp sets. More... | |
PGDLLEXPORT Datum | Union_set_value (PG_FUNCTION_ARGS) |
Return the union of a timestamp set and a timestamp. More... | |
PGDLLEXPORT Datum | Union_span_span (PG_FUNCTION_ARGS) |
Return the union of the spans. More... | |
PGDLLEXPORT Datum | Union_span_value (PG_FUNCTION_ARGS) |
Return the union of a value and a span. More... | |
PGDLLEXPORT Datum | Union_value_set (PG_FUNCTION_ARGS) |
Return the union of a timestamp and a timestamp set. More... | |
PGDLLEXPORT Datum | Union_value_span (PG_FUNCTION_ARGS) |
Return the union of a value and a span. More... | |
Set functions for set and span types.