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

Function newInvColRef

pkg/sql/sem/tree/name_resolution.go:511–513  ·  view source on GitHub ↗
(fmt string, n *UnresolvedName)

Source from the content-addressed store, hash-verified

509}
510
511func newInvColRef(fmt string, n *UnresolvedName) error {
512 return pgerror.NewWithDepthf(1, pgcode.InvalidColumnReference, fmt, n)
513}
514
515func newInvTableNameError(n fmt.Stringer) error {
516 return pgerror.NewWithDepthf(1, pgcode.InvalidName,

Callers 1

classifyColumnItemFunction · 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…