clickhouse-位图函数
作者:互联网
位图函数构造方法
- 由聚合函数groupBitmapState
- 由 Array object 构造的
groupBitmapState
- 参数类型: 函数的参数必须为UInt64
- 返回值类型:AggregateFunction(groupBitmap,UInt64)
- 示例:
select groupBitmapState(uid) as user_bit,toTypeName(user_bit) from ycsb_test.users_online group by date;
bitmapBuild
- 参数类型:无符号整数数组 array
- 返回值的类型:AggregateFunction(groupBitmap,UInt64)
标签:UInt64,函数,groupBitmapState,AggregateFunction,user,bit,位图,clickhouse 来源: https://blog.csdn.net/weixin_41794750/article/details/120904652