![]() |
MobilityDB 1.3
|
Aggregate functions for temporal types. More...
Functions | |
SkipList * | tbool_tand_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal and of temporal booleans. More... | |
SkipList * | tbool_tor_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal or of temporal booleans. More... | |
Span * | temporal_extent_transfn (Span *state, const Temporal *temp) |
Transition function for temporal extent aggregate of temporal values. More... | |
Temporal * | temporal_tagg_finalfn (SkipList *state) |
Generic final function for aggregating temporal values. More... | |
SkipList * | temporal_tcount_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal count aggregation. More... | |
SkipList * | tfloat_tmax_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal maximum of temporal values. More... | |
SkipList * | tfloat_tmin_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal minimum of temporal values. More... | |
SkipList * | tfloat_tsum_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal sum of temporal values. More... | |
SkipList * | tfloat_wmax_transfn (SkipList *state, const Temporal *temp, const Interval *interv) |
Transition function for temporal maximum of temporal values. More... | |
SkipList * | tfloat_wmin_transfn (SkipList *state, const Temporal *temp, const Interval *interv) |
Transition function for temporal minimum of temporal values. More... | |
SkipList * | tfloat_wsum_transfn (SkipList *state, const Temporal *temp, const Interval *interv) |
Transition function for temporal sum of temporal values. More... | |
SkipList * | timestamptz_tcount_transfn (SkipList *state, TimestampTz t) |
Transition function for temporal count aggregate of timestamps. More... | |
SkipList * | tint_tmax_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal maximum of temporal values. More... | |
SkipList * | tint_tmin_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal minimum of temporal values. More... | |
SkipList * | tint_tsum_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal sum of temporal values. More... | |
SkipList * | tint_wmax_transfn (SkipList *state, const Temporal *temp, const Interval *interv) |
Transition function for temporal maximum of temporal values. More... | |
SkipList * | tint_wmin_transfn (SkipList *state, const Temporal *temp, const Interval *interv) |
Transition function for temporal minimum of temporal values. More... | |
SkipList * | tint_wsum_transfn (SkipList *state, const Temporal *temp, const Interval *interv) |
Transition function for temporal sum of temporal values. More... | |
TBox * | tnumber_extent_transfn (TBox *state, const Temporal *temp) |
Transition function for temporal extent aggregate of temporal numbers. More... | |
Temporal * | tnumber_tavg_finalfn (SkipList *state) |
Final function for temporal average aggregation. More... | |
SkipList * | tnumber_tavg_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal average of temporal numbers. More... | |
SkipList * | tnumber_wavg_transfn (SkipList *state, const Temporal *temp, const Interval *interv) |
Transition function for temporal average of temporal numbers. More... | |
SkipList * | tstzset_tcount_transfn (SkipList *state, const Set *s) |
Transition function for temporal count aggregate of timestamp sets. More... | |
SkipList * | tstzspan_tcount_transfn (SkipList *state, const Span *s) |
Transition function for temporal count aggregate of timestamptz spans. More... | |
SkipList * | tstzspanset_tcount_transfn (SkipList *state, const SpanSet *ss) |
Transition function for temporal count aggregate of timestamptz span sets. More... | |
SkipList * | ttext_tmax_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal maximum of temporal text values. More... | |
SkipList * | ttext_tmin_transfn (SkipList *state, const Temporal *temp) |
Transition function for temporal minimum of temporal text values. More... | |
Aggregate functions for temporal types.