snowflake.snowpark.functions.repeat¶ snowflake.snowpark.functions.repeat(s: ColumnOrName, n: Column | int) → Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L1054-L1057)¶ Builds a string by repeating the input for the specified number of times.