MobilityDB 1.1
Functions

Boolean functions for temporal types. More...

Collaboration diagram for Boolean functions:

Functions

PGDLLEXPORT Datum Tand_bool_tbool (PG_FUNCTION_ARGS)
 Return the boolean and of a boolean and a temporal boolean. More...
 
PGDLLEXPORT Datum Tand_tbool_bool (PG_FUNCTION_ARGS)
 Return the boolean and of a temporal boolean and a boolean. More...
 
PGDLLEXPORT Datum Tand_tbool_tbool (PG_FUNCTION_ARGS)
 Return the boolean and of the temporal booleans. More...
 
PGDLLEXPORT Datum Tbool_when (PG_FUNCTION_ARGS)
 Return the period set in which a temporal boolean takes value true. More...
 
PGDLLEXPORT Datum Tnot_tbool (PG_FUNCTION_ARGS)
 Return the boolean not of a temporal boolean. More...
 
PGDLLEXPORT Datum Tor_bool_tbool (PG_FUNCTION_ARGS)
 Return the boolean or of a boolean and the temporal boolean. More...
 
PGDLLEXPORT Datum Tor_tbool_bool (PG_FUNCTION_ARGS)
 Return the boolean or of a temporal boolean and a boolean. More...
 
PGDLLEXPORT Datum Tor_tbool_tbool (PG_FUNCTION_ARGS)
 Return the boolean or of the temporal booleans. More...
 

Detailed Description

Boolean functions for temporal types.