MobilityDB 1.1
Functions
ttext_textfuncs.h File Reference
#include <postgres.h>
#include "general/temporal.h"
Include dependency graph for ttext_textfuncs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Datum datum_lower (Datum value)
 Convert the text value to lowercase. More...
 
Datum datum_textcat (Datum l, Datum r)
 Temporal text functions: textcat, lower, upper. More...
 
Datum datum_upper (Datum value)
 Convert the text value to uppercase. More...
 
Temporaltextfunc_ttext (const Temporal *temp, Datum(*func)(Datum value))
 Apply the function to transform the temporal text value. More...
 
Temporaltextfunc_ttext_text (const Temporal *temp, Datum value, datum_func2 func, bool invert)
 Apply the function to the temporal text value and the base text value. More...
 
Temporaltextfunc_ttext_ttext (const Temporal *temp1, const Temporal *temp2, datum_func2 func)
 Apply the function to the temporal text value and the base text value. More...