Skip to content

[AV-93521] Capella UDFs Support #341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: capella
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EXECUTE FUNCTION GetBusinessDays("02/14/2022", "04/16/2022");
EXECUTE FUNCTION GetBusinessDays("02/14/2025", "04/16/2025");
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EXECUTE FUNCTION default:`travel-sample`.`inventory`.GetBusinessDays("03/10/2022", "05/10.2022");
EXECUTE FUNCTION default:`travel-sample`.`inventory`.GetBusinessDays("03/10/2025", "05/10/2025");
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT GetBusinessDays("02/14/2022", "04/16/2022");
SELECT GetBusinessDays("02/14/2025", "04/16/2025");
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cbq> SELECT CASE
WHEN GetBusinessDays('02/14/2025', '4/16/2025') > 44 THEN "true"
ELSE "false"
END
AS response;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SELECT CASE
WHEN GetBusinessDays('02/14/2022', '4/16/2022') > 44 THEN "true"
WHEN GetBusinessDays('02/14/2025', '4/16/2025') > 44 THEN "true"
ELSE "false"
END
AS response;
84 changes: 0 additions & 84 deletions modules/guides/pages/.call-user-defined-function.adoc

This file was deleted.

100 changes: 0 additions & 100 deletions modules/guides/pages/.create-javascript-library.adoc

This file was deleted.

87 changes: 0 additions & 87 deletions modules/guides/pages/.create-user-defined-function.adoc

This file was deleted.

45 changes: 0 additions & 45 deletions modules/guides/pages/.javascript-udfs.adoc

This file was deleted.

Loading