Re: apply UDFs to N columns dynamically in dataframe

2017-03-15 Thread Yong Zhang
array, lit ... From: anup ahire <ahirea...@gmail.com> Sent: Wednesday, March 15, 2017 2:04 AM To: user@spark.apache.org Subject: apply UDFs to N columns dynamically in dataframe Hello, I have a schema and name of columns to apply UDF to. Name of columns are user input and they can

Re: apply UDFs to N columns dynamically in dataframe

2017-03-15 Thread Hongdi Ren
:04 PM To: <user@spark.apache.org> Subject: apply UDFs to N columns dynamically in dataframe Hello, I have a schema and name of columns to apply UDF to. Name of columns are user input and they can differ in numbers for each input. Is there a way to apply UDFs to N columns

apply UDFs to N columns dynamically in dataframe

2017-03-15 Thread anup ahire
Hello, I have a schema and name of columns to apply UDF to. Name of columns are user input and they can differ in numbers for each input. Is there a way to apply UDFs to N columns in dataframe ? Thanks !