-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
35
A common pattern in some SBE plans is
if (typeMatch(s1, 1088) ?: true) then Nothing else s1
This can instead be replaced with
fillType(s1, 1088, Nothing)
For block processing, this will allow us to use bucket metadata to avoid decompression when we know that no values in the block will match the type mask.