const github.com/jackc/pgx/v5/pgtype.NegativeInfinity
20 uses
github.com/jackc/pgx/v5/pgtype (current package)
builtin_wrappers.go#L411: case NegativeInfinity:
builtin_wrappers.go#L433: case NegativeInfinity:
builtin_wrappers.go#L455: case NegativeInfinity:
date.go#L87: case NegativeInfinity:
date.go#L171: case NegativeInfinity:
date.go#L221: case NegativeInfinity:
numeric.go#L80: case n.InfinityModifier == NegativeInfinity:
numeric.go#L372: return encodeNumericBinary(Numeric{InfinityModifier: NegativeInfinity, Valid: true}, buf)
numeric.go#L409: case n.InfinityModifier == NegativeInfinity:
numeric.go#L563: case n.InfinityModifier == NegativeInfinity:
numeric.go#L629: return scanner.ScanNumeric(Numeric{InfinityModifier: NegativeInfinity, Valid: true})
numeric.go#L799: return scanner.ScanNumeric(Numeric{InfinityModifier: NegativeInfinity, Valid: true})
pgtype.go#L137: NegativeInfinity InfinityModifier = -Infinity
pgtype.go#L146: case NegativeInfinity:
timestamp.go#L88: case NegativeInfinity:
timestamp.go#L183: case NegativeInfinity:
timestamp.go#L225: case NegativeInfinity:
timestamptz.go#L95: case NegativeInfinity:
timestamptz.go#L181: case NegativeInfinity:
timestamptz.go#L224: case NegativeInfinity:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)