selection_bit_map: Generate a record selection bitmap

View source: R/fact_table_incremental_refresh.R

selection_bit_mapR Documentation

Generate a record selection bitmap

Description

Obtain a vector of boolean to select the records in the table that have the combination of values.

Usage

selection_bit_map(table, values, names)

Arguments

table

A tibble, table to select.

values

A tibble, set of values to search.

names

A vector of column names to consider.

Value

A vector of boolean.


josesamos/starschemar documentation built on Jan. 26, 2024, 2:03 p.m.