From 3f032246e011b3309e48824b1224136e23830896 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Tue, 9 Aug 2022 09:00:51 -0600 Subject: [PATCH] Update docs/source/user-guide/sql/scalar_functions.md Co-authored-by: Andrew Lamb --- docs/source/user-guide/sql/scalar_functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/user-guide/sql/scalar_functions.md b/docs/source/user-guide/sql/scalar_functions.md index a368ed3e09c9..0791cdf3af83 100644 --- a/docs/source/user-guide/sql/scalar_functions.md +++ b/docs/source/user-guide/sql/scalar_functions.md @@ -267,6 +267,8 @@ Note that `CAST(.. AS Timestamp)` converts to Timestamps with Nanosecond resolut ### `date_trunc` +### `date_bin` + ### `from_unixtime` ### `now`