Skip to content

Commit 9a89cca

Browse files
authored
Update data-flow-expression-functions.md
1 parent d22a1b4 commit 9a89cca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/data-flow-expression-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-flows
99
ms.custom: synapse
1010
ms.topic: conceptual
11-
ms.date: 02/02/2022
11+
ms.date: 03/05/2022
1212
---
1313

1414
# Expression functions in mapping data flow
@@ -43,7 +43,7 @@ In Data Factory and Synapse pipelines, use the expression language of the mappin
4343
| [cbrt](data-flow-expressions-usage.md#cbrt) | Calculates the cube root of a number. |
4444
| [ceil](data-flow-expressions-usage.md#ceil) | Returns the smallest integer not smaller than the number. |
4545
| [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. |
4747
| [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. |
4848
| [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. |
4949
| [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
155155
- List of all [metafunctions](data-flow-metafunctions.md).
156156
- List of all [window functions](data-flow-window-functions.md).
157157
- [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).

0 commit comments

Comments
 (0)