Does CQL3 support blob/BytesType literals for INSERT, UPDATE etc commands? I looked at the CQL3 syntax (http://cassandra.apache.org/doc/cql3/CQL.html) and at the DataStax 1.2 docs.
As for why I'd want such a thing, I just wanted to initialize some test values for a blob column with cqlsh. Thanks!