MobilityDB 1.3
Loading...
Searching...
No Matches

◆ tfunc_base()

static Datum tfunc_base ( Datum  value,
LiftedFunctionInfo lfinfo 
)
static

Apply the variadic function with the optional arguments to a base value.

Note
We must cast the function pointer to a fixed-parameter function pointer before calling it. See the note at the beginning of the file.