There are five different types of structures:
1(string, string), 2(string, string, int), 3(string, float, float, float, string), 4(string, string, string), 5(string, string, long, int, string) In the table to be created, in one column you need to store a structure, which can be one of the above. Is it possible to create such a table in hive? And if it is possible, then how will the create table request look for it?