MobilityDB 1.1
|
Functions | |
Temporal * | tand_bool_tbool (bool b, const Temporal *temp) |
Temporal Boolean operators: and, or, not. More... | |
Temporal * | tand_tbool_bool (const Temporal *temp, bool b) |
Return the boolean and of a temporal boolean and a boolean. More... | |
Temporal * | tand_tbool_tbool (const Temporal *temp1, const Temporal *temp2) |
Return the boolean and of the temporal booleans. More... | |
Temporal * | tor_bool_tbool (bool b, const Temporal *temp) |
Return the boolean or of a boolean and a temporal boolean. More... | |
Temporal * | tor_tbool_bool (const Temporal *temp, bool b) |
Return the boolean or of a temporal boolean and a boolean. More... | |
Temporal * | tor_tbool_tbool (const Temporal *temp1, const Temporal *temp2) |
Return the boolean or of the temporal booleans. More... | |