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

Struct DDate

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

DDate is the date Datum represented as the number of days after the Unix epoch.

Source from the content-addressed store, hash-verified

1730// DDate is the date Datum represented as the number of days after
1731// the Unix epoch.
1732type DDate struct {
1733 pgdate.Date
1734}
1735
1736// NewDDate is a helper routine to create a *DDate initialized from its
1737// argument.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected