Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
1910
type
DTime timeofday.TimeOfDay
1911
1912
// MakeDTime creates a DTime from a TimeOfDay.
1913
func
MakeDTime(t timeofday.TimeOfDay) *DTime {
Callers
2
MakeDTime
Function · 0.85
datum.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected