github.com/jackc/pgtype.Float4.DecodeText (method)

4 uses

	github.com/jackc/pgtype (current package)
		float4.go#L195: func (dst *Float4) DecodeText(ci *ConnInfo, src []byte) error {
		float4.go#L262: 		return dst.DecodeText(nil, []byte(src))
		float4.go#L266: 		return dst.DecodeText(nil, srcCopy)
		float4_array.go#L331: 			err = elem.DecodeText(ci, elemSrc)