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 9fd51a0 commit 25c344cCopy full SHA for 25c344c
pkg/sql/randgen/expr.go
@@ -161,8 +161,8 @@ func randExpr(
161
}
162
163
if len(cols) > 1 {
164
- // If any of the columns are nullable, set the computed column to be
165
- // nullable.
+ // If any of the columns are nullable, the resulting expression
+ // could be null.
166
for _, x := range cols {
167
if x.Nullable.Nullability != tree.NotNull {
168
nullability = x.Nullable.Nullability
0 commit comments