strlen
strlen(value: string) -> int64
Compute the length of an input string.
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
Examples
make_col foo:strlen("The quick brown fox jumped over the lazy dog.")
This counts the number of characters in a string and creates a new column foo containing 45.
Updated 8 days ago