![]() |
MobilityDB 1.3
|
Distance functions for set and span types. More...
Functions | |
Datum | Distance_set_set (PG_FUNCTION_ARGS) |
Return the distance between two sets @sqlfn set_distance() More... | |
Datum | Distance_set_value (PG_FUNCTION_ARGS) |
Return the distance between a set and a value @sqlfn set_distance() More... | |
Datum | Distance_span_span (PG_FUNCTION_ARGS) |
Return the distance between two spans @sqlfn span_distance() More... | |
Datum | Distance_span_spanset (PG_FUNCTION_ARGS) |
Return the distance in seconds between a span and a span set @sqlfn span_distance() More... | |
Datum | Distance_span_value (PG_FUNCTION_ARGS) |
Return the distance between a span and a value @sqlfn span_distance() More... | |
Datum | Distance_spanset_span (PG_FUNCTION_ARGS) |
Return the distance between a span set and a span @sqlfn span_distance() More... | |
Datum | Distance_spanset_spanset (PG_FUNCTION_ARGS) |
Return the distance between two span sets @sqlfn span_distance() More... | |
Datum | Distance_spanset_value (PG_FUNCTION_ARGS) |
Return the distance between a span set and a value @sqlfn span_distance() More... | |
Datum | Distance_value_set (PG_FUNCTION_ARGS) |
Return the distance between a value and a set @sqlfn set_distance() More... | |
Datum | Distance_value_span (PG_FUNCTION_ARGS) |
Return the distance between a value and a span @sqlfn span_distance() More... | |
Datum | Distance_value_spanset (PG_FUNCTION_ARGS) |
Return the distance between a value and a span set @sqlfn span_distance() More... | |
Datum | Distance_value_value (PG_FUNCTION_ARGS) |
Return the distance between two values @sqlfn span_distance() More... | |
Distance functions for set and span types.