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

Method String

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

Source from the content-addressed store, hash-verified

97 ctx.WriteString(".*")
98}
99func (a *AllColumnsSelector) String() string { return AsString(a) }
100
101// NormalizeVarName implements the VarName interface.
102func (a *AllColumnsSelector) NormalizeVarName() (VarName, error) { return a, nil }

Callers

nothing calls this directly

Calls 1

AsStringFunction · 0.85

Tested by

no test coverage detected