Snowflake Functions
Data Generation Functions
normal
Returns a normal distribution Supported Signatures
random
returns a random number sequence Supported Signatures
randstr
Returns a random string of alphanumeric characters Supported Signatures
seq1
returns a sequence of 1-byte integers Supported Signatures
seq2
returns a sequence of 2-byte integers Supported Signatures
seq4
returns a sequence of 4-byte integers Supported Signatures
seq8
returns a sequence of 8-byte integers Supported Signatures
uniform
Returns a uniform random distribution Supported Signatures
zipf
Returns a Zipf distribution Supported Signatures