Moritz Manner created FLINK-40807:
-------------------------------------
Summary: Add XML_STRING() function
Key: FLINK-40807
URL: https://issues.apache.org/jira/browse/FLINK-40807
Project: Flink
Issue Type: Sub-task
Reporter: Moritz Manner
Adds the XML_STRING function from
[FLIP-612|https://cwiki.apache.org/confluence/spaces/FLINK/pages/451974259/FLIP-612+Native+XML+Functions+for+Flink+SQL].
It converts a VARIANT produced by PARSE_XML back into an XML string, so that
parsing the result again returns the same VARIANT. See the FLIP for the details.
This also adds Table API and PyFlink support.
{code:java}
XML_STRING(variant) → STRING{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)