Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ pgwireQuoteStringInTuple
Function
pgwireQuoteStringInTuple
postgres/parser/sem/tree/pgwire_encode.go:157–159 ·
view source on GitHub ↗
(in string)
Source
from the content-addressed store, hash-verified
155
}
156
157
func
pgwireQuoteStringInTuple(in string) bool {
158
return
in ==
""
|| tupleQuoteSet.in(in)
159
}
160
161
func
pgwireQuoteStringInArray(in string) bool {
162
if
in ==
""
|| arrayQuoteSet.in(in) {
Callers
1
pgwireFormatStringInTuple
Function · 0.85
Calls
1
in
Method · 0.80
Tested by
no test coverage detected