apache / datafusion

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

refactor: Consolidate single group by column code into sub modules #13392

Closed Rachelint closed 1 week ago

Rachelint commented 1 week ago

Which issue does this PR close?

Closes #.

Rationale for this change

13378 has sorted out the codes about multi group by cases, but I think the codes organization about single group by is still a bit messy, this pr try to reorganize codes again to making it clearer.

What changes are included in this PR?

Are these changes tested?

Not need, just moving codes.

Are there any user-facing changes?

No.

jayzhan211 commented 1 week ago

👍 Thanks @Rachelint @alamb