MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tbool_ops_meos.c File Reference

Temporal Boolean operators: and, or, not. More...

#include "temporal/tbool_ops.h"
#include <meos.h>
#include <meos_internal.h>

Functions

Temporaltand_bool_tbool (bool b, const Temporal *temp)
 Return the boolean and of a boolean and a temporal boolean. 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...
 
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

Temporal Boolean operators: and, or, not.