Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ Statements
TypeAlias
Statements
pkg/sql/parser/statements/statement.go:60–60 ·
view source on GitHub ↗
Statements is a list of parsed statements.
Source
from the content-addressed store, hash-verified
58
59
// Statements is a list of parsed statements.
60
type
Statements []Statement[tree.Statement]
61
62
type
PLpgStatement Statement[*plpgsqltree.Block]
63
Callers
1
parseWithDepth
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected