Temporal * textfunc_ttext_ttext(const Temporal *temp1, const Temporal *temp2, datum_func2 func)
Apply the function to the temporal text value and the base text value.
Definition: ttext_textfuncs.c:279
Temporal * textfunc_ttext(const Temporal *temp, Datum(*func)(Datum value))
Apply the function to transform the temporal text value.
Definition: ttext_textfuncs.c:242
Temporal * textfunc_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.
Definition: ttext_textfuncs.c:259
Datum datum_upper(Datum value)
Convert the text value to uppercase.
Definition: ttext_textfuncs.c:229
Datum datum_lower(Datum value)
Convert the text value to lowercase.
Definition: ttext_textfuncs.c:197
Datum datum_textcat(Datum l, Datum r)
Temporal text functions: textcat, lower, upper.
Definition: ttext_textfuncs.c:89