|
◆ tnumberseq_linear_value_split()
static void tnumberseq_linear_value_split |
( |
const TSequence * |
seq, |
|
|
Datum |
start_bin, |
|
|
Datum |
size, |
|
|
int |
count, |
|
|
TSequence ** |
result, |
|
|
int * |
nseqs, |
|
|
int |
numcols |
|
) |
| |
|
static |
Split a temporal value into an array of fragments according to value bins.
- Parameters
-
[in] | seq | Temporal value |
[in] | start_bin | Value of the start bin |
[in] | size | Size of the value bins |
[in] | count | Number of bins |
[in,out] | result | Array containing the fragments of each bin |
[in,out] | nseqs | Number of fragments for each bin |
[in] | numcols | Number of columns in the 2D pointer array. It can be seq->count for sequences or ss->totalcount for sequence sets |
|