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

TypeAlias DTime

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

DTime is the time Datum.

Source from the content-addressed store, hash-verified

1908
1909// DTime is the time Datum.
1910type DTime timeofday.TimeOfDay
1911
1912// MakeDTime creates a DTime from a TimeOfDay.
1913func MakeDTime(t timeofday.TimeOfDay) *DTime {

Callers 2

MakeDTimeFunction · 0.85
datum.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected