From b2117d20a8b471c0cb2420500e48a981c77ca179 Mon Sep 17 00:00:00 2001 From: Richard Tia Date: Tue, 5 Sep 2023 11:45:41 -0700 Subject: [PATCH] docs: update description of batch mode --- 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 c76afc1c2..d745ca511 100644 --- a/extensions/functions_datetime.yaml +++ b/extensions/functions_datetime.yaml @@ -695,7 +695,7 @@ scalar_functions: 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 - once when the query starts and uses the same result for every row. + once and uses the same result for every call to this function in the query. impls: - args: - name: mode @@ -708,7 +708,7 @@ scalar_functions: The `mode` option determines how often the timestamp is evaluated. STREAMING mode evaluates the current timestamp for each row. BATCH mode evaluates the current - timestamp once when the query starts and uses the same result for every row. + timestamp once and uses the same result for every call to this function in the query. impls: - args: - name: mode