MobilityDB  1.0

◆ temporal_bbox_ev_al_lt_le()

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

Returns true if the bounding box of the 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 the inclusive/exclusive bounds.

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