|
MobilityDB 1.1
|
#include "general/span.h"#include "general/skiplist.h"

Go to the source code of this file.
Functions | |
| Datum | datum_sum_int32 (Datum l, Datum r) |
| Aggregate functions for time types. More... | |
| void | ensure_same_timetype_skiplist (SkipList *state, uint8 subtype) |
| Span ** | period_tagg (Span **periods1, int count1, Span **periods2, int count2, int *newcount) |
| Generic aggregate function for periods. More... | |
| SkipList * | period_tagg_transfn (SkipList *state, const Span *p) |
| SkipList * | periodset_tagg_transfn (SkipList *state, const SpanSet *ps) |
| SkipList * | time_tagg_combinefn (SkipList *state1, SkipList *state2) |
| Generic combine function for temporal aggregate of time values. More... | |
| TimestampTz * | timestamp_tagg (TimestampTz *times1, int count1, TimestampTz *times2, int count2, int *newcount) |
| SkipList * | tstzset_tagg_transfn (SkipList *state, const Set *ts) |