generate_counts_for_bitmaps: Performs R.BITCOUNT operation on bitmaps to produce counts

View source: R/ms_helpers.R

generate_counts_for_bitmapsR Documentation

Performs R.BITCOUNT operation on bitmaps to produce counts

Description

Performs R.BITCOUNT operation on bitmaps to produce counts

Usage

generate_counts_for_bitmaps(bitmaps, roaring_client)

Arguments

bitmaps

a bitmap dataframe

roaring_client

a Redis client e.g.:
roaring_client <- redis_client('redis://127.0.0.1:6380/0')

Value

brand usage counts
Pepsi 1 1
Fanta 1 2
Coke 1 2

blockchain-art/measure_store_r documentation built on June 19, 2022, 11:15 p.m.