MCPcopy 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.
60type Statements []Statement[tree.Statement]
61
62type PLpgStatement Statement[*plpgsqltree.Block]
63

Callers 1

parseWithDepthMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected