ODBC Data Type Mapping - Integer Constant Reference?

Viewed 7

I'm using nodejs with cloudera impala driver and trying to figure out how to map data types returned as integers to the actual types of the data. Examples that I can kind of figure out from some of the data

93 = datetime
12 = text 
3 = some type of number (unfortunately value came back null)

I could not find a good comprehensive reference for this anywhere. I could find things close to it, but nothing that listed everything out.

0 Answers
Related