type database/sql.NullFloat64
4 uses
database/sql (current package)
sql.go#L320: type NullFloat64 struct {
sql.go#L326: func (n *NullFloat64) Scan(value any) error {
sql.go#L336: func (n NullFloat64) Value() (driver.Value, error) {
github.com/go-pg/pg/v10/orm
table.go#L46: nullFloatType = reflect.TypeOf((*sql.NullFloat64)(nil)).Elem()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)