![]() |
MobilityDB 1.3
|
Temporal Boolean operators: and, or, not. More...
#include "temporal/tbool_ops.h"
#include <postgres.h>
#include <fmgr.h>
#include <meos.h>
#include "temporal/span.h"
Functions | |
Datum | Tand_bool_tbool (PG_FUNCTION_ARGS) |
Return the boolean and of a boolean and a temporal boolean @sqlfn temporal_and() More... | |
Datum | Tand_tbool_bool (PG_FUNCTION_ARGS) |
Return the boolean and of a temporal boolean and a boolean @sqlfn temporal_and() More... | |
Datum | Tand_tbool_tbool (PG_FUNCTION_ARGS) |
Return the boolean and of two temporal booleans @sqlfn temporal_and() More... | |
Datum | Tbool_when_true (PG_FUNCTION_ARGS) |
Return the timestamptz span set in which a temporal boolean takes value true @sqlfn whenTrue() More... | |
Datum | Tnot_tbool (PG_FUNCTION_ARGS) |
Return the boolean not of a temporal boolean @sqlfn temporal_not() More... | |
Datum | Tor_bool_tbool (PG_FUNCTION_ARGS) |
Return the boolean or of a boolean and the temporal boolean @sqlfn temporal_or() More... | |
Datum | Tor_tbool_bool (PG_FUNCTION_ARGS) |
Return the boolean or of a temporal boolean and a boolean @sqlfn temporal_or() More... | |
Datum | Tor_tbool_tbool (PG_FUNCTION_ARGS) |
Return the boolean or of two temporal booleans @sqlfn temporal_or() More... | |
Temporal Boolean operators: and, or, not.