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

Function newSourceNotFoundError

pkg/sql/sem/tree/name_resolution.go:520–522  ·  view source on GitHub ↗
(fmt string, args ...interface{})

Source from the content-addressed store, hash-verified

518}
519
520func newSourceNotFoundError(fmt string, args ...interface{}) error {
521 return pgerror.NewWithDepthf(1, pgcode.UndefinedTable, fmt, args...)
522}
523
524// CommonLookupFlags is the common set of flags for the various accessor interfaces.
525type CommonLookupFlags struct {

Callers 2

ResolveMethod · 0.85
ResolveMethod · 0.85

Calls 1

NewWithDepthfFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…