|
TInstant * | tfunc_tinstant (const TInstant *inst, LiftedFunctionInfo *lfinfo) |
| Applies the function with the optional arguments to the temporal value. More...
|
|
TInstantSet * | tfunc_tinstantset (const TInstantSet *ti, LiftedFunctionInfo *lfinfo) |
| Applies the function to the temporal value. More...
|
|
TSequence * | tfunc_tsequence (const TSequence *seq, LiftedFunctionInfo *lfinfo) |
| Applies the function to the temporal value. More...
|
|
TSequenceSet * | tfunc_tsequenceset (const TSequenceSet *ts, LiftedFunctionInfo *lfinfo) |
| Applies the function to the temporal value. More...
|
|
Temporal * | tfunc_temporal (const Temporal *temp, LiftedFunctionInfo *lfinfo) |
| Applies the function to the temporal value (dispatch function) More...
|
|
TInstant * | tfunc_tinstant_base (const TInstant *inst, Datum value, LiftedFunctionInfo *lfinfo) |
| Applies the function to the temporal value and the base value. More...
|
|
TInstantSet * | tfunc_tinstantset_base (const TInstantSet *ti, Datum value, LiftedFunctionInfo *lfinfo) |
| Applies the function to the temporal value and the base value. More...
|
|
Temporal * | tfunc_tsequence_base (const TSequence *seq, Datum value, LiftedFunctionInfo *lfinfo) |
| Applies the function to the temporal value and the base value. More...
|
|
TSequenceSet * | tfunc_tsequenceset_base (const TSequenceSet *ts, Datum value, LiftedFunctionInfo *lfinfo) |
| Applies the function to the temporal value and the base value. More...
|
|
Temporal * | tfunc_temporal_base (const Temporal *temp, Datum value, LiftedFunctionInfo *lfinfo) |
| Applies the function to the temporal value and the base value (dispatch function) More...
|
|
TInstant * | sync_tfunc_tinstant_tinstant (const TInstant *inst1, const TInstant *inst2, LiftedFunctionInfo *lfinfo) |
| Synchronizes the temporal values and applies to them the function. More...
|
|
TInstantSet * | sync_tfunc_tinstantset_tinstantset (const TInstantSet *ti1, const TInstantSet *ti2, LiftedFunctionInfo *lfinfo) |
| Synchronizes the temporal values and applies to them the function with the optional argument. More...
|
|
Temporal * | sync_tfunc_temporal_temporal (const Temporal *temp1, const Temporal *temp2, LiftedFunctionInfo *lfinfo) |
| Synchronizes the temporal values and applies to them the function (dispatch function) More...
|
|