Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ convertBinlogStmt
Method
convertBinlogStmt
internal/engine/dolphin/convert.go:826–828 ·
view source on GitHub ↗
(n *pcast.BinlogStmt)
Source
from the content-addressed store, hash-verified
824
}
825
826
func
(c *cc) convertBinlogStmt(n *pcast.BinlogStmt) ast.Node {
827
return
todo(n)
828
}
829
830
func
(c *cc) convertByItem(n *pcast.ByItem) ast.Node {
831
switch
n.Expr.(
type
) {
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected