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.
Parameters
System parameters
Examples
Merge the datacubes identified by the PIDs “URL/1/1” and “URL/1/2”:
[OPH_TERM] >> oph_mergecubes 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” | “-“ | ||
mode | “string” | “no” | “i|a” | “i” | |
hold_values | “string” | “no” | “yes|no” | “no” | |
number | “int” | “no” | “1” | “1” / | |
description | “string” | “no” | “-“ | ||
objkey_filter | “string” | “no” | “all|none|mergecubes” | “all” |