MobilityDB 1.1
|
Ever/always functions for temporal types. More...
Functions | |
PGDLLEXPORT Datum | Temporal_always_eq (PG_FUNCTION_ARGS) |
Return true if a temporal value is always equal to the base value. More... | |
PGDLLEXPORT Datum | Temporal_always_ge (PG_FUNCTION_ARGS) |
Return true if a temporal value is always greater than or equal to a base value. More... | |
PGDLLEXPORT Datum | Temporal_always_gt (PG_FUNCTION_ARGS) |
Return true if a temporal value is always greater than a base value. More... | |
PGDLLEXPORT Datum | Temporal_always_le (PG_FUNCTION_ARGS) |
Return true if a temporal value is always less than or equal to a base value. More... | |
PGDLLEXPORT Datum | Temporal_always_lt (PG_FUNCTION_ARGS) |
Return true if a temporal value is always less than a base value. More... | |
PGDLLEXPORT Datum | Temporal_always_ne (PG_FUNCTION_ARGS) |
Return true if a temporal value is always different from a base value. More... | |
PGDLLEXPORT Datum | Temporal_ever_eq (PG_FUNCTION_ARGS) |
Return true if a temporal value is ever equal to a base value. More... | |
PGDLLEXPORT Datum | Temporal_ever_ge (PG_FUNCTION_ARGS) |
Return true if a temporal value is ever greater than or equal to a base value. More... | |
PGDLLEXPORT Datum | Temporal_ever_gt (PG_FUNCTION_ARGS) |
Return true if a temporal value is ever greater than a base value. More... | |
PGDLLEXPORT Datum | Temporal_ever_le (PG_FUNCTION_ARGS) |
Return true if a temporal value is ever less than or equal to a base value. More... | |
PGDLLEXPORT Datum | Temporal_ever_lt (PG_FUNCTION_ARGS) |
Return true if a temporal value is ever less than a base value. More... | |
PGDLLEXPORT Datum | Temporal_ever_ne (PG_FUNCTION_ARGS) |
Return true if a temporal value is ever different from a base value. More... | |
PGDLLEXPORT Datum | Tpoint_always_eq (PG_FUNCTION_ARGS) |
Return true if a temporal point is always equal to a point. More... | |
PGDLLEXPORT Datum | Tpoint_always_ne (PG_FUNCTION_ARGS) |
Return true if a temporal point is always different from a point. More... | |
PGDLLEXPORT Datum | Tpoint_ever_eq (PG_FUNCTION_ARGS) |
Return true if a temporal point is ever equal to a point. More... | |
PGDLLEXPORT Datum | Tpoint_ever_ne (PG_FUNCTION_ARGS) |
Return true if a temporal point is ever different from a point. More... | |
Ever/always functions for temporal types.