MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
Ever and always comparison functions

Ever and always comparison functions for temporal types. More...

Functions

int always_eq_bool_tbool (bool b, const Temporal *temp)
 Return true if a boolean is always equal to a temporal boolean. More...
 
int always_eq_float_tfloat (double d, const Temporal *temp)
 Return true if a float is always equal to a temporal float. More...
 
int always_eq_int_tint (int i, const Temporal *temp)
 Return true if an integer is always equal to a temporal integer. More...
 
int always_eq_tbool_bool (const Temporal *temp, bool b)
 Return true if a temporal boolean is always equal to a boolean. More...
 
int always_eq_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal values are always equal. More...
 
int always_eq_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is always equal to a temporal text. More...
 
int always_eq_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is always equal to a float. More...
 
int always_eq_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is always equal to an integer. More...
 
int always_eq_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is always equal to a text. More...
 
int always_ge_float_tfloat (double d, const Temporal *temp)
 Return true if a float is always less than or equal to a float. More...
 
int always_ge_int_tint (int i, const Temporal *temp)
 Return true if an integer is always less than or equal to an integer. More...
 
int always_ge_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if the first temporal value is always greater than or equal to the second one. More...
 
int always_ge_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is always less than or equal to a text. More...
 
int always_ge_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is always less than or equal to a float. More...
 
int always_ge_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is always less than or equal to an integer. More...
 
int always_ge_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is always less than or equal to a text. More...
 
int always_gt_float_tfloat (double d, const Temporal *temp)
 Return true if a float is always less than a temporal float. More...
 
int always_gt_int_tint (int i, const Temporal *temp)
 Return true if an integer is always less than a temporal integer. More...
 
int always_gt_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if the first temporal value is always greater than the second one. More...
 
int always_gt_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is always less than a temporal text. More...
 
int always_gt_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is always less than a float. More...
 
int always_gt_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is always less than an integer. More...
 
int always_gt_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is always less than a text. More...
 
int always_le_float_tfloat (double d, const Temporal *temp)
 Return true if a float is always less than or equal to a float. More...
 
int always_le_int_tint (int i, const Temporal *temp)
 Return true if an integer is always less than or equal to an integer. More...
 
int always_le_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if the first temporal value is always less than or equal to the second one. More...
 
int always_le_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is always less than or equal to a text. More...
 
int always_le_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is always less than or equal to a float. More...
 
int always_le_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is always less than or equal to an integer. More...
 
int always_le_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is always less than or equal to a text. More...
 
int always_lt_float_tfloat (double d, const Temporal *temp)
 Return true if a float is always less than a temporal float. More...
 
int always_lt_int_tint (int i, const Temporal *temp)
 Return true if an integer is always less than a temporal integer. More...
 
int always_lt_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if the first temporal value is always less than the second one. More...
 
int always_lt_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is always less than a temporal text. More...
 
int always_lt_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is always less than a float. More...
 
int always_lt_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is always less than an integer. More...
 
int always_lt_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is always less than a text. More...
 
int always_ne_bool_tbool (bool b, const Temporal *temp)
 Return true if a boolean is always different from a temporal boolean. More...
 
int always_ne_float_tfloat (double d, const Temporal *temp)
 Return true if a float is always different from a temporal float. More...
 
int always_ne_int_tint (int i, const Temporal *temp)
 Return true if an integer is always different from a temporal integer. More...
 
int always_ne_tbool_bool (const Temporal *temp, bool b)
 Return true if a temporal boolean is always different from a boolean. More...
 
int always_ne_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal values are always different. More...
 
int always_ne_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is always different from a temporal text. More...
 
int always_ne_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is always different from a float. More...
 
int always_ne_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is always different from an integer. More...
 
int always_ne_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is always different from a text. More...
 
int ever_eq_bool_tbool (bool b, const Temporal *temp)
 Return true if a boolean is ever equal to a temporal boolean. More...
 
int ever_eq_float_tfloat (double d, const Temporal *temp)
 Return true if a float is ever equal to a temporal float. More...
 
int ever_eq_int_tint (int i, const Temporal *temp)
 Return true if an integer is ever equal to a temporal integer. More...
 
int ever_eq_tbool_bool (const Temporal *temp, bool b)
 Return true if a temporal boolean is ever equal to a boolean. More...
 
int ever_eq_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal values are ever equal. More...
 
int ever_eq_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is ever equal to a temporal text. More...
 
int ever_eq_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is ever equal to a float. More...
 
int ever_eq_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is ever equal to an integer. More...
 
int ever_eq_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is ever equal to a text. More...
 
int ever_ge_float_tfloat (double d, const Temporal *temp)
 Return true if a float is ever less than or equal to a float. More...
 
int ever_ge_int_tint (int i, const Temporal *temp)
 Return true if an integer is ever less than or equal to an integer. More...
 
int ever_ge_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if the first temporal value is ever greater than or equal to the second one. More...
 
int ever_ge_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is ever less than or equal to a text. More...
 
int ever_ge_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is ever less than or equal to a float. More...
 
int ever_ge_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is ever less than or equal to an integer. More...
 
int ever_ge_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is ever less than or equal to a text. More...
 
int ever_gt_float_tfloat (double d, const Temporal *temp)
 Return true if a float is ever less than a temporal float. More...
 
int ever_gt_int_tint (int i, const Temporal *temp)
 Return true if an integer is ever less than a temporal integer. More...
 
int ever_gt_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if the first temporal boolean is ever greater than the second one. More...
 
int ever_gt_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is ever less than a temporal text. More...
 
int ever_gt_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is ever less than a float. More...
 
int ever_gt_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is ever less than an integer. More...
 
int ever_gt_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is ever less than a text. More...
 
int ever_le_float_tfloat (double d, const Temporal *temp)
 Return true if a float is ever less than or equal to a float. More...
 
int ever_le_int_tint (int i, const Temporal *temp)
 Return true if an integer is ever less than or equal to an integer. More...
 
int ever_le_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if the first temporal boolean is ever less than or equal to the second one. More...
 
int ever_le_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is ever less than or equal to a text. More...
 
int ever_le_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is ever less than or equal to a float. More...
 
int ever_le_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is ever less than or equal to an integer. More...
 
int ever_le_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is ever less than or equal to a text. More...
 
int ever_lt_float_tfloat (double d, const Temporal *temp)
 Return true if a float is ever less than a temporal float. More...
 
int ever_lt_int_tint (int i, const Temporal *temp)
 Return true if an integer is ever less than a temporal integer. More...
 
int ever_lt_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if the first temporal boolean is ever less than the second one. More...
 
int ever_lt_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is ever less than a temporal text. More...
 
int ever_lt_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is ever less than a float. More...
 
int ever_lt_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is ever less than an integer. More...
 
int ever_lt_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is ever less than a text. More...
 
int ever_ne_bool_tbool (bool b, const Temporal *temp)
 Return true if a boolean is ever different from a temporal boolean. More...
 
int ever_ne_float_tfloat (double d, const Temporal *temp)
 Return true if a float is ever different from a temporal float. More...
 
int ever_ne_int_tint (int i, const Temporal *temp)
 Return true if an integer is ever different from a temporal integer. More...
 
int ever_ne_tbool_bool (const Temporal *temp, bool b)
 Return true if a temporal boolean is ever different from a boolean. More...
 
int ever_ne_temporal_temporal (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal values are ever different. More...
 
int ever_ne_text_ttext (const text *txt, const Temporal *temp)
 Return true if a text is ever different from a temporal text. More...
 
int ever_ne_tfloat_float (const Temporal *temp, double d)
 Return true if a temporal float is ever different from a float. More...
 
int ever_ne_tint_int (const Temporal *temp, int i)
 Return true if a temporal integer is ever different from an integer. More...
 
int ever_ne_ttext_text (const Temporal *temp, const text *txt)
 Return true if a temporal text is ever different from a text. More...
 

Detailed Description

Ever and always comparison functions for temporal types.