I want to write my own StoreFunc which will be similar to PigStorage. How can I 
know the column names inside my StoreFunc functions? for example, I load a csv 
file into table using some schema. Then I need to write output using my 
StoreFunc function. How can I know the table schema?

Reply via email to