Meaning of Data Type icon in Result Tab and Table Tab

This thing is driving me insane!!!

How to know which Data Type each icon represents?

Hovering the mouse on the icon won’t work.

And nothing is mentioned in the docs either!!

The same goes for Dremio table data. I don’t know WTF each icon represents.

I can guess some easy icons what is the data type, but forcing the user to guess is a terrible idea. Is this some kind of quiz game or what?

You can do:

SHOW COLUMNS IN your_table;

What about the query result?

Don’t tell me that I have to create a temp table to store the result to see the final schema? I have some complex queries using functions like flatten, convert_from,… with complex schemas like arrayjson or something like that.

I want a fast way to know the return data type of each column. Why don’t just allow people to hover the mouse over the icon and show the name of the datatype?