我们将blob(文本)数据以二进制形式存储在配置单元中。现在需要在srss server sql server reporting services中将其作为等效文本值使用。上述场景是否有特定的功能可用?
BASE64( column) select BASE64(column) from hive_table;
agyaoht71#
功能 decode(binary bin, string charset) 使用提供的字符集将第一个参数解码为字符串(“us ascii”、“iso-8859-1”、“utf-8”、“utf-16be”、“utf-16le”、“utf-16”之一)。如果任一参数为null,则结果也将为null(从hive 0.12.0开始。)所有配置单元字符串函数
decode(binary bin, string charset)
1条答案
按热度按时间agyaoht71#
功能
decode(binary bin, string charset)
使用提供的字符集将第一个参数解码为字符串(“us ascii”、“iso-8859-1”、“utf-8”、“utf-16be”、“utf-16le”、“utf-16”之一)。如果任一参数为null,则结果也将为null(从hive 0.12.0开始。)所有配置单元字符串函数