MobilityDB 1.1

◆ temporal_bbox_ev_al_lt_le()

bool temporal_bbox_ev_al_lt_le ( const Temporal temp,
Datum  value,
bool  ever 
)

Return true if the bounding box of a temporal value is ever/always less than or equal to the base value.

The same test is used for both since the bounding box does not distinguish between inclusive/exclusive bounds.

Parameters
[in]tempTemporal value
[in]valueBase value
[in]everTrue when testing ever, false when testing always