参考手册函数参考Bitmap 函数bitmap_hash版本:Latest-4.0本页总览bitmap_hash 对任意类型的输入计算 32 位的哈希值,返回包含该哈希值的 bitmap。 主要用于 stream load 导入中将非整型字段导入到 StarRocks 表中的 bitmap 字段,如下例: cat data | curl --location-trusted -u user:passwd -T - \ -H "columns: dt,page,device_id, device_id=bitmap_hash(device_id)" \ http://host:8410/api/test/testDb/_stream_load 语法