Description
- octet_length: caliculate the byte length of strings
- bit_length: caliculate the bit length of strings
Those two string related functions are only implemented on SparkSQL, not on Scala, Python and R.
Those functions would be useful for multi-bytes character users, who mainly working with those languages.