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

◆ VALIDATE_INTSPANSET

#define VALIDATE_INTSPANSET (   ss,
  ret 
)
Value:
do { \
if (! ensure_not_null((void *) (ss)) || \
return (ret); \
} while (0)
@ T_INTSPANSET
int4 span set type
Definition: meos_catalog.h:76
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 a span set is an integer span set.