Class ValueBitmaskFilter (2.41.0)
Stay organized with collections
Save and categorize content based on your preferences.
ValueBitmaskFilter(mask)
Row filter for a value bitmask.
Matches only cells with values that satisfy the condition
(value & mask) == mask. The mask length must exactly match the value
length, otherwise the cell is not considered a match.
Parameter
Name
Description
mask
bytes or str
A bitmask to match against cells with values. String values will be encoded as ASCII.