MCPcopy Create free account
hub / github.com/dolthub/doltgresql / placeholderTypeAmbiguityError

Function placeholderTypeAmbiguityError

postgres/parser/sem/tree/type_check.go:222–226  ·  view source on GitHub ↗
(idx PlaceholderIdx)

Source from the content-addressed store, hash-verified

220}
221
222func placeholderTypeAmbiguityError(idx PlaceholderIdx) error {
223 return pgerror.WithCandidateCode(
224 &placeholderTypeAmbiguityErr{idx},
225 pgcode.InvalidParameterValue)
226}
227
228type placeholderTypeAmbiguityErr struct {
229 idx PlaceholderIdx

Callers 3

TypeCheckMethod · 0.85
TypeCheckSameTypedExprsFunction · 0.85
AssertAllSetMethod · 0.85

Calls 1

WithCandidateCodeFunction · 0.92

Tested by

no test coverage detected