MobilityDB 1.1
Functions

Ever/always functions for temporal types. More...

Collaboration diagram for Ever/always functions:

Functions

bool tbool_always_eq (const Temporal *temp, bool b)
 Return true if a temporal boolean is always equal to a boolean. More...
 
bool tbool_ever_eq (const Temporal *temp, bool b)
 Return true if a temporal boolean is ever equal to a boolean. More...
 
bool tfloat_always_eq (const Temporal *temp, double d)
 Return true if a temporal float is always equal to a float. More...
 
bool tfloat_always_le (const Temporal *temp, double d)
 Return true if a temporal float is always less than or equal to a float. More...
 
bool tfloat_always_lt (const Temporal *temp, double d)
 Return true if a temporal float is always less than a float. More...
 
bool tfloat_ever_eq (const Temporal *temp, double d)
 Return true if a temporal float is ever equal to a float. More...
 
bool tfloat_ever_le (const Temporal *temp, double d)
 Return true if a temporal float is ever less than or equal to a float. More...
 
bool tfloat_ever_lt (const Temporal *temp, double d)
 Return true if a temporal float is ever less than a float. More...
 
bool tgeogpoint_always_eq (const Temporal *temp, GSERIALIZED *gs)
 Return true if a temporal geographic point is always equal to a point. More...
 
bool tgeogpoint_ever_eq (const Temporal *temp, GSERIALIZED *gs)
 Return true if a temporal geographic point is ever equal to a point. More...
 
bool tgeompoint_always_eq (const Temporal *temp, GSERIALIZED *gs)
 Return true if a temporal geometric point is always equal to a point. More...
 
bool tgeompoint_ever_eq (const Temporal *temp, GSERIALIZED *gs)
 Return true if a temporal geometric point is ever equal to a point. More...
 
bool tint_always_eq (const Temporal *temp, int i)
 Return true if a temporal integer is always equal to an integer. More...
 
bool tint_always_le (const Temporal *temp, int i)
 Return true if a temporal integer is always less than or equal to an integer. More...
 
bool tint_always_lt (const Temporal *temp, int i)
 Return true if a temporal integer is always less than an integer. More...
 
bool tint_ever_eq (const Temporal *temp, int i)
 Return true if a temporal integer is ever equal to an integer. More...
 
bool tint_ever_le (const Temporal *temp, int i)
 Return true if a temporal integer is ever less than or equal to an integer. More...
 
bool tint_ever_lt (const Temporal *temp, int i)
 Return true if a temporal integer is ever less than an integer. More...
 
bool tpoint_always_eq (const Temporal *temp, Datum value)
 Return true if a temporal point is always equal to a point. More...
 
bool ttext_always_eq (const Temporal *temp, text *txt)
 Return true if a temporal text is always equal to a text. More...
 
bool ttext_always_le (const Temporal *temp, text *txt)
 Return true if a temporal text is always less than or equal to a text. More...
 
bool ttext_always_lt (const Temporal *temp, text *txt)
 Return true if a temporal text is always less than a text. More...
 
bool ttext_ever_eq (const Temporal *temp, text *txt)
 Return true if a temporal text is ever equal to a text. More...
 
bool ttext_ever_le (const Temporal *temp, text *txt)
 Return true if a temporal text is ever less than or equal to a text. More...
 
bool ttext_ever_lt (const Temporal *temp, text *txt)
 Return true if a temporal text is ever less than a text. More...
 

Detailed Description

Ever/always functions for temporal types.