MCPcopy Create free account
hub / github.com/apecloud/myduckserver / Convert

Method Convert

pgtypes/pgtypes.go:425–427  ·  view source on GitHub ↗
(v interface{})

Source from the content-addressed store, hash-verified

423func (p PostgresType) Compare(v1 interface{}, v2 interface{}) (int, error) {
424 panic("not implemented")
425}
426
427func (p PostgresType) Convert(v interface{}) (interface{}, sql.ConvertInRange, error) {
428 panic("not implemented")
429}
430

Callers 3

convertSqlTypesValueFunction · 0.80
loadReplicaServerIdFunction · 0.80
InitValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected