Behaviour
Returns an array with a list of information regarding the sequences of non-zero consecutive values in input array.
Parameters
Return type
Binary-array.
Examples
Evaluate the sizes of sequences of non-zeros values in a measure.
oph_sequence('OPH_DOUBLE','OPH_DOUBLE',measure)
Operation type
Reduce.
| Argument name | Type | Mandatory | Values | Default | Min/Max-value | Min/Max-times |
|---|---|---|---|---|---|---|
| input measure type | “oph_type” | “yes” | “‘oph_double’|’oph_float’|’oph_int’|’oph_long’|’oph_short’|’oph_byte’” | “1” / “1” | ||
| output measure type | “oph_type” | “yes” | “‘oph_double’|’oph_float’|’oph_int’|’oph_long’|’oph_short’|’oph_byte’” | “1” / “1” | ||
| measure | “binary-array” | “yes” | “1” / “1” | |||
| info | “string” | “no” | “‘length’|’first’|’last’” | “‘length’” | “0” / “1” | |
| padding | “string” | “no” | “‘yes’|’no’” | “‘no’” | “0” / “1” |