|
int | efunc_temporal_temporal (const Temporal *temp1, const Temporal *temp2, LiftedFunctionInfo *lfinfo) |
| Synchronize the temporal values and apply to them the function. More...
|
|
TSequence * | tfunc_tdiscseq (const TSequence *is, LiftedFunctionInfo *lfinfo) |
|
TSequence * | tfunc_tdiscseq_tdiscseq (const TSequence *is1, const TSequence *is2, LiftedFunctionInfo *lfinfo) |
| Synchronize the temporal values and apply to them the function with with optional argument. More...
|
|
Temporal * | tfunc_temporal (const Temporal *temp, LiftedFunctionInfo *lfinfo) |
| Apply the function to the temporal value (dispatch function) More...
|
|
Temporal * | tfunc_temporal_base (const Temporal *temp, Datum value, LiftedFunctionInfo *lfinfo) |
| Apply the function to the temporal value and the base value (dispatch function) More...
|
|
Temporal * | tfunc_temporal_temporal (const Temporal *temp1, const Temporal *temp2, LiftedFunctionInfo *lfinfo) |
| Synchronize the temporal values and apply to them the function. More...
|
|
TInstant * | tfunc_tinstant (const TInstant *inst, LiftedFunctionInfo *lfinfo) |
| Apply the function with the optional arguments to the temporal value. More...
|
|
TInstant * | tfunc_tinstant_base (const TInstant *inst, Datum value, LiftedFunctionInfo *lfinfo) |
| Apply the function to the temporal value and the base value. More...
|
|
TInstant * | tfunc_tinstant_tinstant (const TInstant *inst1, const TInstant *inst2, LiftedFunctionInfo *lfinfo) |
| Synchronize the temporal values and apply to them the function. More...
|
|
TSequence * | tfunc_tsequence (const TSequence *seq, LiftedFunctionInfo *lfinfo) |
| Apply the function to the temporal value. More...
|
|
TSequence * | tfunc_tsequence_base (const TSequence *seq, Datum value, LiftedFunctionInfo *lfinfo) |
| Apply the function to the temporal value and the base value. More...
|
|
TSequenceSet * | tfunc_tsequenceset (const TSequenceSet *ss, LiftedFunctionInfo *lfinfo) |
| Apply the function to the temporal value. More...
|
|
TSequenceSet * | tfunc_tsequenceset_base (const TSequenceSet *ss, Datum value, LiftedFunctionInfo *lfinfo) |
| Apply the function to the temporal value and the base value. More...
|
|