MobilityDB 1.1
Functions

Local aggregate functions for temporal types. More...

Collaboration diagram for Local aggregate functions:

Functions

Temporaltemporal_app_inst_transfn (Temporal *state, TInstant *inst)
 Transition function for append tinstant aggregate. More...
 
Temporaltemporal_app_seq_transfn (Temporal *state, TSequence *seq)
 Transition function for append tsequence aggregate. More...
 
Temporaltemporal_compact (const Temporal *temp)
 Compact the temporal value by removing extra storage space. More...
 
double tnumbercontseq_twavg (const TSequence *seq)
 Return the time-weighted average of a temporal sequence number. More...
 
double tnumberdiscseq_twavg (const TSequence *seq)
 Return the time-weighted average of a temporal discrete sequence number. More...
 
double tnumberseq_integral (const TSequence *seq)
 Return the integral (area under the curve) of a temporal sequence number. More...
 
double tnumberseq_twavg (const TSequence *seq)
 Return the time-weighted average of a temporal sequence number. More...
 
double tnumberseqset_integral (const TSequenceSet *ss)
 Return the integral (area under the curve) of a temporal number. More...
 
double tnumberseqset_twavg (const TSequenceSet *ss)
 Return the time-weighted average of a temporal number. More...
 
GSERIALIZEDtpointseq_twcentroid (const TSequence *seq)
 Return the time-weighed centroid of a temporal geometry point. More...
 
GSERIALIZEDtpointseqset_twcentroid (const TSequenceSet *ss)
 Return the time-weighed centroid of a temporal geometry point. More...
 

Detailed Description

Local aggregate functions for temporal types.