|
◆ set_split_n_spans()
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.
- Parameters
-
[in] | s | Set |
[in] | span_count | Number of spans |
[out] | count | Number of elements in the output array |
- Returns
- On error return
NULL @csqlfn Set_split_n_spans()
|