github.com/jackc/pgx/v5/pgtype.Line.B (field)
5 uses
github.com/jackc/pgx/v5/pgtype (current package)
line.go#L23: A, B, C float64
line.go#L107: buf = pgio.AppendUint64(buf, math.Float64bits(line.B))
line.go#L126: strconv.FormatFloat(line.B, 'f', -1, 64),
line.go#L166: B: math.Float64frombits(b),
line.go#L205: return scanner.ScanLine(Line{A: a, B: b, C: c, Valid: true})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)