![]() |
MobilityDB 1.3
|
Split functions for set and span types. More...
Functions | |
Span * | set_spans (const Set *s) |
Return an array of spans from the values of a set. More... | |
Span * | set_split_each_n_spans (const Set *s, int elems_per_span, int *count) |
Return an array of spans from a set obtained by merging consecutive elements. More... | |
Span * | set_split_n_spans (const Set *s, int span_count, int *count) |
Return an array of N spans from the values of a set. More... | |
Span * | spanset_spans (const SpanSet *ss) |
Return the array of spans of a spanset. More... | |
Span * | spanset_split_each_n_spans (const SpanSet *ss, int elems_per_span, int *count) |
Return an array of N spans from a spanset obtained by merging consecutive composing spans. More... | |
Span * | spanset_split_n_spans (const SpanSet *ss, int span_count, int *count) |
Return an array of N spans from the composing spans of a spanset. More... | |
Split functions for set and span types.