github.com/jackc/pgtype.Numeric.NaN (field)
8 uses
github.com/jackc/pgtype (current package)
numeric.go#L55: NaN bool
numeric.go#L74: *dst = Numeric{Status: Present, NaN: true}
numeric.go#L84: *dst = Numeric{Status: Present, NaN: true}
numeric.go#L386: if src.NaN {
numeric.go#L410: *dst = Numeric{Status: Present, NaN: true}
numeric.go#L465: *dst = Numeric{Status: Present, NaN: true}
numeric.go#L575: if src.NaN {
numeric.go#L594: if src.NaN {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |