MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / GetDateStyle

Method GetDateStyle

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

GetDateStyle returns the date style in the session.

()

Source from the content-addressed store, hash-verified

2036 GetIntervalStyle() duration.IntervalStyle
2037 // GetDateStyle returns the date style in the session.
2038 GetDateStyle() pgdate.DateStyle
2039 // GetDateHelper returns a helper to optimize parsing of datetime types.
2040 GetDateHelper() *pgdate.ParseHelper
2041}

Callers 1

dateStyleFunction · 0.65

Implementers 1

simpleParseContextpkg/sql/sem/tree/datum.go

Calls

no outgoing calls

Tested by

no test coverage detected