MobilityDB 1.1
Functions

Boolean functions for temporal types. More...

Collaboration diagram for Boolean functions:

Functions

Temporaltand_bool_tbool (bool b, const Temporal *temp)
 Temporal Boolean operators: and, or, not. More...
 
Temporaltand_tbool_bool (const Temporal *temp, bool b)
 Return the boolean and of a temporal boolean and a boolean. More...
 
Temporaltand_tbool_tbool (const Temporal *temp1, const Temporal *temp2)
 Return the boolean and of the temporal booleans. More...
 
SpanSettbool_when_true (const Temporal *temp)
 Return the time when the temporal boolean has value true. More...
 
Temporaltnot_tbool (const Temporal *temp)
 Return the boolean not of a temporal boolean. More...
 
Temporaltor_bool_tbool (bool b, const Temporal *temp)
 Return the boolean or of a boolean and a temporal boolean. More...
 
Temporaltor_tbool_bool (const Temporal *temp, bool b)
 Return the boolean or of a temporal boolean and a boolean. More...
 
Temporaltor_tbool_tbool (const Temporal *temp1, const Temporal *temp2)
 Return the boolean or of the temporal booleans. More...
 

Detailed Description

Boolean functions for temporal types.