I am saving blob in cassandra by converting a text into a compressed blob using erlang function 'term_to_binary'. https://www.erlang.org/doc/man/erlang.html#term_to_binary-2
Is there a way to decode the above compressed blob to original text using a cqlsh query?