Behaviour
It returns an array in which each element is copied from input measure if the corresponding element in the array ‘indexes’ is present in the set identified by subset string ‘start:stride:stop’. If the element is not present then a ‘filling’ item is put.
Parameters
Return type
Binary-array.
Examples
Fill monthly data with NAN when time dimension unit is ‘day’.
oph_expand('OPH_DOUBLE','OPH_DOUBLE',measure,dimension,NULL,30.4375)
Operation type
simple
Argument name | Type | Mandatory | Values | Default | Min/Max-value | Min/Max-times |
---|---|---|---|---|---|---|
input measure type | “oph_type” | “yes” | “‘oph_double’|’oph_float’ “ | “1” / “1” | ||
output measure type | “oph_type” | “yes” | “‘oph_double’|’oph_float’ “ | “1” / “1” | ||
measure | “binary-array” | “yes” | “1” / “1” | |||
indexes | “binary-array” | “no” | “NULL” | “0” / “1” | ||
start | “double” | “no” | “NULL” | “0” / “1” | ||
stride | “double” | “no” | “1” | “0” / “1” | ||
stop | “double” | “no” | “NULL” | “0” / “1” | ||
filling | “string” | “no” | “NAN” | “0” / “1” |