apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.23k stars 1.18k forks source link

Fuse operations in `equal_rows_arr` #12131

Open Dandandan opened 2 months ago

Dandandan commented 2 months ago

Is your feature request related to a problem or challenge?

equal_rows_arr compares pairs of 2 arrays with indices for equality but shows up in profiles.

Currently this is done in the following way

Describe the solution you'd like

We could optimize this in some ways:

Describe alternatives you've considered

No response

Additional context

No response

Rachelint commented 2 months ago

take