You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/eventing/pages/eventing-language-constructs.adoc
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,10 +196,10 @@ To include comments in multiline statements, use `/* this format */` instead.
196
196
197
197
The following features are not supported by Eventing Functions:
198
198
199
-
* <<global-state>>
200
-
* <<asynchrony>>
201
-
* <<browser_extensions>>
202
-
* <<library_imports>>
199
+
* <<global-state,Global State>>
200
+
* <<asynchrony,Asynchrony>>
201
+
* <<browser_extensions,Browser and Other Extensions>>
202
+
* <<library_imports,Library Imports>>
203
203
204
204
[#global-state]
205
205
=== Global State
@@ -264,13 +264,13 @@ The Eventing Service does not support importing libraries into Eventing Function
264
264
265
265
Eventing Functions support the following built-in functions:
266
266
267
-
* <<n1ql_call>>
268
-
* <<analytics_call>>
269
-
* <<crc64_call>>
270
-
* <<crc_64_go_iso_call>>
271
-
* <<base64_call>>
272
-
* <<timers_general>>
273
-
* <<curl_call>>
267
+
* <<n1ql_call,`N1QL()`>>
268
+
* <<analytics_call,`ANALYTICS()`>>
269
+
* <<crc64_call,`crc64()`>>
270
+
* <<crc_64_go_iso_call, `crc_64_go_iso()`>>
271
+
* <<base64_call,`base64()`>>
272
+
* <<timers_general,`createTimer()` and `cancelTimer()`>>
273
+
* <<curl_call,`curl()`>>
274
274
275
275
[#n1ql_call]
276
276
=== `N1QL()`
@@ -379,7 +379,8 @@ The `close()` method on the iterable handle can throw an exception if the underl
379
379
=== `couchbase.{zwsp}analyticsQuery({wj})`
380
380
381
381
ifeval::['{page-component-version}' == '7.6']
382
-
_(Introduced in Couchbase Server 7.6)_
382
+
383
+
[.status]#Introduced in Couchbase Server 7.6#
383
384
endif::[]
384
385
385
386
The `couchbase.analyticsQuery()` function provides integration with {sqlpp} Analytics directly from the Eventing Service.
@@ -472,7 +473,7 @@ This does not apply to any other data type (e.g., numeric data or JSON data type
472
473
=== `crc_64_go_iso()`
473
474
474
475
ifeval::['{page-component-version}' == '7.6']
475
-
_(Introduced in Couchbase Server 7.6)_
476
+
[.status]#Introduced in Couchbase Server 7.6#
476
477
endif::[]
477
478
478
479
`crc_64_go_iso()` performs the same function as <<crc64_call,`crc64()`>>, but does not include the enclosing quotation marks from the parameter in the translation if its parameter type is `string`.
@@ -493,7 +494,7 @@ function OnUpdate(doc, meta) {
493
494
=== `base64()`
494
495
495
496
ifeval::['{page-component-version}' == '7.6']
496
-
_(Introduced in Couchbase Server 7.6)_
497
+
[.status]#Introduced in Couchbase Server 7.6#
497
498
endif::[]
498
499
499
500
The `base64()` functions let you pack large-dimensional arrays of floats as base64 encoded strings when you use the Eventing Service to generate vector embeddings.
0 commit comments