type github.com/jackc/pgx/v5/pgtype.Float4Codec
8 uses
github.com/jackc/pgx/v5/pgtype (current package)
float4.go#L97: type Float4Codec struct{}
float4.go#L99: func (Float4Codec) FormatSupported(format int16) bool {
float4.go#L103: func (Float4Codec) PreferredFormat() int16 {
float4.go#L107: func (Float4Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
float4.go#L177: func (Float4Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
float4.go#L299: func (c Float4Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
float4.go#L312: func (c Float4Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
pgtype_default.go#L61: defaultMap.RegisterType(&Type{Name: "float4", OID: Float4OID, Codec: Float4Codec{}})