You need to enable JavaScript to run this app.
导航
8.7.5.3 HBase支持的函数
最近更新时间:2022.09.05 11:25:42首次发布时间:2022.09.05 11:25:42
我的收藏
有用
有用
无用
无用
TopicNameDescriptionAliasComment
字符串函数matchmatch(str, pattern):检查字符串是否与正则表达式匹配,匹配返回true,不匹配返回false
字符串函数match_prefixmatch_prefix(, prefix): 判断字符串是否以指定的前缀开头,是为true,否为falsestartswith
字符串函数match_substringmatch_substring(str, substr): 检查字符串是否包含子字符串substr