Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqldef/sqldef
/ Format
Method
Format
parser/node.go:275–277 ·
view source on GitHub ↗
Format formats the node.
(buf *nodeBuffer)
Source
from the content-addressed store, hash-verified
273
274
// Format formats the node.
275
func
(node *ParenSelect) Format(buf *nodeBuffer) {
276
buf.Printf(
"(%v)"
, node.Select)
277
}
278
279
// Union represents a UNION statement.
280
type
Union
struct
{
Callers
nothing calls this directly
Calls
1
Printf
Method · 0.65
Tested by
no test coverage detected