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>
8.0 KiB
8.0 KiB
Random Value Conversion
Overview
Generate Random operator configures new values as random value fields.
Input and Output
- Input: none
- Output: random value fields
Parameter Description
Parameter |
Description |
Type |
Mandatory |
Default Value |
---|---|---|---|---|
output field name |
Names of generated random value fields. |
string |
Yes |
None |
length |
Field length. |
map |
Yes |
None |
type |
Field type. The options are VARCHAR, INTEGER, and BIGINT. |
enum |
Yes |
VARCHAR |
Data Processing Rule
The operator generates random value fields of specified type.
Parent topic: Conversion Operators