Is there an equivalent to Spark's f.input_file_name() function in Apache Flink?

前端 未结 0 1094
没有蜡笔的小新
没有蜡笔的小新 2020-12-19 04:10

In Spark there is a function input_file_name that I an use to create a new column with the path / filename for each row.

df.withColumn("path", f.inp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题