Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ Statements
TypeAlias
Statements
postgres/parser/parser/parse.go:76–76 ·
view source on GitHub ↗
Statements is a list of parsed statements.
Source
from the content-addressed store, hash-verified
74
75
// Statements is a list of parsed statements.
76
type
Statements []Statement
77
78
// String returns the AST formatted as a string.
79
func
(stmts Statements) String() string {
Callers
1
parseWithDepth
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected