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 92f7a94 commit b45e7b8Copy full SHA for b45e7b8
sql/expression/function/coalesce.go
@@ -58,7 +58,7 @@ func (c *Coalesce) Type() sql.Type {
58
if c.typ != nil {
59
return c.typ
60
}
61
-
+
62
var retType sql.Type
63
retType = types.Null
64
for i, arg := range c.args {
sql/type.go
@@ -104,7 +104,7 @@ type Type interface {
104
// NullType represents the type of NULL values
105
type NullType interface {
106
Type
107
108
// IsNullType is a marker interface for types that represent NULL values.
109
IsNullType() bool
110
0 commit comments