From 3abbbcd7087c1c39e689cc5ea32f9213a25ba58d Mon Sep 17 00:00:00 2001 From: Krishnan Govindraj Date: Tue, 12 Aug 2025 13:43:14 +0200 Subject: [PATCH] Placeholder --- .../ROOT/pages/typeql/functions/functions-vs-rules.adoc | 4 ++++ reference/modules/ROOT/pages/typeql/functions/index.adoc | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 reference/modules/ROOT/pages/typeql/functions/functions-vs-rules.adoc diff --git a/reference/modules/ROOT/pages/typeql/functions/functions-vs-rules.adoc b/reference/modules/ROOT/pages/typeql/functions/functions-vs-rules.adoc new file mode 100644 index 000000000..d1e67d8b8 --- /dev/null +++ b/reference/modules/ROOT/pages/typeql/functions/functions-vs-rules.adoc @@ -0,0 +1,4 @@ += Functions v/s rules + +[placeholder] +Comparing 3.x functions to 2.x rules diff --git a/reference/modules/ROOT/pages/typeql/functions/index.adoc b/reference/modules/ROOT/pages/typeql/functions/index.adoc index 0165f7e7e..cb93a2bfc 100644 --- a/reference/modules/ROOT/pages/typeql/functions/index.adoc +++ b/reference/modules/ROOT/pages/typeql/functions/index.adoc @@ -64,4 +64,10 @@ Learn how to work with stream-return functions. **** Learn how to work with scalar functions. **** + +.xref:{page-version}@reference::typeql/functions/functions-vs-rules.adoc[] +[.clickable] +**** +How do functions differ from TypeDB 2 rules? +**** --