Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/eventing/pages/eventing-language-constructs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ The `close()` method on the iterable handle can throw an exception if the underl
=== `couchbase.{zwsp}analyticsQuery({wj})`

ifeval::['{page-component-version}' == '7.6']
[.status]#Introduced in Couchbase Server 7.6#
_(Introduced in Couchbase Server 7.6)_
endif::[]

The `couchbase.analyticsQuery()` function provides integration with {sqlpp} Analytics directly from the Eventing Service.
Expand Down Expand Up @@ -472,7 +472,7 @@ This does not apply to any other data type (e.g., numeric data or JSON data type
=== `crc_64_go_iso()`

ifeval::['{page-component-version}' == '7.6']
[.status]#Introduced in Couchbase Server 7.6#
_(Introduced in Couchbase Server 7.6)_
endif::[]

`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`.
Expand All @@ -493,7 +493,7 @@ function OnUpdate(doc, meta) {
=== `base64()`

ifeval::['{page-component-version}' == '7.6']
[.status]#Introduced in Couchbase Server 7.6#
_(Introduced in Couchbase Server 7.6)_
endif::[]

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.
Expand Down