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

Struct DIPAddr

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

DIPAddr is the IPAddr Datum.

Source from the content-addressed store, hash-verified

1567
1568// DIPAddr is the IPAddr Datum.
1569type DIPAddr struct {
1570 ipaddr.IPAddr
1571}
1572
1573// NewDIPAddr is a helper routine to create a *DIPAddr initialized from its
1574// argument.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected