Skip to content

Commit

Permalink
explain cryptic arguments
Browse files Browse the repository at this point in the history
Signed-off-by: yuxiqian <[email protected]>
  • Loading branch information
yuxiqian committed Oct 11, 2024
1 parent 4c49802 commit 4d1a2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content.zh/docs/core-concept/transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Flink CDC uses [Calcite](https://calcite.apache.org/) to parse expressions and [

## Casting Functions

You can use `CAST( <EXPR> AS <TYPE> )` syntax to convert the type of expressions. Possible conversion paths are:
You can use `CAST( <EXPR> AS <T> )` syntax to convert any valid expression `<EXPR>` to a specific type `<T>`. Possible conversion paths are:

| Source Type | Target Type | Notes |
|-------------------------------------|-------------|--------------------------------------------------------------------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/core-concept/transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Flink CDC uses [Calcite](https://calcite.apache.org/) to parse expressions and [

## Casting Functions

You can use `CAST( <EXPR> AS <TYPE> )` syntax to convert the type of expressions. Possible conversion paths are:
You can use `CAST( <EXPR> AS <T> )` syntax to convert any valid expression `<EXPR>` to a specific type `<T>`. Possible conversion paths are:

| Source Type | Target Type | Notes |
|-------------------------------------|-------------|--------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit 4d1a2f0

Please sign in to comment.