Type
Data Process.
Behaviour
It creates a new datacube grouping nmerge input fragments in a new output fragment. If the number of fragments of the input datacube is not a multiple of nmerge, then there will be some output fragments grouping a number of fragments lower than nmerge. In addition, the number of tuples in each output fragment is generally different.
Parameters
System parameters
Examples
Merge groups of 2 fragments of the input data cube identified by the PID “URL/1/1” together:
[OPH_TERM] >> oph_merge cube=URL/1/1;nmerge=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” | |
cube | “string” | “yes” | |||
schedule | “int” | “no” | “0” | “0” | |
nmerge | “int” | “no” | “0” | “0” / | |
container | “string” | “no” | “-“ | ||
description | “string” | “no” | “-“ | ||
objkey_filter | “string” | “no” | “all|none|merge” | “all” |