我正在搜索Apache Phoenix中的Hbase前缀过滤器,它在phoenix中可用吗?我的行键像12345_@_)*6现在我想在Apache Phoenix中运行Hbase扫描:-
扫描'tablename',{FILTER=>"PrefixFilter('12345_@')"}
https://stackoverflow.com/questions/38394016
相似问题