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

Function newInvTableNameError

pkg/sql/sem/tree/name_resolution.go:515–518  ·  view source on GitHub ↗
(n fmt.Stringer)

Source from the content-addressed store, hash-verified

513}
514
515func newInvTableNameError(n fmt.Stringer) error {
516 return pgerror.NewWithDepthf(1, pgcode.InvalidName,
517 "invalid table name: %s", n)
518}
519
520func newSourceNotFoundError(fmt string, args ...interface{}) error {
521 return pgerror.NewWithDepthf(1, pgcode.UndefinedTable, fmt, args...)

Callers 2

NewUnresolvedObjectNameFunction · 0.85
classifyTablePatternFunction · 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…