Data Integration-Free and PayGo
- Data Integration-Free and PayGo
- All Products
Variable function
| Description
| Valid aggregation type
| Valid data type
|
|---|---|---|---|
SetVariable
| Sets the parameter to the configured value. At the end of a task run, it compares the final current value to the start value. Based on the aggregation type, it saves a final value in the job details.
| Max or Min
| All transformation data types.
|
SetMaxVariable
| Sets the parameter to the maximum value of a group of values.
| Max
| All transformation data types.
|
SetMinVariable
| Sets the parameter to the minimum value of a group of values.
| Min
| All transformation data types.
|
SetCountVariable
| Increments the parameter value by one.
| Count
| Integer and bigint
|