MCPcopy Index your code
hub / github.com/sql-machine-learning/sqlflow / pythonExecutor

Struct pythonExecutor

go/executor/executor.go:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159type pythonExecutor struct {
160 Writer *pipe.Writer
161 Db *database.DB
162 ModelDir string
163 Cwd string
164 Session *pb.Session
165}
166
167func (s *pythonExecutor) Setup(w *pipe.Writer, db *database.DB, modelDir string, cwd string, session *pb.Session) {
168 // cwd is used to store train scripts and save output models.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected