Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ String
Method
String
postgres/parser/pgdate/fields.go:123–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
}
122
123
func
(s *fieldSet) String() string {
124
ret :=
"[ "
125
for
f := fieldMinimum; f <= fieldMaximum; f++ {
126
if
s.Has(f) {
127
ret += f.Pretty() +
" "
128
}
129
}
130
ret +=
"]"
131
return
ret
132
}
Callers
nothing calls this directly
Calls
2
Has
Method · 0.95
Pretty
Method · 0.45
Tested by
no test coverage detected