Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ Statements
TypeAlias
Statements
pkg/sql/parser/parse.go:62–62 ·
view source on GitHub ↗
Statements is a list of parsed statements.
Source
from the content-addressed store, hash-verified
60
61
// Statements is a list of parsed statements.
62
type
Statements []Statement
63
64
// String returns the AST formatted as a string.
65
func
(stmts Statements) String() string {
Callers
1
parseWithDepth
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected