Function datafusion::physical_plan::string_expressions::repeat[][src]

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

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