MobilityDB 1.1
Functions
tbool_boolops.h File Reference
#include "general/temporal.h"
Include dependency graph for tbool_boolops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Temporalboolop_tbool_bool (const Temporal *temp, Datum b, datum_func2 func, bool invert)
 Return the boolean operator of a temporal boolean and a boolean. More...
 
Temporalboolop_tbool_tbool (const Temporal *temp1, const Temporal *temp2, datum_func2 func)
 Return the boolean operator of the temporal booleans. More...
 
Datum datum_and (Datum l, Datum r)
 Temporal Boolean operators (and, or, not). More...
 
Datum datum_or (Datum l, Datum r)
 Return the Boolean or of two values. More...
 
Temporaltnot_tbool (const Temporal *temp)
 Return the boolean not of a temporal boolean. More...