MobilityDB  1.0

◆ tinstant_eq()

bool tinstant_eq ( const TInstant inst1,
const TInstant inst2 
)

Returns true if the two temporal instant values are equal.

Precondition
The arguments are of the same base type
Note
The internal B-tree comparator is not used to increase efficiency.
This function supposes for optimization purposes that the flags of two temporal instant values of the same base type are equal. This hypothesis may change in the future and the function must be adapted accordingly.