![]() |
MobilityDB 1.3
|
Split functions for temporal types. More...
Functions | |
Span * | temporal_spans (const Temporal *temp, int *count) |
Return an array of spans obtained from the instants or segments of a temporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
Span * | temporal_split_each_n_spans (const Temporal *temp, int elems_per_span, int *count) |
Return an array of spans obtained from the instants or segments of a temporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
Span * | temporal_split_n_spans (const Temporal *temp, int span_count, int *count) |
Return an array of N spans obtained from the instants or segments of a temporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
TBox * | tnumber_split_each_n_tboxes (const Temporal *temp, int elems_per_box, int *count) |
Return an array of temporal boxes obtained from the instants or segments of a temporal number, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
TBox * | tnumber_split_n_tboxes (const Temporal *temp, int box_count, int *count) |
Return an array of N temporal boxes obtained from the instants or segments of a temporal number, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
TBox * | tnumber_tboxes (const Temporal *temp, int *count) |
Return an array of temporal boxes obtained from the instants or segments of a temporal number, where the choice between instants or segments depends on whether the interpolation is discrete or continuous. More... | |
Split functions for temporal types.