forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
6.9 KiB
6.9 KiB
Modulo Integer
Overview
The Modulo Integer operator performs modulo operations on integer fields to generate new fields.
Input and Output
- Input: integer fields
- Output: new fields
Parameter Description
Parameter |
Description |
Type |
Mandatory |
Default Value |
---|---|---|---|---|
Modulo fields |
Modulo operation information:
|
map |
Yes |
None |
Data Processing Rule
- The operator generates new fields and the values are those after the modulo operation.
- The field values must be integers; otherwise, the current line becomes dirty data.
Parent topic: Conversion Operators