![]() |
MobilityDB 1.3
|
Traditional comparison functions for temporal types. More...
Functions | |
Datum | Temporal_cmp (PG_FUNCTION_ARGS) |
Return -1, 0, or 1 depending on whether the first temporal value is less than, equal to, or greater than the second temporal value @sqlfn tint_cmp(), tfloat_cmp(), ... More... | |
Datum | Temporal_eq (PG_FUNCTION_ARGS) |
Return true if two temporal values are equal @sqlfn tint_eq(), tfloat_eq(), ... More... | |
Datum | Temporal_ge (PG_FUNCTION_ARGS) |
Return true if the first temporal value is greater than or equal to the second one @sqlfn tint_ge(), tfloat_ge(), ... More... | |
Datum | Temporal_gt (PG_FUNCTION_ARGS) |
Return true if the first temporal value is greater than the second one @sqlfn tint_gt(), tfloat_gt(), ... More... | |
Datum | Temporal_le (PG_FUNCTION_ARGS) |
Return true if the first temporal value is less than or equal to the second one @sqlfn tint_le(), tfloat_le(), ... More... | |
Datum | Temporal_lt (PG_FUNCTION_ARGS) |
Return true if the first temporal value is less than the second one @sqlfn tint_lt(), tfloat_lt(), ... More... | |
Datum | Temporal_ne (PG_FUNCTION_ARGS) |
Return true if two temporal values are different @sqlfn tint_ne(), tfloat_ne(), ... More... | |
Traditional comparison functions for temporal types.