fn repeat(args: &[ArrayRef]) -> Result<ArrayRef>
Repeats string the specified number of times. repeat(‘Pg’, 4) = ‘PgPgPgPg’