MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / pgwireQuoteStringInTuple

Function pgwireQuoteStringInTuple

pkg/sql/sem/tree/pgwire_encode.go:143–145  ·  view source on GitHub ↗
(in string)

Source from the content-addressed store, hash-verified

141}
142
143func pgwireQuoteStringInTuple(in string) bool {
144 return in == "" || tupleQuoteSet.in(in)
145}
146
147func pgwireQuoteStringInArray(in string) bool {
148 if in == "" || arrayQuoteSet.in(in) {

Callers 1

Calls 1

inMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…