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

2 uses

	github.com/jackc/pgtype (current package)
		float4.go#L226: func (src Float4) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		float4_array.go#L424: 		elemBuf, err := elem.EncodeText(ci, inElemBuf)