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: articles/data-factory/data-flow-expression-functions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
8
8
ms.subservice: data-flows
9
9
ms.custom: synapse
10
10
ms.topic: conceptual
11
-
ms.date: 02/02/2022
11
+
ms.date: 03/05/2022
12
12
---
13
13
14
14
# Expression functions in mapping data flow
@@ -43,7 +43,7 @@ In Data Factory and Synapse pipelines, use the expression language of the mappin
43
43
|[cbrt](data-flow-expressions-usage.md#cbrt)| Calculates the cube root of a number. |
44
44
|[ceil](data-flow-expressions-usage.md#ceil)| Returns the smallest integer not smaller than the number. |
45
45
|[coalesce](data-flow-expressions-usage.md#coalesce)| Returns the first not null value from a set of inputs. All inputs should be of the same type. |
46
-
|[columnNames](data-flow-expressions-usage.md#columnNames)| Gets the names of all output columns for a stream. You can pass an optional stream name as the second argument. |
46
+
|[columnNames](data-flow-expressions-usage.md#columnNames)| Gets the names of all output columns for a stream. You can pass an optional stream name as the first argument and optional second argument to only return schema drift columns. |
47
47
|[columns](data-flow-expressions-usage.md#columns)| Gets the values of all output columns for a stream. You can pass an optional stream name as the second argument. |
48
48
|[compare](data-flow-expressions-usage.md#compare)| Compares two values of the same type. Returns a negative integer if value1 < value2, 0 if value1 == value2, positive value if value1 > value2. |
49
49
|[concat](data-flow-expressions-usage.md#concat)| Concatenates a variable number of strings together. Same as the + operator with strings. |
@@ -155,4 +155,4 @@ In Data Factory and Synapse pipelines, use the expression language of the mappin
155
155
- List of all [metafunctions](data-flow-metafunctions.md).
156
156
- List of all [window functions](data-flow-window-functions.md).
157
157
-[Usage details of all data transformation expressions](data-flow-expressions-usage.md).
158
-
-[Learn how to use Expression Builder](concepts-data-flow-expression-builder.md).
158
+
-[Learn how to use Expression Builder](concepts-data-flow-expression-builder.md).
Gets the names of all output columns for a stream. You can pass an optional stream name as the first argument. The second argument is also optional, with false as the default. If you set the second argument to ``true()``, ADF will return only columns that are drifted via schema drift.
0 commit comments