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

◆ VALIDATE_FLOATSPANSET

#define VALIDATE_FLOATSPANSET (   ss,
  ret 
)
Value:
do { \
if (! ensure_not_null((void *) (ss)) || \
return (ret); \
} while (0)
@ T_FLOATSPANSET
float8 span set type
Definition: meos_catalog.h:70
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 a float span set.