Liu Liu created FLINK-40435:
-------------------------------
Summary: Add explode support to DataFrame API
Key: FLINK-40435
URL: https://issues.apache.org/jira/browse/FLINK-40435
Project: Flink
Issue Type: Sub-task
Components: API / Python
Reporter: Liu Liu
Add:
{code:java}
def explode(
self,
column,
output_column=None,
ignore_empty_and_null=False,
) -> DataFrame {code}
{{}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
