![]() |
MobilityDB 1.3
|
Restriction functions for temporal types. More...
Functions | |
Datum | Temporal_at_max (PG_FUNCTION_ARGS) |
Return a temporal value restricted to its maximum base value @sqlfn atMax() More... | |
Datum | Temporal_at_min (PG_FUNCTION_ARGS) |
Return a temporal value restricted to its minimum base value @sqlfn atMin() More... | |
Datum | Temporal_at_timestamptz (PG_FUNCTION_ARGS) |
Return a temporal value restricted to a timestamptz @sqlfn atTime() More... | |
Datum | Temporal_at_tstzset (PG_FUNCTION_ARGS) |
Return a temporal value restricted to a timestamptz set @sqlfn atTime() More... | |
Datum | Temporal_at_tstzspan (PG_FUNCTION_ARGS) |
Return a temporal value restricted to a timestamptz span @sqlfn atTime() More... | |
Datum | Temporal_at_tstzspanset (PG_FUNCTION_ARGS) |
Return a temporal value restricted to a timestamptz span set @sqlfn atTime() More... | |
Datum | Temporal_at_value (PG_FUNCTION_ARGS) |
Return a temporal value restricted to a base value @sqlfn atValue() More... | |
Datum | Temporal_at_values (PG_FUNCTION_ARGS) |
Return a temporal value restricted to a set of base values @sqlfn atValues() More... | |
Datum | Temporal_minus_max (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of its maximum base value @sqlfn minusMax() More... | |
Datum | Temporal_minus_min (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of its minimum base value @sqlfn minusMin() More... | |
Datum | Temporal_minus_timestamptz (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of a timestamptz @sqlfn minusTime() More... | |
Datum | Temporal_minus_tstzset (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of a timestamptz set @sqlfn minusTime() More... | |
Datum | Temporal_minus_tstzspan (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of a timestamptz span @sqlfn minusTime() More... | |
Datum | Temporal_minus_tstzspanset (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of a span set @sqlfn minusTime() More... | |
Datum | Temporal_minus_value (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of a base value @sqlfn minusValue() More... | |
Datum | Temporal_minus_values (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of a set of base values @sqlfn minusValues() More... | |
Datum | Tnumber_at_span (PG_FUNCTION_ARGS) |
Return a temporal value restricted to a span of base values @sqlfn atSpan() More... | |
Datum | Tnumber_at_spanset (PG_FUNCTION_ARGS) |
Return a temporal value restricted to a span set of base values @sqlfn atSpanset() More... | |
Datum | Tnumber_at_tbox (PG_FUNCTION_ARGS) |
Return a temporal value restricted to a temporal box @sqlfn atTbox() More... | |
Datum | Tnumber_minus_span (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of a span of base values @sqlfn minusSpan() More... | |
Datum | Tnumber_minus_spanset (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of a span set of base values @sqlfn minusSpanset() More... | |
Datum | Tnumber_minus_tbox (PG_FUNCTION_ARGS) |
Return a temporal value restricted to the complement of a temporal box @sqlfn minusTbox() More... | |
Restriction functions for temporal types.