Eventual-Inc / Daft

Distributed DataFrame for Python designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
1.71k stars 97 forks source link

[EXPRESSIONS] `str.repeat(n)` #2074

Closed colin-ho closed 1 day ago

colin-ho commented 1 month ago

Repeats a string n times. https://ibis-project.org/reference/expression-strings#ibis.expr.types.strings.StringValue.repeat

See https://github.com/Eventual-Inc/Daft/pull/2020 for reference on how to add a string expression

aeroaks commented 1 month ago

I would like to pick it up.

colin-ho commented 1 month ago

Great! Assigning this to you, thanks @aeroaks !!

samster25 commented 3 weeks ago

Hi @aeroaks! Wondering if you had any updates for this issue?

aeroaks commented 3 weeks ago

Hi, I did spend some time on it. This is significantly unknown codebase, that too in Rust, so took some time figuring out. I have done the definitions and major code referring to the str.extract PR. I am now at the core of the functionality and trying to get it built and tested.

murex971 commented 2 weeks ago

Hey @aeroaks are you still working on this issue ?