Skip to content

Commit

Permalink
docs: update description of batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Sep 5, 2023
1 parent 3db58be commit b2117d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/functions_datetime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b2117d2

Please sign in to comment.