Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Is there any way to cast string to map?

avatar
Explorer

 

Is there any way to cast string to map in Impala?

e.g: 

select cast("A:1,B:1,C:1") as map<string, int>

 

1 ACCEPTED SOLUTION

avatar

Hi, the complex MAP data type is supported, however it may not be as usable as other simple types. Please see:
https://docs.cloudera.com/runtime/7.2.10/impala-sql-reference/topics/impala-map.html

and

https://docs.cloudera.com/runtime/7.2.10/impala-sql-reference/topics/impala-complex-types.html#compl... 

There is a similar "GET_JSON_OBJECT" built-in UDF, which may help you - depending what you need to achieve, please see:

https://docs.cloudera.com/runtime/7.2.10/impala-sql-reference/topics/impala-misc-functions.html#misc... 

View solution in original post

2 REPLIES 2

avatar

Hi, the complex MAP data type is supported, however it may not be as usable as other simple types. Please see:
https://docs.cloudera.com/runtime/7.2.10/impala-sql-reference/topics/impala-map.html

and

https://docs.cloudera.com/runtime/7.2.10/impala-sql-reference/topics/impala-complex-types.html#compl... 

There is a similar "GET_JSON_OBJECT" built-in UDF, which may help you - depending what you need to achieve, please see:

https://docs.cloudera.com/runtime/7.2.10/impala-sql-reference/topics/impala-misc-functions.html#misc... 

avatar
Community Manager

@HareshAmin, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. 



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community: