Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ String
Method
String
pkg/sql/sem/tree/table_name.go:157–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
func
(n *TableIndexName) String() string {
return
AsString(n) }
158
159
// TableIndexNames is a list of indexes.
160
type
TableIndexNames []*TableIndexName
Callers
nothing calls this directly
Calls
1
AsString
Function · 0.85
Tested by
no test coverage detected