Type
Data Process.
Behaviour
It merges the measures of n input datacubes with the same fragmentation structure and creates a new datacube with the union of the n measures. NOTE: only single measure data cubes can be merged and a new implicit dimension will be created.
Parameters
System parameters
Examples
Merge the datacubes identified by the PIDs “URL/1/1” and “URL/1/2”:
[OPH_TERM] >> oph_mergecubes2 cubes=URL/1/1|URL/1/2;
| Argument name | Type | Mandatory | Values | Default | Min/Max-value |
|---|---|---|---|---|---|
| sessionid | “string” | “no” | “null” | ||
| ncores | “int” | “no” | “1” | “1” / | |
| exec_mode | “string” | “no” | “async|sync” | “async” | |
| cubes | “string” | “yes” | |||
| schedule | “int” | “no” | “0” | “0” | |
| container | “string” | “no” | “-“ | ||
| number | “int” | “no” | “1” | “1” / | |
| description | “string” | “no” | “-“ | ||
| dim | “string” | “no” | “-“ | ||
| dim_type | “string” | “no” | “double|float|int|long|short|byte” | “long” | |
| objkey_filter | “string” | “no” | “all|none|mergecubes” | “all” |