Skip to content

Commit ff85da8

Browse files
codlucaCopilot
andcommitted
Update core/trino-main/src/main/java/io/trino/operator/JoinDomainBuilder.java
Co-authored-by: Copilot <[email protected]>
1 parent b12ce1c commit ff85da8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/trino-main/src/main/java/io/trino/operator/JoinDomainBuilder.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ public class JoinDomainBuilder
9999

100100
private long retainedSizeInBytes = INSTANCE_SIZE;
101101

102+
/**
103+
* Indicates whether null values are allowed in the join domain.
104+
* This is set to true if any null values are observed in the input blocks
105+
* during domain building, and is used to determine whether the resulting
106+
* domain should include nulls.
107+
*/
102108
private boolean nullsAllowed;
103109

104110
public JoinDomainBuilder(

0 commit comments

Comments
 (0)