![]() |
MobilityDB 1.3
|
Temporal text functions. More...
#include "temporal/ttext_funcs.h"
#include <assert.h>
#include <meos.h>
#include <meos_internal.h>
#include "temporal/lifting.h"
Functions | |
Temporal * | textfunc_ttext (const Temporal *temp, datum_func1 func) |
Apply the function to transform the temporal text value. More... | |
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. More... | |
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. More... | |
Temporal text functions.