Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dosco/graphjin
/ sqlExecutor
Struct
sqlExecutor
clickhousedriver/resolve.go:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
type
sqlExecutor
struct
{ db *sql.DB }
34
35
func
(e *sqlExecutor) Query(ctx context.Context, stmt Statement) (ResultSet, error) {
36
if
debugSQL {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected