MobilityDB 1.1
Functions
tbool_boolops.c File Reference
#include "general/tbool_boolops.h"
#include <fmgr.h>
#include <meos.h>
#include <meos_internal.h>
#include "general/temporaltypes.h"
Include dependency graph for tbool_boolops.c:

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...