(v any, buf []byte)
| 409 | Scale: scale, |
| 410 | Size: PostgresTypeSize(oid), |
| 411 | }, nil |
| 412 | } |
| 413 | |
| 414 | func (p PostgresType) Encode(v any, buf []byte) ([]byte, error) { |
| 415 | return DefaultTypeMap.Encode(p.PG.OID, p.PG.Codec.PreferredFormat(), v, buf) |
| 416 | } |
no outgoing calls
no test coverage detected