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

◆ eafunc_tcontseq_tcontseq_discfn()

static int eafunc_tcontseq_tcontseq_discfn ( const TSequence seq1,
const TSequence seq2,
LiftedFunctionInfo lfinfo,
Span inter 
)
static

Synchronize two temporal values and apply to them a lifted function.

This function is applied for functions with instantaneous discontinuities and when at least one temporal value has linear interpolation

Parameters
[in]seq1,seq2Temporal values
[in]lfinfoInformation about the lifted function
[in]interOverlapping period of the two sequences
Note
The bounding period test in the dispatch function eafunc_temporal_temporal ensures that the sequences are not disjoint and thus we are sure that we do not need to return -1 in this function