Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ Parse
Method
Parse
internal/endtoend/fmt_test.go:23–23 ·
view source on GitHub ↗
(r io.Reader)
Source
from the content-addressed store, hash-verified
21
// sqlParser is an interface for SQL parsers
22
type
sqlParser
interface
{
23
Parse(r io.Reader) ([]ast.Statement, error)
24
}
25
26
// sqlFormatter is an interface for formatters
Callers
3
TestFormat
Function · 0.95
Parse
Method · 0.65
Parse
Method · 0.65
Implementers
5
Parser
internal/engine/postgresql/parse.go
Parser
internal/engine/dolphin/parse.go
Parser
internal/engine/clickhouse/parse.go
Parser
internal/engine/sqlite/parse.go
SQLiteParser
internal/engine/sqlite/parser/sqlite_p
Calls
no outgoing calls
Tested by
1
TestFormat
Function · 0.76