MCPcopy 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
157func pgwireQuoteStringInTuple(in string) bool {
158 return in == "" || tupleQuoteSet.in(in)
159}
160
161func pgwireQuoteStringInArray(in string) bool {
162 if in == "" || arrayQuoteSet.in(in) {

Callers 1

Calls 1

inMethod · 0.80

Tested by

no test coverage detected