MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / DIPAddr

Struct DIPAddr

pkg/sql/sem/tree/datum.go:1838–1840  ·  view source on GitHub ↗

DIPAddr is the IPAddr Datum.

Source from the content-addressed store, hash-verified

1836
1837// DIPAddr is the IPAddr Datum.
1838type DIPAddr struct {
1839 ipaddr.IPAddr
1840}
1841
1842// NewDIPAddr is a helper routine to create a *DIPAddr initialized from its
1843// argument.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected