MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Split functions for set and span types. More...

Functions

Spanset_spans (const Set *s)
 Return an array of spans from the values of a set. More...
 
Spanset_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...
 
Spanset_split_n_spans (const Set *s, int span_count, int *count)
 Return an array of N spans from the values of a set. More...
 
Spanspanset_spans (const SpanSet *ss)
 Return the array of spans of a spanset. More...
 
Spanspanset_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...
 
Spanspanset_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...
 

Detailed Description

Split functions for set and span types.