You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Daniel Haviv <da...@veracity-group.com> on 2016/01/17 15:34:41 UTC

Fwd: Conversion

Hi,

We have a string column that represents an array of doubles that looks like
this:

f7 ad 3b 38 89 b7 e5 3f a1 c1 1a 74 db



To parse it we use unhex(translate(signalvalues,' ','')) which returns a
BINARY value.

How can we convert it to ARRAY<DOUBLE> ?



Thank you.

Daniel