haruki-830 commented on code in PR #4496: URL: https://github.com/apache/flink-cdc/pull/4496#discussion_r3780606115
########## docs/content/docs/core-concept/transform.md: ########## @@ -282,6 +282,13 @@ Struct functions are used to access elements in ARRAY, MAP, ROW, and VARIANT typ | Function | Janino Code | Description | | -------- | ----------- | ----------- | +| ARRAY[value, ...] | array(value, ...) | Creates an array from the given values. The values must have a common type. | Review Comment: ok^.^ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
