MobilityDB  1.0

◆ PLACE_RIGHT

#define PLACE_RIGHT (   period,
  off 
)
Value:
do { \
if (v->spl_nright > 0) \
right_period = period_super_union(right_period, period); \
else \
right_period = (period); \
v->spl_right[v->spl_nright++] = (off); \
} while (0)
Period * period_super_union(const Period *p1, const Period *p2)
Returns the smallest period that contains p1 and p2.
Definition: period.c:284