Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ String
Method
String
pkg/sql/sem/tree/discard.go:37–39 ·
view source on GitHub ↗
String implements the Statement interface.
()
Source
from the content-addressed store, hash-verified
35
36
// String implements the Statement interface.
37
func
(node *Discard) String() string {
38
return
AsString(node)
39
}
Callers
nothing calls this directly
Calls
1
AsString
Function · 0.85
Tested by
no test coverage detected