MobilityDB 1.1
|
Distance functions for set and span types. More...
Functions | |
PGDLLEXPORT Datum | Distance_set_set (PG_FUNCTION_ARGS) |
Return the distance in seconds between two sets. More... | |
PGDLLEXPORT Datum | Distance_set_value (PG_FUNCTION_ARGS) |
Return the distance in seconds between a set and a value. More... | |
PGDLLEXPORT Datum | Distance_span_span (PG_FUNCTION_ARGS) |
Return the distance in seconds between the spans. More... | |
PGDLLEXPORT Datum | Distance_span_value (PG_FUNCTION_ARGS) |
Return the distance in seconds between a span and a value. More... | |
PGDLLEXPORT Datum | Distance_value_set (PG_FUNCTION_ARGS) |
Return the distance in seconds between a value and a set. More... | |
PGDLLEXPORT Datum | Distance_value_span (PG_FUNCTION_ARGS) |
Return the distance in seconds between a value and a span. More... | |
PGDLLEXPORT Datum | Distance_value_value (PG_FUNCTION_ARGS) |
Return the distance in seconds between the values. More... | |
Distance functions for set and span types.