From 4a5a36577037d93c532a8452f971700c48201b90 Mon Sep 17 00:00:00 2001 From: Richard Tia Date: Thu, 31 Aug 2023 13:53:05 -0700 Subject: [PATCH] docs: update description --- extensions/functions_datetime.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/functions_datetime.yaml b/extensions/functions_datetime.yaml index 6edb66ba3..c76afc1c2 100644 --- a/extensions/functions_datetime.yaml +++ b/extensions/functions_datetime.yaml @@ -691,7 +691,7 @@ scalar_functions: - name: "current_date" description: >- - Return the current date in the local time zone. + Return the current date. The `mode` option determines how often the date is evaluated. STREAMING mode evaluates the current date for each row. BATCH mode evaluates the current date @@ -704,7 +704,7 @@ scalar_functions: - name: "current_timestamp" description: >- - Return the current timestamp in the local time zone. + Return the current timestamp. The `mode` option determines how often the timestamp is evaluated. STREAMING mode evaluates the current timestamp for each row. BATCH mode evaluates the current