github.com/jackc/pgx/v5/pgtype.Float8Codec.DecodeValue (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float8.go#L355: 	return c.DecodeValue(m, oid, format, src)
		float8.go#L358: func (c Float8Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {