How can I get the length of a string in Cassandra? There don't seem to be any built-in functions to do this for me.
Looking for something like this:
SELECT size(myStr) FROM myTable WHERE ...
I know this may be possible using user-defined functions, but I'm not sure if I have the appropriate permissions to be able to create functions.