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

Struct DUuid

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

DUuid is the UUID Datum.

Source from the content-addressed store, hash-verified

1472
1473// DUuid is the UUID Datum.
1474type DUuid struct {
1475 uuid.UUID
1476}
1477
1478// NewDUuid is a helper routine to create a *DUuid initialized from its
1479// argument.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected