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

Method Zero

pgtypes/pgtypes.go:453–455  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

451
452func (p PostgresType) ValueType() reflect.Type {
453 panic("not implemented")
454}
455
456func (p PostgresType) Zero() interface{} {
457 panic("not implemented")
458}

Calls

no outgoing calls