位图函数构造方法
- 由聚合函数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)