From 5ca0e3ccbcf0349ec0d37b1acbe98a2a67428b8c Mon Sep 17 00:00:00 2001 From: Cyprien Huet Date: Fri, 17 Jan 2025 07:25:56 +0400 Subject: [PATCH] feat: add impl to datetime add function --- extensions/functions_datetime.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extensions/functions_datetime.yaml b/extensions/functions_datetime.yaml index 5847c276c..61ad35c14 100644 --- a/extensions/functions_datetime.yaml +++ b/extensions/functions_datetime.yaml @@ -307,6 +307,12 @@ scalar_functions: - name: y value: interval_day

return: timestamp + - args: + - name: x + value: date + - name: y + value: interval_compound

+ return: date - name: "multiply" description: Multiply an interval by an integral number.