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

Method String

pkg/sql/sem/tree/var_name.go:105–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 ctx.WriteString(".*")
104}
105func (a *AllColumnsSelector) String() string { return AsString(a) }
106
107// NormalizeVarName implements the VarName interface.
108func (a *AllColumnsSelector) NormalizeVarName() (VarName, error) { return a, nil }

Callers

nothing calls this directly

Calls 1

AsStringFunction · 0.85

Tested by

no test coverage detected