clickhouse-位图函数

位图函数总结

位图函数构造方法

  • 由聚合函数groupBitmapState
  • 由 Array object 构造的
    clickhouse-位图函数

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)
上一篇:(联考)noip83


下一篇:数组的补充