Skip to content

Commit 1b02d52

Browse files
committed
Not applicable to Eventstream
1 parent 218bf60 commit 1b02d52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

articles/stream-analytics/stream-analytics-stream-analytics-query-patterns.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,9 @@ For more information on SessionWindow, see [Session Window](/stream-analytics-qu
853853

854854
## User defined functions in JavaScript and C#
855855

856+
> [!NOTE]
857+
> This section doesn't apply to Fabric Eventstream.
858+
856859
Azure Stream Analytics query language can be extended with custom functions written either in JavaScript or C# language. User Defined Functions (UDF) are custom/complex computations that can’t be easily expressed using the **SQL** language. These UDFs can be defined once and used multiple times within a query. For example, an UDF can be used to convert a hexadecimal *nvarchar(max)* value to a *bigint* value.
857860

858861
Sample **input**:

0 commit comments

Comments
 (0)