apache / datafusion

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

Minor: Add SQL example for `date_bin` #13390

Closed alamb closed 1 week ago

alamb commented 1 week ago

Which issue does this PR close?

Part of #7013

Rationale for this change

I was making an example for something and referring to date_bin docs and noticed it had no SQL example (and thus I also accidnetally mixed up the argument order)

https://datafusion.apache.org/user-guide/sql/scalar_functions.html#date-bin

Let's add one (mostly to save myself work in the future)

What changes are included in this PR?

Add an SQL example for date_bin:

Screenshot 2024-11-13 at 8 37 23 AM

Are these changes tested?

Are there any user-facing changes?