pola-rs / pyo3-polars

Plugins/extension for Polars
MIT License
232 stars 38 forks source link

Support for Using Polars Extension with `over` Syntax #56

Closed Yvictor closed 7 months ago

Yvictor commented 7 months ago

Description

I am currently working on a Polars extension and am interested in leveraging the over syntax in conjunction with my extension. However, it seems that there might be limitations or challenges in using both simultaneously.

Expected Behavior

I would like to request support or guidance on how to seamlessly integrate my Polars extension with the over syntax. It would be beneficial for the extension to work seamlessly with existing over functionality.

I have explored the documentation and searched for relevant examples, but I couldn't find a clear solution. Any assistance or insights into making the Polars extension compatible with the over syntax would be greatly appreciated. If there are specific considerations or workarounds, please provide them.

Yvictor commented 7 months ago

when register_plugin set is_elementwise to False work well