repeat_impl

Function repeat_impl 

Source
fn repeat_impl<'a, T, S>(
    string_array: S,
    number_array: &Int64Array,
    max_str_len: usize,
) -> Result<ArrayRef>
where T: OffsetSizeTrait, S: StringArrayType<'a>,