Closed alamb closed 1 week ago
Part of #7013
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)
date_bin
https://datafusion.apache.org/user-guide/sql/scalar_functions.html#date-bin
Let's add one (mostly to save myself work in the future)
Add an SQL example for date_bin:
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:
Are these changes tested?
Are there any user-facing changes?