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

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