groupBitmapOr
bitmap カラムの OR を計算し、UInt64 型のカーディナリティを返します。サフィックス -State を追加すると、bitmap オブジェクトを返します。これは groupBitmapMerge
と同等です。
引数
expr
– AggregateFunction(groupBitmap, UInt*)
型の結果を返す式。
戻り値
UInt64
型の値。
例
bitmap カラムの OR を計算し、UInt64 型のカーディナリティを返します。サフィックス -State を追加すると、bitmap オブジェクトを返します。これは groupBitmapMerge
と同等です。
引数
expr
– AggregateFunction(groupBitmap, UInt*)
型の結果を返す式。
戻り値
UInt64
型の値。
例
Was this page helpful?