Expand description
FilterNullJoinKeys
adds filters to join inputs when input isn’t nullable
Structs§
- Filter
Null Join Keys - The FilterNullJoinKeys rule will identify joins with equi-join conditions
where the join key is nullable and then insert an
IsNotNull
filter on the nullable side since null values can never match.