Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ Setup
Method
Setup
exec/exec.go:48–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
// JobRunner is the main RunTime interface for running a SQL Job of tasks
47
JobRunner
interface
{
48
Setup() error
49
Run() error
50
Close() error
51
}
Callers
15
Setup
Method · 0.65
Setup
Method · 0.65
TestMemDb
Function · 0.65
Setup
Method · 0.65
Setup
Method · 0.65
TestExecSqlCommands
Function · 0.65
TestExecSelectWhere
Function · 0.65
TestExecGroupBy
Function · 0.65
TestExecHaving
Function · 0.65
TestExecInsert
Function · 0.65
TestExecUpdateAndUpsert
Function · 0.65
TestExecDelete
Function · 0.65
Implementers
4
TaskSequential
exec/task_sequential.go
JobExecutor
exec/executor.go
TaskParallel
exec/task_parallel.go
TaskBase
exec/task.go
Calls
no outgoing calls
Tested by
10
Setup
Method · 0.52
Setup
Method · 0.52
TestMemDb
Function · 0.52
TestExecSqlCommands
Function · 0.52
TestExecSelectWhere
Function · 0.52
TestExecGroupBy
Function · 0.52
TestExecHaving
Function · 0.52
TestExecInsert
Function · 0.52
TestExecUpdateAndUpsert
Function · 0.52
TestExecDelete
Function · 0.52