MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
ttext_funcs.c File Reference

Temporal text functions. More...

#include "temporal/ttext_funcs.h"
#include <assert.h>
#include <meos.h>
#include <meos_internal.h>
#include "temporal/lifting.h"

Functions

Temporaltextfunc_ttext (const Temporal *temp, datum_func1 func)
 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...
 

Detailed Description

Temporal text functions.