repeat

Function repeat 

Source
fn repeat(args: &[ArrayRef]) -> Result<ArrayRef>
Expand description

Repeats string the specified number of times. repeat(‘Pg’, 4) = ‘PgPgPgPg’