InterviewSolution
Saved Bookmarks
| 1. |
What is a Table generating Function on hive? |
|
Answer» A table generating function is a function which takes a single column as argument and expands it to multiple column or rows. Example exploe() |
|