MobilityDB 1.1
Functions

Ever/always functions for temporal types. More...

Collaboration diagram for Ever/always functions:

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...
 

Detailed Description

Ever/always functions for temporal types.