MobilityDB 1.3
Loading...
Searching...
No Matches

◆ VALIDATE_TSTZSPANSET

#define VALIDATE_TSTZSPANSET (   ss,
  ret 
)
Value:
do { \
if (! ensure_not_null((void *) (ss)) || \
return (ret); \
} while (0)
@ T_TSTZSPANSET
timestamptz span set type
Definition: meos_catalog.h:98
bool ensure_spanset_isof_type(const SpanSet *ss, meosType spansettype)
Basic functions for set of disjoint spans.
Definition: spanset.c:65
bool ensure_not_null(void *ptr)
Ensure that the pointer is not null.
Definition: temporal.c:136

Macro for ensuring that the span set is a timestamptz span set.