Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ String
Method
String
postgres/parser/pgdate/pgdate.go:191–195 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
func
(d Date) String() string {
192
var
buf bytes.Buffer
193
d.Format(&buf)
194
return
buf.String()
195
}
196
197
// IsFinite returns whether d is finite.
198
func
(d Date) IsFinite() bool {
Callers
nothing calls this directly
Calls
2
Format
Method · 0.95
String
Method · 0.65
Tested by
no test coverage detected