We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12ce1c commit ff85da8Copy full SHA for ff85da8
core/trino-main/src/main/java/io/trino/operator/JoinDomainBuilder.java
@@ -99,6 +99,12 @@ public class JoinDomainBuilder
99
100
private long retainedSizeInBytes = INSTANCE_SIZE;
101
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
+ */
108
private boolean nullsAllowed;
109
110
public JoinDomainBuilder(
0 commit comments