MCPcopy Create free account
hub / github.com/dolthub/doltgresql / DIPAddr

Struct DIPAddr

postgres/parser/sem/tree/datum.go:728–730  ·  view source on GitHub ↗

DIPAddr is the IPAddr Datum.

Source from the content-addressed store, hash-verified

726
727// DIPAddr is the IPAddr Datum.
728type DIPAddr struct {
729 ipaddr.IPAddr
730}
731
732// ResolvedType implements the TypedExpr interface.
733func (*DIPAddr) ResolvedType() *types.T {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected