generate_random_strings
Generates random string data.
Input Arguments
Parameter
Description
Data Type
<num_strings>
The number of strings to randomly generate.
BIGINT
<string_length>
Length of the generated strings.
BIGINT
Output Columns
Name
Description
Data Type
id
Integer id of output, starting at 0 and increasing monotonically
Column<BIGINT>
rand_str
Random String
Column<TEXT ENCODING DICT>
Example
Last updated